sportmonks_livescores
Pack: sportmonks · Endpoint: https://gateway.pipeworx.io/sportmonks/mcp
Live in-play soccer matches now — current minute, state, teams, and running score. Example: sportmonks_livescores({ _apiKey: “your-token” })
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
_apiKey | string | yes | Sportmonks API token (get one at my.sportmonks.com; free plan = Danish/Scottish leagues) |
Example call
curl -X POST https://gateway.pipeworx.io/sportmonks/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"sportmonks_livescores","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"sportmonks": {
"url": "https://gateway.pipeworx.io/sportmonks/mcp"
}
}
}
See Getting Started for client-specific install steps.