MCP.so
Sign In

Futuur API MCP Integration

@futuur

About Futuur API MCP Integration

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.

Basic information

Category

Developer Tools

Runtime

node

Transports

stdio

Publisher

futuur

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "Futuur-MCP": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@futuur/futuur-mcp",
        "--client",
        "claude"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Futuur API MCP Integration?

Futuur API MCP Integration is an MCP server for the Futuur prediction markets API. It allows Claude and any MCP-compatible client to browse markets, simulate and place bets, manage orders, and track wager positions. The server is built with TypeScript and Node.js.

How to use Futuur API MCP Integration?

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.

Key features of Futuur API MCP Integration

  • 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

Use cases of Futuur API MCP Integration

  • Browse and search live prediction markets by category or volume
  • Simulate the cost and shares of a limit order before placing it
  • Place bets using real or play money currency
  • Monitor open orders and cancel unwanted ones
  • Sell all or part of a held wager position

FAQ from Futuur API MCP Integration

How does authentication work?

All authenticated requests use HMAC‑SHA512 signatures. The server handles this automatically – you only need to provide your public and private keys via environment variables. Public endpoints (e.g., listing events) do not require authentication.

Can I test without risking real funds?

Yes. Use currency_mode: "play_money" when simulating or placing bets. OOM is the play money currency.

What runtime or dependencies are required?

The server runs on Node.js with TypeScript. No clone is needed when using npx.

Where is the full API reference?

Complete documentation is available at docs.futuur.com, and the machine‑readable OpenAPI schema is at api.futuur.com/docs/schema/.

How do I report issues or get help?

See the dedicated troubleshooting guide in docs/TROUBLESHOOTING.md.

Comments

More Developer Tools MCP servers