← infersports.dev

INDIVIDUAL MCP TOOL

list_today_matches

List today's (UTC) fixtures — "what games are on today / right now?

infersports.devnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

infersports.dev

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.infersports]
url = "https://api.infersports.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "infersports": {
      "type": "http",
      "url": "https://api.infersports.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: infersports
Remote MCP URL: https://api.infersports.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "infersports": {
      "url": "https://api.infersports.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "infersports": {
      "type": "http",
      "url": "https://api.infersports.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "infersports",
  "transport": "streamable-http",
  "url": "https://api.infersports.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_sharp_line — Answer an odds question about a fixture in ONE call (natural language in, worked line out).
  • find_match — Find a football/basketball fixture by natural-language name.
  • get_match_odds — Get all current odds for a match across bookmakers.
  • compare_lines — Compare one market across all bookmakers for a match.
  • explain_handicap — Explain an Asian handicap line.
  • list_events — List the fixtures for a calendar day — or a bounded [date, date_to] range.
  • match_info — Get the basics for a match in ONE call: the score, whether it's live, when it kicks off, and who's favored.
  • list_bookmakers — List the bookmakers available on your tier.