Analytics
predictiqpro.com
Provides football match predictions, fixtures, odds, and account info using machine learning models.
ENDPOINT 1
https://mcp.predictiqpro.com/mcp
MCP server metadata
- Name
- PredictIQ Pro
- Version
- 1.29.1
Known tools 5
get_live_predictionsGet current live and upcoming football match predictions from PredictIQ Pro's stacked ML model (CatBoost + LightGBM + Poisson ensemble).
Inferred read-onlyget_fixturesGet football fixtures (finished, scheduled, or live), optionally filtered by status ("finished", "scheduled", "live") or league_id.
Inferred read-onlyget_match_detailsGet 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-onlyget_account_infoGet the current API key's account info: email, plan, request usage, and active key.
Potential side effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.