Sportsdata Mcp
@DanielTomaro13
About 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
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"sportsdata": {
"command": "uvx",
"args": [
"sportsdata-mcp",
"serve"
]
}
}
}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 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.
More Other MCP servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
ICSS
chokcoco不止于 CSS
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments