claude mcp add command, run it in your terminal, then start a new Claude session.
You can say things like:
- “Show me the top 10 markets by volume”
- “Simulate buying 200 OOM on the Yes outcome of event #1234”
- “What are my open positions and how are they performing?”
- “Sell 50 shares of my wager on the US election market”
Prerequisites
1
Node.js 18 or higher
Download from nodejs.org. Verify with
node --version.2
Claude Code CLI
Install the Claude Code CLI. Verify with
claude --version.3
Futuur API keys
Log in to futuur.com → Settings → API → generate a key pair. You’ll get a public key and a private key.
Setup
Paste your Futuur API keys below, then copy and run the generated command in your terminal.1
Paste your API keys
Use the fields above. Keys stay in your browser — they are only embedded in the command you copy.
2
Copy and run
Paste the
claude mcp add command into your terminal and press Enter. Claude registers the Futuur MCP server with your keys.3
Start Claude
Open a new Claude Code session (
claude) — the Futuur tools are available immediately.Manual JSON config (optional)
Manual JSON config (optional)
If you prefer to edit config files yourself, add this under
"mcpServers" in ~/.claude.json (global) or .claude/settings.json (project):Available tools
Market discovery
get_markets · get_market_details · get_price_history · get_categoriesAccount
get_user_profile · get_user_rankingTrading
get_bet_simulation · place_bet · list_orders · cancel_orderPositions
get_user_bets · get_wager_details · get_partial_sell_amount · sell_betExample session
Links
GitHub repository
Source code, issues, and contributions
Authentication
How HMAC-SHA512 signing works
Placing a bet
Full step-by-step guide to placing orders via the REST API
API Reference
Browse all available endpoints