Skip to main content
Glama
qtexuk

racing-alpha-mcp

by qtexuk

Racing Alpha MCP server

qtexuk/racing-alpha-mcp 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

Related MCP server: tradingale-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

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    D
    maintenance
    Prediction 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.
    9
    61
    1
    MIT
  • A
    license
    -
    quality
    -
    maintenance
    Martingale Intelligence for AI trading agents. Provides proprietary scores and sequence parameters for 250+ crypto and stock instruments to evaluate martingale strategy suitability.

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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