odds api for Claude Desktop
com.frontofgoal/odds-api
Live soccer prediction-market odds and order-book depth from Polymarket.
client:Claude Desktop
transport:streamable-http
tools:5
Install odds api in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"odds-api": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.frontofgoal.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs