com.frontofgoal/odds-api
com.frontofgoal/odds-apiLive soccer prediction-market odds and order-book depth from Polymarket.
Tools · 5
Fetch full context for one Front of Goal event page: teams, kickoff, venue, referee, form, and every market with live odds and CLOB token IDs. Find event_slug via list_upcoming_matches or a frontofgoa…
Current midpoint price for up to 20 Polymarket CLOB token IDs (from get_match_data's outcomes).
Bid/ask levels for one Polymarket CLOB token ID.
Upcoming fixtures with kickoff time, teams, and competition. Optionally filter by team or competition name (case-insensitive substring).
Soccer markets with the largest 1-day price swings, above a minimum liquidity floor.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"com.frontofgoal/odds-api": {
"url": "https://api.frontofgoal.com/mcp",
"transport": "streamable-http"
}
}
}