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

NameTypeRequiredDescription
_apiKeystringyesSportmonks 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.

Regenerated from source · build July 4, 2026