MCP.so
登录

Futuur API MCP Integration

@futuur

关于 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.

基本信息

分类

开发工具

运行时

node

传输方式

stdio

发布者

futuur

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

开发工具 分类下的更多 MCP 服务器