Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

com.frontofgoal/odds-api

com.frontofgoal/odds-api

Live soccer prediction-market odds and order-book depth from Polymarket.

Uptime
100.0%
2 direct probes · 30d
Response
642ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

get_match_data

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…

get_live_odds

Current midpoint price for up to 20 Polymarket CLOB token IDs (from get_match_data's outcomes).

get_order_book

Bid/ask levels for one Polymarket CLOB token ID.

list_upcoming_matches

Upcoming fixtures with kickoff time, teams, and competition. Optionally filter by team or competition name (case-insensitive substring).

get_biggest_movers

Soccer markets with the largest 1-day price swings, above a minimum liquidity floor.

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"
    }
  }
}