racing-alpha-mcp
GB & Irish horse racing signals for AI agents: per-runner AI scores, de-overrounded fair prices, draw-bias aggregates, trainer-jockey strike rates, and Racing Alpha's database-frozen public tips ledger (losses included).
README
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/mcp
Listed 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/mcp
Generic 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-mcp
Or via Docker:
docker build -t racing-alpha-mcp . && docker run -i racing-alpha-mcp
Tools
| Tool | What it returns |
|---|---|
get_today_races |
Today's GB & IRE races with Racing Alpha's published model picks (advised prices database-frozen at publication) |
get_race_signals |
Per-runner AI scores (0–100), de-overrounded fair prices, value vs fair, plus the race's draw-bias verdict |
get_tips_ledger |
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. |
get_draw_bias |
3-year draw-bias aggregates (IV / A–E / PRB) by course, surface, and distance band |
get_combo_stats |
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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.