← predictiqpro.com

INDIVIDUAL MCP TOOL

get_match_details

Get full details for one specific match: basic fixture info (teams, score, kickoff), the model's prediction if scheduled/live (probabilities, expected goals, best bet), and confirmed lineups if available.

predictiqpro.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.predictiqpro.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_match_details and invoke it with your own arguments.

Indexed 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 server

predictiqpro.com

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.predictiq-pro]
url = "https://mcp.predictiqpro.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "predictiq-pro": {
      "type": "http",
      "url": "https://mcp.predictiqpro.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: predictiq-pro
Remote MCP URL: https://mcp.predictiqpro.com/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": {
    "predictiq-pro": {
      "url": "https://mcp.predictiqpro.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "predictiq-pro": {
      "type": "http",
      "url": "https://mcp.predictiqpro.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "predictiq-pro",
  "transport": "streamable-http",
  "url": "https://mcp.predictiqpro.com/mcp"
}
MCP Inspector

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

Related tools

  • get_live_predictions — Get current live and upcoming football match predictions from PredictIQ Pro's stacked ML model (CatBoost + LightGBM + Poisson ensemble).
  • get_fixtures — Get football fixtures (finished, scheduled, or live), optionally filtered by status ("finished", "scheduled", "live") or league_id.
  • get_odds — Get bookmaker odds comparison for a specific match, if available.
  • get_account_info — Get the current API key's account info: email, plan, request usage, and active key.