io.github.Backspace-me/sportscore-mcp✓
io.github.Backspace-me/sportscore-mcp · v0.1.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Backspace-me/sportscore-mcp",
"description": "Live scores, standings, top scorers, brackets for football, basketball, cricket, tennis. Free API.",
"repository": {
"url": "https://github.com/Backspace-me/sportscore-mcp",
"source": "github"
},
"version": "0.1.1",
"packages": [
{
"registryType": "npm",
"identifier": "sportscore-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Override the API base URL (default: https://sportscore.com). Useful for staging or self-hosted.",
"format": "string",
"name": "SPORTSCORE_API_BASE"
},
{
"description": "Override the User-Agent string sent to the SportScore API.",
"format": "string",
"name": "SPORTSCORE_UA"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}