SportScore
sportscore-mcp
SportScore 的 MCP 服务器——提供足球、篮球、板球和网球的实时比分、比赛详情、积分榜、最佳射手、对阵图和球员统计数据。免费公共 API,支持 CORS,无需 API 密钥。
适用于任何 Model Context Protocol 主机:Claude Desktop、Cursor、Continue、Zed 以及自定义 MCP 客户端。
它能为您的 AI 助手提供什么
按运动项目分类的实时及近期比赛
单场比赛详情(比分、状态、时间轴、阵容)
球队赛程
联赛/赛事积分榜
最佳射手/助攻王
球员统计数据和元数据
淘汰赛对阵图
实时比赛追踪数据
Related MCP server: sports-data-mcp-server
在 Claude Desktop 中安装
将其添加到 claude_desktop_config.json 中:
macOS — ~/Library/Application Support/Claude/claude_desktop_config.json
Windows — %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"sportscore": {
"command": "npx",
"args": ["-y", "sportscore-mcp"]
}
}
}重启 Claude Desktop。您应该会在工具菜单中看到 SportScore 工具。尝试询问如下问题:
“现在有哪些英超联赛比赛正在进行?”
“显示 NBA 积分榜。”
“西甲的最佳射手是谁?”
“巴塞罗那的下一场比赛是什么?”
在 Cursor / Continue / Zed 中安装
任何接受 stdio 命令的 MCP 主机均可使用。npx -y sportscore-mcp 的调用方式相同——请查阅您主机的 MCP 文档以获取确切的配置文件。
配置
环境变量(可选):
变量 | 默认值 | 用途 |
|
| 覆盖 API 基础 URL(适用于暂存/自托管环境) |
|
| 覆盖 User-Agent 字符串 |
| (未设置) | 如果设置,则在此端口上作为可流式传输的 HTTP 服务器运行,而不是使用 stdio |
|
| 在 HTTP 模式下运行时绑定的地址 |
| (未设置) | 设置为 |
匿名安装 ping(可选择退出)
服务器启动时,会向 https://sportscore.com/api/mcp/ping/ 发送一个无需等待响应的 POST 请求,负载如下:
{ "client": "sportscore-mcp", "version": "0.3.0", "transport": "stdio", "host": "darwin", "node": "20.11.0" }这就是全部负载——没有用户 ID、没有 IP、没有 Cookie、没有指纹。我们使用它来查看大致的每周活跃安装量和 Node/OS 分布,以便了解需要支持的环境。通过 SPORTSCORE_NO_TELEMETRY=1 可选择退出。
工具
工具 | 用途 | 所需参数 |
| 实时及近期比赛 |
|
| 按 slug 获取单场比赛 |
|
| 球队赛程 |
|
| 联赛积分榜 |
|
| 最佳射手/助攻王 |
|
| 球员统计数据 |
|
| 淘汰赛对阵图 |
|
| 实时追踪数据 |
|
完整的参数文档和响应格式:sportscore.com/developers/ · OpenAPI 3.0 规范
归属声明
此 MCP 服务器在每个工具结果中都会显示 Powered by SportScore 的归属声明。免费层级 API 要求该归属声明在面向最终用户的输出中保持可见——因此请不要在您的提示词或后处理中将其删除。
需要移除归属声明的商业/白标用途:api@sportscore.com。条款:sportscore.com/developers/terms/。
速率限制
免费层级:大约 1000 次请求 / 24小时 / IP,具有 60 秒的边缘缓存。对于任何 MCP 工作流程来说都是合理的——用户进行聊天会话时不会达到此限制。批量/生产/更高容量的使用:请联系 api@sportscore.com。
许可证
MIT — 见 LICENSE。
链接
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceProvides access to comprehensive sports data from 5 major leagues (NBA, NFL, MLB, EPL, NHL) including teams, players, games, statistics, standings, injuries, and betting odds through 67+ endpoints. Enables users to query sports information and analytics through natural language.12MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to access comprehensive sports data including football, basketball, American football, and hockey leagues via 11 tools, with no API key required.MIT
- AlicenseNot gradedqualityCmaintenanceEnables fetching sportsbook odds, live scores, and event information across 70+ books and 30+ leagues, with tools to list sports, get scores, and discover events.8MIT
- FlicenseNot gradedqualityDmaintenanceMCP server that enables Claude Desktop to access real-time sports data including live scores, fixtures, standings, and NBA statistics using free APIs.
Related MCP Connectors
Sports MCP — wraps TheSportsDB API (free tier, test key 3, no auth required)
ESPN MCP — keyless multi-sport live scores, teams, and news via ESPN's public site API.
API-Football MCP — comprehensive soccer/football data
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Backspace-me/sportscore-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server