Mcp Sofascore — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Sofascore (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
An MCP (Model Context Protocol) server that provides live football match data from Sofascore. Connect it to Claude Desktop, Cursor, or any MCP-compatible client.
Ask Claude about any football match and get:
Example:
"Get me the match data for Arsenal vs Man Utd 25 Jan 2026"
Returns:
Arsenal vs Man United — 25 Jan 2026, 17:30 @ Emirates Stadium
Formations:
- Arsenal: 4-3-3 (1st in table)
- United: 4-2-3 (4th in table)
Odds:
- Arsenal win: 1.53
- Draw: 4.50
- Man Utd win: 5.75
Injuries:
- Arsenal: Calafiori (Out)
- United: De Ligt (Out), Dowman (Out), Zirkzee (Doubtful)git clone https://github.com/YOUR_USERNAME/mcp-sofascore.git
cd mcp-sofascore
bun install
bunx playwright install chromiumFind your config file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonAdd the server:
{
"mcpServers": {
"sofascore": {
"command": "/path/to/bun",
"args": ["/path/to/mcp-sofascore/server.ts"],
"env": {
"SERPER_API_KEY": "your-serper-key"
}
}
}
}Replace:
/path/to/bun with output of which bun/path/to/mcp-sofascore with your actual pathRestart Claude Desktop.
In any Claude conversation, ask about a match:
Include the date for best results - otherwise it may find the wrong match.
| Name | Description |
|---|---|
get_match_data | Get match info from Sofascore. Input: team names with date (e.g., "Wolves vs Arsenal 18 Feb 2026") |
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.