What is the com.whensport/horse-racing MCP server?
Horse Racing 2026 MCP — Cheltenham, Royal Ascot, Kentucky Derby, Melbourne Cup. Meetings + venues.
How to install com.whensport/horse-racing
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"horse-racing": {
"url": "https://whensport.com/mcp/horse-racing"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"horse-racing": {
"serverUrl": "https://whensport.com/mcp/horse-racing"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"horse-racing": {
"type": "http",
"url": "https://whensport.com/mcp/horse-racing"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"horse-racing": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://whensport.com/mcp/horse-racing"
]
}
}
}Claude Code
claude mcp add --transport http horse-racing https://whensport.com/mcp/horse-racingRelated MCP servers
Cricket 2026 MCP — T20 World Cup + ICC tour matches. Tournaments, fixtures, players, venues.
Formula 1 2026 schedule MCP — 24 races, drivers, constructors, sessions, circuits, race times.
Golf Majors 2026 — Masters, PGA Championship, US Open, The Open. Tournaments, venues, players.
First dedicated polo MCP — 2026 USPA, Argentine Triple Crown, British Open. Tournaments + players.
First dedicated rugby MCP — Six Nations, Rugby Championship, World Cup. Fixtures + venues.
First dedicated sailing MCP — America's Cup, SailGP, Vendée Globe. Events, venues, teams, schedule.