Quick Start
1. Get your API token
2. Install the server
3. Register with your AI tool
claude mcp add sportmonks-football \
--env SPORTMONKS_API_TOKEN="your_token" \
-- npx sportmonks-football-mcp-server{
"mcpServers": {
"sportmonks-football": {
"command": "npx",
"args": ["sportmonks-football-mcp-server"],
"env": {
"SPORTMONKS_API_TOKEN": "your_token"
}
}
}
}
4. Try it
Last updated
Was this helpful?