# Central Command — MCP + x402 Agent API > Crypto trading intelligence MCP for LLM clients (Claude, Cursor, Smithery, Glama). > Remote Streamable HTTP — no local install. Source repo is private; use the URLs below. Homepage: https://centralcommand.io MCP landing (SEO): https://centralcommand.io/mcp MCP endpoint: https://rtcelwjnrbmfmrywacky.supabase.co/functions/v1/mcp Icon: https://rtcelwjnrbmfmrywacky.supabase.co/functions/v1/mcp/icon.svg OpenAPI + pricing: https://rtcelwjnrbmfmrywacky.supabase.co/functions/v1/x402-docs Catalog: https://rtcelwjnrbmfmrywacky.supabase.co/functions/v1/x402-gateway/catalog Register key: POST https://rtcelwjnrbmfmrywacky.supabase.co/functions/v1/x402-gateway/register Smithery: https://smithery.ai/servers/@lefkotyler/central-command Official Registry: io.github.tlefko/central-command ## Connect (Claude / Cursor) ```json { "mcpServers": { "central-command": { "url": "https://rtcelwjnrbmfmrywacky.supabase.co/functions/v1/mcp", "headers": { "X-Api-Key": "x402_YOUR_KEY" } } } } ``` Pay-per-use (no key): call a tool → x402 `accepts` (Base USDC) → settle → retry with `X-PAYMENT` or `__x_payment`. ## Tools (dot notation) - `cc.list_catalog` — discover endpoints + prices (free) - `cc.agent_strategy` — paper-first strategy console (`force_paper`, `confirm_live`) - Free hooks: `cc.fear_greed`, `cc.funding_rates`, `cc.blofin_public` - Packs: `cc.market_intel_pack`, `cc.fade_signals` (sanitized aggregates only) - Discovery: `cc.public_strategies`, `cc.position_sizer`, `cc.market_regime`, … - `cc.` — every catalog endpoint - Legacy `cc_*` / bare names still accepted ## Prompts - `cc.get_started` - `cc.paper_trade` - `cc.market_brief` - `cc.fade_brief` - `cc.clone_strategy` ## Billing - Linked Connect keys (Tasks → Connect / /connect-claude): free for catalog - Prepaid: Base USDC transfer to pay_to → `POST /x402-gateway/topup` with verified `tx_hash` - Anonymous x402 pay-per-use on Base ## Safety Prefer paper. Live exchange actions require explicit `confirm_live=true`. Deploy writes STOPPED strategies — does not move money.