racing-alpha-mcp
Racing Alpha MCP server
GB & Irish horse racing signals for AI agents — the official Model Context Protocol server from Racing Alpha.
Remote server (Streamable HTTP, no install):
https://racingalpha.co.uk/api/mcpListed on the official MCP Registry as
uk.co.racingalpha/signals.
Connect
Claude Code:
claude mcp add --transport http racing-alpha https://racingalpha.co.uk/api/mcpGeneric MCP client config:
{
"mcpServers": {
"racing-alpha": {
"type": "http",
"url": "https://racingalpha.co.uk/api/mcp"
}
}
}Works keyless (50 requests/day per IP). A free key raises that to
1,000/day — get one at
racingalpha.co.uk/developers
and pass it as Authorization: Bearer ra_live_….
Stdio-only client? Use the bundled zero-dependency bridge:
npx github:qtexuk/racing-alpha-mcp
# or with a key:
RACING_ALPHA_API_KEY=ra_live_… npx github:qtexuk/racing-alpha-mcpOr via Docker:
docker build -t racing-alpha-mcp . && docker run -i racing-alpha-mcpRelated MCP server: tradingale-mcp
Tools
Tool | What it returns |
| Today's GB & IRE races with Racing Alpha's published model picks (advised prices database-frozen at publication) |
| Per-runner AI scores (0–100), de-overrounded fair prices, value vs fair, plus the race's draw-bias verdict |
| The public tips ledger — every pick frozen at publication with result, level-stakes P/L, and closing-line-value summary. Losses included; that is the point. |
| 3-year draw-bias aggregates (IV / A–E / PRB) by course, surface, and distance band |
| Trainer×jockey strike rates over settled races |
What this is (and isn't)
Everything served is a Racing Alpha computation — model scores, de-overrounded consensus prices, statistical aggregates, and our own published tips record. It is not a raw racecards/odds/ratings feed.
The differentiator: every prediction Racing Alpha publishes is
database-frozen at publication with a public audit table. Agents can
verify the full track record — including losing runs — before trusting
a single signal, via get_tips_ledger or
racingalpha.co.uk/performance.
Fair use
Attribution required on the free tier: "Signals by Racing Alpha" linked to racingalpha.co.uk.
Not for betting operators or sportsbooks.
Don't present the signals as guaranteed winners — the public ledger exists precisely so nobody has to take our word for anything.
18+ audiences · BeGambleAware.org
REST equivalent + OpenAPI spec: racingalpha.co.uk/developers
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenancePrediction market probability oracle for AI agents. 26 tools across 500+ live markets from Kalshi and Polymarket. Cross-source arbitrage detection, structured TPF signals, Kelly Criterion sizing, agent performance tracking, and webhook alerts.9611MIT
- Alicense-quality-maintenanceMartingale Intelligence for AI trading agents. Provides proprietary scores and sequence parameters for 250+ crypto and stock instruments to evaluate martingale strategy suitability.
- AlicenseAqualityAmaintenancePre-computed financial market intelligence for AI agents. Stocks, crypto, and ETFs.92303MIT
- AlicenseAqualityBmaintenanceAI-native quantitative trading signal engine for crypto and TradFi perpetuals. Multi-factor composite BUY/SELL/HOLD signals, cross-venue funding rate arbitrage scanning, and market regime detection powered by Hyperliquid data.75355MIT
Related MCP Connectors
Validated trading edges across futures, equities, crypto. Live signals, full audit trail.
Anti-firehose options-flow data for AI agents: curated daily pool, features, realized outcomes.
Quant tools + an NFL fantasy draft assistant for AI agents — Kalshi & Polymarket EV, edge, ADP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/qtexuk/racing-alpha-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server