INDIVIDUAL MCP TOOL
search_hosted_races
Search iRacing hosted race results by date range, driver, or session name.
LIVE ENDPOINT
https://mcpvot.xyz/api/mcp
Connect to this endpoint to inspect the live schema for search_hosted_races and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mcpvot]
url = "https://mcpvot.xyz/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcpvot": {
"type": "http",
"url": "https://mcpvot.xyz/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcpvot
Remote MCP URL: https://mcpvot.xyz/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mcpvot": {
"url": "https://mcpvot.xyz/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcpvot": {
"type": "http",
"url": "https://mcpvot.xyz/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcpvot",
"transport": "streamable-http",
"url": "https://mcpvot.xyz/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_web— Search the web via SerpAPI (Google search).get_race_results— Full iRacing race results including finish order (P1, P2, P3), laps completed, incidents, iRating changes, and weather/track info.lookup_driver— Look up an iRacing driver profile by customer ID — iRating, license class, safety rating, career stats (starts, wins, top5s, avg finish, avg incidents).get_ecosystem_status— Get mcpvot.xyz server health, available x402 services, and MCP endpoint info.