{ "name": "sportscore-mcp", "version": "0.3.0", "mcpName": "io.github.Backspace-me/sportscore-mcp", "description": "MCP server for SportScore — live scores, match details, standings, top scorers, brackets and player stats across football, basketball, cricket and tennis. Free public API, CORS-open, no API key.", "keywords": [ "mcp", "model-context-protocol", "claude", "cursor", "sports", "football", "soccer", "basketball", "cricket", "tennis", "live-scores", "sports-api" ], "homepage": "https://sportscore.com/developers/", "repository": { "type": "git", "url": "git+https://github.com/Backspace-me/sportscore-mcp.git" }, "bugs": { "url": "https://github.com/Backspace-me/sportscore-mcp/issues", "email": "api@sportscore.com" }, "license": "MIT", "author": "SportScore (https://sportscore.com/)", "type": "module", "main": "src/index.js", "bin": { "sportscore-mcp": "src/index.js" }, "files": [ "src/", "README.md", "LICENSE", "CHANGELOG.md" ], "engines": { "node": ">=18.0.0" }, "scripts": { "start": "node src/index.js", "start:http": "node src/index.js", "test": "node --test tests/" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "express": "^4.21.0" } }