MCP Server

One URL. 86 tools.

Point any Model Context Protocol client at a single endpoint and it gains every FoxD capability — discovery and safety analysis across six chains, trading, wallets, automated orders, copy trading and multi-launchpad token deployment. Nothing to install, nothing to keep updated.

86 tools5 resources · 5 prompts6 chainsFree during early access
MCP
Claude, ChatGPT, Cursor
SDK
TypeScript
CLI
Terminal & CI
REST API
Any language
Endpoint

The endpoint

https://foxd.xyz/api/mcp

Streamable HTTP transport. Every tool needs Authorization: Bearer fxk_live_…; the tool list itself is readable without one, so a client can show you what is there before you connect it.

The server is stateless: no session ids, no long-lived stream to keep alive. Every request carries its own credential, which is what lets it sit behind a load balancer and survive a redeploy without dropping your client.

Clients

Works with

Claude
Desktop, Code & claude.ai
ChatGPT
Custom connector
Cursor
Settings → MCP
Codex
MCP config
OpenCode
Remote MCP
GitHub Copilot
VS Code agent mode
Windsurf
MCP config
OpenClaw / NemoClaw
MCP connector
ElizaOS
plugin-mcp

Anything that speaks MCP works — this list is where we have verified it end to end, not a whitelist.

Setup

Connect it

  1. 1
    Copy the endpoint
    https://foxd.xyz/api/mcp — that is the whole integration.
  2. 2
    Add it to your client
    Most clients accept a remote HTTP server directly. Paste the block below into your MCP config; existing servers are unaffected.
    {
      "mcpServers": {
        "foxd": {
          "type": "http",
          "url": "https://foxd.xyz/api/mcp",
          "headers": { "Authorization": "Bearer fxk_live_…" }
        }
      }
    }
  3. 3
    Add a key for the write tools
    Skip this and you still get every market-data tool. Add one and you unlock wallets, trading, orders and launching. Create one in Profile → Settings → API keys.
  4. 4
    Ask it something
    “Is 0x532f… on Base safe to buy?” will pull the provider verdict, run an on-chain buy/sell simulation, check holder concentration and explain the score.
Coverage

What it can do

auth5
Headless signup and sign-in
market13
Discovery, search, charts, holders
analytics5
Safety, honeypot simulation, quant
sniper4
Fresh launches by curve stage
copyIntel5
Trader leaderboard, analytics, backtest
copyExec4
Mirror another wallet's trades
trade6
Quote and execute on 6 chains
wallet13
Balances, portfolio, transfers, keys
launch8
Multi-launchpad token deployment
automation11
Limit, DCA, TP/SL, trailing stops
alerts3
Webhooks — push instead of polling
account5
Identity, usage and preferences
keys4
Issue and revoke API keys
Worth knowing

Before you point an agent at your funds

  • A key binds to one wallet. A leaked research key can never reach the rest of your account.
  • Trading keys carry a rolling 24-hour USD spend cap, checked before anything is signed.
  • Scopes are granular. A read-only key can quote a trade but never fill one.
  • Revoking a key takes effect immediately — and revoking the key that created a webhook stops its deliveries too.
  • The server never sends your private keys anywhere. wallet.export exists so you can leave, and says so plainly.
  • Everything is free during early access. Quotas are real but generous.
Local

One-command install

npx foxd-mcp --claude     # or --cursor, --codex, --opencode, --vscode

Get an API key

Public market data needs no key. Everything account-, wallet- or trade-related does. Keys are free, scoped, and revocable in one click.

Create an API keyFull documentation
SniperTradeLaunchAI
MCP Server — Connect FoxD to Claude, ChatGPT, Cursor & any AI agent | FoxD