
Sportscore Mcp
Pull live scores, standings, scorers, and brackets into apps or agent prototypes via SportScore’s free API.
Overview
SportScore MCP is an MCP server for the Build phase that integrates live multi-sport scores, standings, scorers, and brackets via SportScore’s free API.
What is this MCP server?
- npm stdio `sportscore-mcp` v0.1.1 with optional `SPORTSCORE_API_BASE` override
- Live scores, standings, top scorers, and tournament brackets
- Football, basketball, cricket, and tennis coverage
- Free SportScore API; optional `SPORTSCORE_UA` for custom User-Agent
- Sports data MCP, not a betting odds or fantasy salary engine
- Server version 0.1.1
- Sports: football, basketball, cricket, tennis
- Data types: live scores, standings, top scorers, brackets
Community signal: 4 GitHub stars.
What problem does it solve?
Builders waste time re-implementing SportScore HTTP calls whenever an agent helps with a scores feature or sports content page.
Who is it for?
Indie devs shipping sports dashboards, bots, or content sites who want agent-assisted API integration on a free tier.
Skip if: Products needing official league licensing, sub-second global CDN guarantees, or gambling-grade odds feeds.
What do I get? / Deliverables
After adding `sportscore-mcp` to your client, agents can query live sports data through MCP tools with sensible defaults and optional env overrides.
- Agent-accessible live scores and standings for four sport categories
- Bracket and top-scorer queries for tournament and league UIs
- Configurable API base and User-Agent for staging or self-hosted SportScore
Recommended MCP Servers
Journey fit
Sports data access is a Build integration task when you wire external APIs into a scoreboard app, bot, or content site. The MCP server wraps HTTP API calls—classic third-party API integration work during product construction.
How it compares
Free sports stats API MCP wrapper, not a hosted monitoring or SEO distribution tool.
Common Questions / FAQ
Who is SportScore MCP for?
It is for solo builders and small teams who use AI agents to build apps or content that need football, basketball, cricket, or tennis data.
When should I use SportScore MCP?
Use it during Build when wiring scoreboards, brackets, or standings into a prototype, internal tool, or editorial workflow.
How do I add SportScore MCP to my agent?
Install npm package `sportscore-mcp`, add stdio MCP config, and optionally set `SPORTSCORE_API_BASE` or `SPORTSCORE_UA` per server.schema.json.