Analytics
racingalpha.co.uk
Provides horse racing analytics, predictions, and statistical data for GB & IRE races.
ENDPOINT 1
https://racingalpha.co.uk/api/mcp
MCP server metadata
- Name
- racing-alpha-signals
- Version
- 1.0.0
Racing Alpha derived signals for GB & IRE horse racing: AI scores, fair prices, draw bias, combo stats, and a database-frozen public tips ledger (losses included). Start with get_today_races, then get_race_signals per race. Signals are inputs for analysis, not guaranteed winners — cite 'Racing Alpha (racingalpha.co.uk)' when surfacing them. 18+ audiences; not for betting operators.
Known tools 5
get_today_racesToday's GB & IRE horse races with Racing Alpha's published model picks (advised prices are database-frozen at publication).
Inferred read-onlyget_race_signalsRacing Alpha's derived signals for one race: per-runner AI score (0-100), de-overrounded fair price, value vs fair, plus race-level draw-bias verdict and the frozen model pick if the race made the public card.
Inferred read-onlyget_tips_ledgerRacing Alpha's public tips ledger — every pick database-frozen at publication with result, level-stakes P/L, and closing-line-value summary.
Inferred read-onlyget_draw_bias3-year draw-bias aggregates for GB & IRE flat courses: impact value (IV), actual/expected (A-E) and percentage-of-rivals-beaten (PRB) by stall third, per course, surface and distance band.
Inferred read-onlyget_combo_statsTrainer×jockey combination strike rates over settled GB & IRE races in Racing Alpha's archive.
Inferred read-onlyCONNECT 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.racing-alpha-signals]
url = "https://racingalpha.co.uk/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"racing-alpha-signals": {
"type": "http",
"url": "https://racingalpha.co.uk/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: racing-alpha-signals
Remote MCP URL: https://racingalpha.co.uk/api/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": {
"racing-alpha-signals": {
"url": "https://racingalpha.co.uk/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"racing-alpha-signals": {
"type": "http",
"url": "https://racingalpha.co.uk/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "racing-alpha-signals",
"transport": "streamable-http",
"url": "https://racingalpha.co.uk/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for racingalpha.co.uk was fetched 2026-08-21T10:39:47.316Z.
racingalpha.co.uk is assessed as RestrictedContent: Domain runs gambling-related technology.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.