odds api for VS Code
com.frontofgoal/odds-api
Live soccer prediction-market odds and order-book depth from Polymarket.
client:VS Code
transport:streamable-http
tools:5
Install odds api in VS Code
.vscode/mcp.json
{
"servers": {
"odds-api": {
"type": "http",
"url": "https://api.frontofgoal.com/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs