Futuur API MCP Integration
About
Futuur API MCP Integration is a powerful TypeScript-based server that implements the Model Context Protocol (MCP) for seamless integration with the Futuur API. This project provides a robust interface for handling market data, categories, user information, and betting operations.
Details
- Author
- futuur
- Downloads
- 138
- Categories
- Developer Tools
Jump to
- Market discovery with filters (category, tag, status, ordering)
- Full account access – profile, balances, leaderboard ranking
- Bet simulation and order execution (limit orders)
- Order management – list, cancel open orders
- Wager position tracking and partial selling
- Play money mode for risk‑free testing
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Futuur API MCP IntegrationCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
The recommended installation uses Smithery via a single CLI command for Claude Desktop or Cursor. Manual setup requires generating a public/private key pair from Futuur.com, then configuring the MCP client (Claude Desktop, Claude Code, or Cursor) with environment variables FUTUUR_PUBLIC_KEY and FUTUUR_PRIVATE_KEY. After configuration, restart the client.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"futuur api mcp integration": {
"Futuur-MCP": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@futuur/futuur-mcp",
"--client",
"claude"
]
}
}
}
}
McpServers
{
"Futuur-MCP": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@futuur/futuur-mcp",
"--client",
"claude"
]
}
}
Futuur MCP Server
Model Context Protocol (MCP) server for the Futuur prediction markets API. Gives Claude (and any MCP-compatible client) the ability to browse markets, simulate and place bets, manage orders, and track wager positions.
<div align="center">
</div>
---
Quick start (recommended — Smithery)
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





