← Registry

Analytics

predictiqpro.com

Provides football match predictions, fixtures, odds, and account info using machine learning models.

1 endpoint5 known toolsFirst detected September 6, 2026Last detected September 6, 2026

ENDPOINT 1

https://mcp.predictiqpro.com/mcp

No auth detected

MCP server metadata

Name
PredictIQ Pro
Version
1.29.1
Capabilities
experimentalpromptsresourcestools

Known tools 5

get_live_predictions

Get current live and upcoming football match predictions from PredictIQ Pro's stacked ML model (CatBoost + LightGBM + Poisson ensemble).

Inferred read-only
get_fixtures

Get football fixtures (finished, scheduled, or live), optionally filtered by status ("finished", "scheduled", "live") or league_id.

Inferred read-only
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.

Inferred read-only
get_odds

Get bookmaker odds comparison for a specific match, if available.

Inferred read-only
get_account_info

Get the current API key's account info: email, plan, request usage, and active key.

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.