INDIVIDUAL MCP TOOL
get_race_signals
Racing 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.
LIVE ENDPOINT
https://racingalpha.co.uk/api/mcp
Connect to this endpoint to inspect the live schema for get_race_signals and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
get_today_races— Today's GB & IRE horse races with Racing Alpha's published model picks (advised prices are database-frozen at publication).get_tips_ledger— Racing Alpha's public tips ledger — every pick database-frozen at publication with result, level-stakes P/L, and closing-line-value summary.get_draw_bias— 3-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.get_combo_stats— Trainer×jockey combination strike rates over settled GB & IRE races in Racing Alpha's archive.