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

sitelauncher-mcp-server

v1.0.2

Published

MCP server for deploying live HTTPS websites in seconds. Instant subdomains ($1 USDC) or custom .xyz domains ($10 USDC) on Base chain.

Readme

SiteLauncher MCP Server

MCP server for deploying live HTTPS websites in seconds via SiteLauncher.

  • Instant subdomains ($1 USDC) - deploy to yourname.sitelauncher.xyz with SSL
  • Custom .xyz domains ($10 USDC) - register, DNS, SSL, deploy automatically
  • Templates - degen (memecoin) and agent (AI agent profile) styles
  • Payments - USDC on Base chain

Tools

| Tool | Description | |------|-------------| | deploy_site | Deploy a website (requires USDC payment tx hash) | | check_availability | Check if a custom .xyz domain is available | | check_status | Poll order progress for custom domain deploys | | list_sites | List all sites owned by a wallet address | | list_domains | List available parent domains for subdomains | | domain_capacity | Check daily domain registration capacity | | health | Check service health and dry_run status |

Installation

Claude Desktop / Claude Code (stdio)

Add to your MCP settings:

{
  "mcpServers": {
    "sitelauncher": {
      "command": "npx",
      "args": ["-y", "sitelauncher-mcp-server", "--stdio"]
    }
  }
}

Streamable HTTP

npx sitelauncher-mcp-server

Starts an HTTP server on port 3100 (override with MCP_PORT env var). MCP endpoint: http://localhost:3100/mcp

Environment Variables

| Variable | Default | Description | |----------|---------|-------------| | SITELAUNCHER_API_URL | https://sitelauncher.xyz/api | API base URL | | MCP_PORT | 3100 | HTTP server port (non-stdio mode) |

How It Works

  1. An AI agent sends USDC on Base chain to the SiteLauncher wallet
  2. The agent calls deploy_site with the transaction hash and site details
  3. SiteLauncher verifies payment on-chain, generates the site, and deploys it
  4. The agent receives the live URL

For custom domains ($10 USDC), the pipeline registers the domain via Porkbun, sets up DNS, provisions SSL via Let's Encrypt, and deploys. Use check_status to poll progress.

Payment

All payments are USDC on Base chain. Send to the SiteLauncher receive wallet before calling deploy_site.

| Service | Price | |---------|-------| | Instant subdomain | $1 USDC | | Custom .xyz domain | $10 USDC | | Domain renewal | $16 USDC |

License

MIT