Futuur API MCP Integration

by futuur

138 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Futuur API MCP Integration
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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">

TypeScript
Node.js
smithery badge

</div>

---

Quick start (recommended — Smithery)

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.