Skip to main content
Glama
Backspace-me

SportScore

by Backspace-me

sportscore-mcp

SportScore 的 MCP 服务器——提供足球篮球板球网球的实时比分、比赛详情、积分榜、最佳射手、对阵图和球员统计数据。免费公共 API,支持 CORS,无需 API 密钥。

Backspace-me/sportscore-mcp MCP server

适用于任何 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 文档以获取确切的配置文件。

配置

环境变量(可选):

变量

默认值

用途

SPORTSCORE_API_BASE

https://sportscore.com

覆盖 API 基础 URL(适用于暂存/自托管环境)

SPORTSCORE_UA

sportscore-mcp/0.3 (+https://sportscore.com/developers/)

覆盖 User-Agent 字符串

SPORTSCORE_HTTP_PORT

(未设置)

如果设置,则在此端口上作为可流式传输的 HTTP 服务器运行,而不是使用 stdio

SPORTSCORE_HTTP_HOST

127.0.0.1

在 HTTP 模式下运行时绑定的地址

SPORTSCORE_NO_TELEMETRY

(未设置)

设置为 1 以禁用选择性退出的安装 ping(见下文)

匿名安装 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 可选择退出。

工具

工具

用途

所需参数

get_matches

实时及近期比赛

sport

get_match_detail

按 slug 获取单场比赛

sport, slug

get_team_schedule

球队赛程

sport, slug

get_standings

联赛积分榜

sport, slug

get_top_scorers

最佳射手/助攻王

sport, slug

get_player

球员统计数据

sport, slug

get_bracket

淘汰赛对阵图

sport, slug

get_tracker

实时追踪数据

sport, id

完整的参数文档和响应格式: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

链接

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides 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.
    12
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI agents to access comprehensive sports data including football, basketball, American football, and hockey leagues via 11 tools, with no API key required.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables fetching sportsbook odds, live scores, and event information across 70+ books and 30+ leagues, with tools to list sports, get scores, and discover events.
    8
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    MCP server that enables Claude Desktop to access real-time sports data including live scores, fixtures, standings, and NBA statistics using free APIs.

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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