CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Sitelauncher Mcp Server

trackerfitness729-jpg/sitelauncher-mcp-server
STDIOregistry active
Summary

Wraps the SiteLauncher API to let Claude deploy live HTTPS sites through USDC payments on Base. You get seven tools: deploy_site takes a payment tx hash and HTML to spin up either a subdomain on sitelauncher.xyz for $1 or a full .xyz domain for $10, check_availability validates custom domains, check_status polls registration progress, and list_sites returns what a wallet owns. It handles the full pipeline including domain registration via Porkbun, DNS setup, and Let's Encrypt SSL. Runs over stdio for Claude Desktop or as an HTTP server on port 3100. Reach for this when you want an agent to provision web infrastructure autonomously without touching hosting dashboards or payment forms.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

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

ToolDescription
deploy_siteDeploy a website (requires USDC payment tx hash)
check_availabilityCheck if a custom .xyz domain is available
check_statusPoll order progress for custom domain deploys
list_sitesList all sites owned by a wallet address
list_domainsList available parent domains for subdomains
domain_capacityCheck daily domain registration capacity
healthCheck 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

VariableDefaultDescription
SITELAUNCHER_API_URLhttps://sitelauncher.xyz/apiAPI base URL
MCP_PORT3100HTTP 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.

ServicePrice
Instant subdomain$1 USDC
Custom .xyz domain$10 USDC
Domain renewal$16 USDC

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

SITELAUNCHER_API_URL

SiteLauncher API base URL

Registryactive
Packagesitelauncher-mcp-server
TransportSTDIO
UpdatedMar 7, 2026
View on GitHub