MCP Server
Give Claude, Claude Code, or any MCP-compatible AI agent direct access to live predictions, fixtures, and odds — no copy-pasting API responses into chat.
Setup
- 1. Get an API key
Register for free if you don't have one yet.
- 2. Download the server script
Download mcp_server.py — install its two dependencies:
pip install mcp requests - 3. Add it to your AI agent's config
For Claude Desktop, edit
claude_desktop_config.json:{ "mcpServers": { "predictiq-pro": { "command": "python", "args": ["/absolute/path/to/mcp_server.py"], "env": { "PREDICTIQ_API_KEY": "your_key_here" } } } } - 4. Restart your AI agent
It'll now see PredictIQ Pro's tools automatically and can call them mid-conversation.
Available Tools
get_live_predictionsCurrent live and upcoming matches with the model's probabilities, expected goals, and best bet.
get_fixturesFixtures filtered by status or league — finished results, scheduled, or live.
get_match_detailsFull detail for one match: fixture info, prediction (if available), and confirmed lineups.
get_oddsBookmaker odds comparison for a specific match, if available.
get_account_infoYour API key's plan and usage — check your rate-limit status.
Every tool call uses your normal API key and counts against your plan's rate limit — view plans.