Wraps mycrab.space's Cloudflare Tunnel service so AI agents can spin up public HTTPS endpoints on demand. Exposes four tools: check if a subdomain is available, generate a free 61-minute tunnel with auto-assigned domain, reserve a permanent custom subdomain by submitting a Solana transaction signature (0.05 SOL on mainnet), and pull the full skill documentation. The free tunnel flow returns a curl command that sets everything up in under a minute. Reach for this when your agent needs to expose a local service for webhooks, demos, or temporary integrations without manual ngrok wrangling or DNS configuration.
MCP server for mycrab.space — instant public HTTPS URLs via Cloudflare Tunnels for AI agents.
uvx mycrab-mcp
Add to ~/.claude/claude_desktop_config.json:
{
"mcpServers": {
"mycrab": {
"command": "uvx",
"args": ["mycrab-mcp"]
}
}
}
| Tool | Description |
|---|---|
check_domain | Check if a subdomain is available on mycrab.space |
setup_free_tunnel | Get the command for a free tunnel (auto subdomain, expires 61 min) |
buy_domain_sol | Reserve a permanent subdomain after paying 0.05 SOL on Solana mainnet |
get_skill_docs | Fetch the full SKILL.md — all templates, commands, and advanced usage |
After install, agents have native mycrab tools in every session:
# Check availability
check_domain("mybot")
# Free throwaway tunnel — live in <60 seconds
setup_free_tunnel()
# → "curl -s https://mycrab.space/agent-setup-auto.sh | bash"
# Permanent custom subdomain (autonomous x402 flow)
buy_domain_sol("mybot", "<solana_tx_signature>")
# → {"setup_token": "...", "setup_command": "..."}
silenceper/mcp-k8s
azure/containerization-assist
io.github.evozim/aws-builder
reza-gholizade/k8s-mcp-server
flux159/mcp-server-kubernetes