π₯
mycrab-mcp
Instant public HTTPS URLs for AI agents via Cloudflare Tunnels. x402 custom domains.
0 installs
Trust: 37 β Low
Social
Ask AI about mycrab-mcp
Powered by Claude Β· Grounded in docs
I know everything about mycrab-mcp. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
mycrab-mcp
MCP server for mycrab.space β instant public HTTPS URLs via Cloudflare Tunnels for AI agents.
Install
uvx mycrab-mcp
Claude Desktop config
Add to ~/.claude/claude_desktop_config.json:
{
"mcpServers": {
"mycrab": {
"command": "uvx",
"args": ["mycrab-mcp"]
}
}
}
Tools
| 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 |
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": "..."}
