Skip to main content
Logo
Explore APIsSupport Portal

Connect Sportradar API Hub to AI Assistants

Use Sportradar API Hub documentation and specifications directly in your IDE.

MCP Gateway

Use this gateway in your coding assistant.

MCP URL
https://public.mcp.apidocs.sportradar.com/mcp

Sportradar API Hub MCP lets your coding assistant use Sportradar API Hub documentation and specifications directly in your IDE.

#Set Up Your Assistant

Use the MCP gateway shown above when setting up Sportradar API Hub MCP in your coding assistant.

Install in Cursor

If the install button does not work, add this to ~/.cursor/mcp.json:

json
{
  "mcpServers": {
    "sr-api-hub-public": {
      "url": "https://public.mcp.apidocs.sportradar.com/mcp"
    }
  }
}

Test it:

text
What APIs are available in Sportradar API Hub?

#Query Suggestions

Use these prompts when you want the assistant to search Sportradar API Hub MCP before answering.

  • "Use Sportradar API Hub MCP to list the APIs available in Sportradar API Hub."
  • "Use Sportradar API Hub MCP to find APIs related to live sports data."
  • "Use Sportradar API Hub MCP to find APIs related to fixtures, schedules, or results."
  • "Use Sportradar API Hub MCP to pick one public API and explain how a developer should start using it."
  • "Use Sportradar API Hub MCP to pick one public API and generate a TypeScript client example for it."
  • "Use Sportradar API Hub MCP to search for APIs related to my current task, then ask me one follow-up question if the result is ambiguous."

#Scope to One Service

Append ?resource_slug=<resource-slug> to the MCP gateway URL to default your coding assistant to one API Hub resource. The assistant can still reach the full gateway, but treats the named service as the default context.

Example:

text
https://public.mcp.apidocs.sportradar.com/mcp?resource_slug=widgets

Each resource page shows Copy MCP URL in the page header actions.

On this page
  • Set Up Your Assistant
  • Query Suggestions
  • Scope to One Service