🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

mycrab-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mycrab-mcp

MCP server for mycrab.space — instant Cloudflare tunnels for AI agents

pipPyPI
Version
0.1.1
Weekly downloads
64
Maintainers
1

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

ToolDescription
check_domainCheck if a subdomain is available on mycrab.space
setup_free_tunnelGet the command for a free tunnel (auto subdomain, expires 61 min)
buy_domain_solReserve a permanent subdomain after paying 0.05 SOL on Solana mainnet
get_skill_docsFetch 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": "..."}

Keywords

agents

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts