Use Sportradar API Hub documentation and specifications directly in your IDE.
Use this gateway in your coding assistant.
Sportradar API Hub MCP lets your coding assistant use Sportradar API Hub documentation and specifications directly in your IDE.
Use the MCP gateway shown above when setting up Sportradar API Hub MCP in your coding assistant.
If the install button does not work, add this to ~/.cursor/mcp.json:
{
"mcpServers": {
"sr-api-hub-public": {
"url": "https://public.mcp.apidocs.sportradar.com/mcp"
}
}
}Test it:
What APIs are available in Sportradar API Hub?Use these prompts when you want the assistant to search Sportradar API Hub MCP before answering.
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:
https://public.mcp.apidocs.sportradar.com/mcp?resource_slug=widgetsEach resource page shows Copy MCP URL in the page header actions.