{ "name": "openfoot-mcp", "mcpName": "io.github.bartokulus/openfoot-mcp", "version": "0.1.3", "description": "Native Model Context Protocol (MCP) server for OpenFootAPI \u2014 football fixtures, standings, lineups, events timeline, shot-level xG and match context.", "license": "MIT", "homepage": "https://openfootapi.com", "repository": { "type": "git", "url": "git+https://github.com/bartokulus/openfoot-mcp.git" }, "bugs": { "url": "https://github.com/bartokulus/openfoot-mcp/issues" }, "type": "module", "bin": { "openfoot-mcp": "src/index.js" }, "files": [ "src", "scripts/smoke.js", "README.md", "LICENSE" ], "engines": { "node": ">=20" }, "keywords": [ "mcp", "modelcontextprotocol", "football", "soccer", "xg", "expected-goals", "football-api", "sports-data", "openfoot" ], "scripts": { "start": "node src/index.js", "test": "node --test tests/*.test.mjs && npm run smoke", "smoke": "node scripts/smoke.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "zod": "^3.25.0" } }