TheRundown Documentation MCP

TheRundown Documentation MCP

@therundownUpdated 2w ago

Official TheRundown API documentation search. No live data or authenticated Product API calls.

Server endpointStreamable HTTPNo authProbed

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

TheRundown Documentation MCP

This is the official Cursor plugin wrapper for TheRundown's public documentation MCP at https://docs.therundown.io/mcp.

The server searches published API documentation: endpoint contracts, V2 event and market schemas, parameters, market IDs, authentication guidance, plan limits, billing, and integration examples. It is documentation-only. It does not return live odds or scores, access Product API data, or require a customer API key.

Cursor configuration

The plugin supplies this remote MCP configuration:

{
  "mcpServers": {
    "therundown-documentation": {
      "type": "http",
      "url": "https://docs.therundown.io/mcp"
    }
  }
}

This repository supplies Cursor plugin metadata and a standalone mcp.json configuration.

Related official resources

First conversation

Ask: “Search TheRundown’s documentation for the V2 event and market response hierarchy, then explain which fields identify the event, market, participant, line, price, and price update time. Link to the relevant public documentation.”