sportmonks_fixtures_by_date

Pack: sportmonks · Endpoint: https://gateway.pipeworx.io/sportmonks/mcp

Soccer fixtures on a date — every match scheduled/played on a given day with teams and scores. Example: sportmonks_fixtures_by_date({ date: “2026-05-24”, _apiKey: “your-token” })

Parameters

NameTypeRequiredDescription
datestringyesDate in YYYY-MM-DD format, e.g. “2026-05-24”
_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_fixtures_by_date","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