npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

superduperhostingmcp

v1.0.1

Published

Agent-first hosting MCP server — your AI agent builds a site and deploys it to a live HTTPS subdomain on superduperhosting.online.

Readme

superduperhostingmcp

The official Model Context Protocol (MCP) server for superduperhosting.online — agent-first hosting.

Connect it once and your AI agent can build a website and deploy it to a live HTTPS URL on a third-level subdomain, in seconds. No servers, no certificates, no localhost in your portfolio.

What you get

  • 🚀 Instant live URL — every deploy gets https://<name>.superduperhosting.online, HTTPS handled.
  • 🤖 Any agent — works with anything that speaks MCP (Claude Code, Claude Desktop, Cursor, …).
  • 📊 Analytics, history & logs — readable right from the chat.

You don't install it globally — your MCP client runs it on demand via npx.

Setup

Claude Code (one command)

claude mcp add superduperhosting -- npx -y superduperhostingmcp

Claude Desktop / Cursor / any MCP client (config)

Add this to your client's MCP config (e.g. Claude Desktop's claude_desktop_config.json):

{
  "mcpServers": {
    "superduperhosting": {
      "command": "npx",
      "args": ["-y", "superduperhostingmcp"]
    }
  }
}

Restart the client, then ask: "Build a landing page for my taco truck and deploy it."

Tools

| Tool | What it does | |---|---| | deploy_website | Deploy files (HTML/CSS/JS). Optional subdomain and chatId (groups your deploys). Returns the live URL. | | list_my_subdomains | List the sites you deployed in this chat (chatId). | | get_analytics | Visits, top referrers and deploy count for a subdomain. | | get_deploy_history | Versions of a subdomain (newest first). | | get_logs | Recent request / deploy logs. | | rollback_deploy | Restore a previous version. |

Configuration

| Env var | Default | Purpose | |---|---|---| | BACKEND_URL | https://superduperhosting.online/api/deploy | Point the server at a different backend (self-hosting / local dev). |

Development

npm install
npm test      # spins a mock backend and exercises the server over stdio

License

MIT