SportScore
sportscore-mcp
MCP-Server für SportScore – Live-Ergebnisse, Spieldetails, Tabellen, Torschützenlisten, Brackets und Spielerstatistiken für Fußball, Basketball, Cricket und Tennis. Kostenlose öffentliche API, CORS-offen, kein API-Schlüssel erforderlich.
Funktioniert in jedem Model Context Protocol-Host: Claude Desktop, Cursor, Continue, Zed und benutzerdefinierten MCP-Clients.
Was es deinem KI-Assistenten bietet
Live- und kürzliche Spiele nach Sportart
Details zu einzelnen Spielen (Ergebnis, Status, Zeitverlauf, Aufstellungen)
Spielpläne von Teams
Tabellen von Ligen / Wettbewerben
Torschützen / Vorlagengeber
Spielerstatistiken und Metadaten
K.o.-Turnier-Brackets
Live-Spieldaten-Tracker
Related MCP server: sports-data-mcp-server
Installation in Claude Desktop
Füge dies zu deiner claude_desktop_config.json hinzu:
macOS — ~/Library/Application Support/Claude/claude_desktop_config.json
Windows — %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"sportscore": {
"command": "npx",
"args": ["-y", "sportscore-mcp"]
}
}
}Starte Claude Desktop neu. Du solltest die SportScore-Tools im Tool-Menü sehen. Frage Dinge wie:
"Welche Premier-League-Spiele laufen gerade live?"
"Zeig mir die NBA-Tabelle."
"Wer sind die besten Torschützen in La Liga?"
"Wann ist das nächste Spiel von Barcelona?"
Installation in Cursor / Continue / Zed
Jeder MCP-Host, der einen stdio-Befehl akzeptiert, funktioniert. Der Aufruf npx -y sportscore-mcp ist identisch – konsultiere die MCP-Dokumentation deines Hosts für die genaue Konfigurationsdatei.
Konfiguration
Umgebungsvariablen (optional):
Variable | Standardwert | Zweck |
|
| Überschreibt die API-Basis-URL (nützlich für Staging / Self-Hosting) |
|
| Überschreibt den User-Agent-String |
| (nicht gesetzt) | Falls gesetzt, Ausführung als Streamable-HTTP-Server auf diesem Port statt stdio |
|
| Bind-Adresse bei Ausführung im HTTP-Modus |
| (nicht gesetzt) | Auf |
Anonymer Install-Ping (Opt-out)
Beim Start sendet der Server einen einmaligen POST-Request an https://sportscore.com/api/mcp/ping/ mit folgendem Payload:
{ "client": "sportscore-mcp", "version": "0.3.0", "transport": "stdio", "host": "darwin", "node": "20.11.0" }Das ist der gesamte Payload – keine Benutzer-ID, keine IP, keine Cookies, kein Fingerprinting. Wir nutzen ihn, um grobe wöchentlich aktive Installationen sowie die Node/OS-Verteilung zu sehen, damit wir wissen, was wir unterstützen müssen. Opt-out mit SPORTSCORE_NO_TELEMETRY=1.
Tools
Tool | Zweck | Erforderliche Argumente |
| Live- und kürzliche Spiele |
|
| Einzelnes Spiel nach Slug |
|
| Team-Spielpläne |
|
| Ligatabelle |
|
| Torschützen / Vorlagengeber |
|
| Spielerstatistiken |
|
| K.o.-Bracket |
|
| Live-Tracker-Daten |
|
Vollständige Parameter-Dokumentation und Antwortformate: sportscore.com/developers/ · OpenAPI 3.0 Spezifikation
Namensnennung
Dieser MCP-Server zeigt bei jedem Tool-Ergebnis eine Powered by SportScore-Namensnennung an. Die kostenlose API erfordert, dass diese Namensnennung in der für Endbenutzer sichtbaren Ausgabe sichtbar bleibt – bitte entferne sie daher nicht aus deinen Prompts oder der Nachbearbeitung.
Für kommerzielle Nutzung / White-Label-Nutzung, bei der die Namensnennung entfernt werden muss: api@sportscore.com. Bedingungen: sportscore.com/developers/terms/.
Ratenbegrenzungen
Kostenlose Stufe: ca. 1000 Anfragen / 24h / IP, mit 60-sekündigem Edge-Caching. Sinnvoll für jeden MCP-Workflow – ein Benutzer, der eine Chat-Sitzung führt, wird das Limit nicht erreichen. Für Massen- / Produktions- / Hochvolumennutzung: kontaktiere api@sportscore.com.
Lizenz
MIT – siehe LICENSE.
Links
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