MCP.so
登录
S

Sportsdata Mcp

@DanielTomaro13

关于 Sportsdata Mcp

Open-sourced sportsdata-mcp (MIT): ~500 tools / 28 providers — live cross-book betting odds (AU books + Pinnacle + Betfair), official league stats (AFL/NRL/NBA/MLB/EPL/…), racing, Kalshi/Polymarket. Zero-config: uvx sportsdata-mcp serve, or the setup command writes your Claude De

基本信息

分类

其他

传输方式

stdio

发布者

DanielTomaro13

提交者

Daniel Tomaro

配置

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

{
  "mcpServers": {
    "sportsdata": {
      "command": "uvx",
      "args": [
        "sportsdata-mcp",
        "serve"
      ]
    }
  }
}

工具

未检测到工具

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

概览

What is Sportsdata Mcp?

Sportsdata Mcp is a free and open-source (MIT) Model Context Protocol server that exposes live sports data and cross-book betting odds as MCP tools. It provides ~500 tools across 28 providers (bookmakers, league feeds, aggregators) and uses a capability-tag system so that tools from different providers are interchangeable for the same question. It is designed for use in Claude Desktop, Cursor, or any MCP client.

How to use Sportsdata Mcp?

Install via uvx sportsdata-mcp serve or pip install sportsdata-mcp. A prebuilt app for macOS and Windows is also available. After installation, run sportsdata-mcp setup to configure the client, then enable desired tool groups using a YAML config file or the SPORTSDATA_MCP_GROUPS environment variable. Start the server with sportsdata-mcp serve.

Key features of Sportsdata Mcp

  • ~500 tools across 28 sports and betting data providers
  • Capability-tag system for interchangeable tool discovery
  • Zero-config install with optional group selection
  • OTA signed spec updates with Ed25519 verification
  • Meta-tools always available for group and capability listing
  • Optional response-size cap to guard context window

Use cases of Sportsdata Mcp

  • Compare betting odds across multiple bookmakers (e.g., Sportsbet, Entain, Pinnacle)
  • Fetch live match statistics and fantasy data for analysis
  • Build automated sports data pipelines for research or content
  • Explore and compose tools from different providers with one discovery call

FAQ from Sportsdata Mcp

Is Sportsdata Mcp free to use?

Yes, it is completely free and open source under the MIT license. No licence is required.

What authentication is needed?

Most providers require no key. A few (e.g., DataGolf) need an upstream credential you supply via an environment variable.

How do I enable only specific tool groups?

Set the SPORTSDATA_MCP_GROUPS environment variable with a comma-separated list of group names, or use a config file with an enabled_groups list.

Is there a default response size limit?

No, by default there is no cap. You can set a per-provider or global max_response_bytes to limit payload size.

How do I update provider specs when endpoints change?

Run sportsdata-mcp update-specs to fetch a signed spec bundle that applies an overlay. The bundle is verified against a baked key.

评论

其他 分类下的更多 MCP 服务器