Front of Goal Odds Agent
api.frontofgoal.com
Live soccer prediction-market odds, order-book depth, upcoming fixtures, and price-movement alerts from Polymarket.
api.frontofgoal.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
F
Conformance score: 36/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-08-20 01:27:50 current | b0aea24260f8… |
view → |
Endpoints
| Agent card | https://api.frontofgoal.com/.well-known/agent-card.json |
Skills · 5 declared · mapped to canonical taxonomy
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 v…
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.
Health · last 1 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/api.frontofgoal.com) [](https://agenstry.com/agents/api.frontofgoal.com) [](https://agenstry.com/agents/api.frontofgoal.com) [](https://agenstry.com/agents/api.frontofgoal.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "Front of Goal Odds Agent",
"description": "Live soccer prediction-market odds, order-book depth, upcoming fixtures, and price-movement alerts from Polymarket.",
"version": "1.0.0",
"supportedInterfaces": [
{
"url": "https://api.frontofgoal.com/a2a",
"protocolBinding": "HTTP+JSON",
"protocolVersion": "1.0"
}
],
"capabilities": {
"streaming": false,
"pushNotifications": false,
"extendedAgentCard": false
},
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "get_match_data",
"name": "Get soccer match data",
"description": "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 frontofgoal.com/event/ URL.",
"tags": [
"soccer",
"polymarket",
"odds"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "get_live_odds",
"name": "Get live odds",
"description": "Current midpoint price for up to 20 Polymarket CLOB token IDs (from get_match_data's outcomes).",
"tags": [
"soccer",
"polymarket",
"odds"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "get_order_book",
"name": "Get order book depth",
"description": "Bid/ask levels for one Polymarket CLOB token ID.",
"tags": [
"soccer",
"polymarket",
"odds"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "list_upcoming_matches",
"name": "List upcoming soccer matches",
"description": "Upcoming fixtures with kickoff time, teams, and competition. Optionally filter by team or competition name (case-insensitive substring).",
"tags": [
"soccer",
"polymarket",
"odds"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "get_biggest_movers",
"name": "Get biggest price movers",
"description": "Soccer markets with the largest 1-day price swings, above a minimum liquidity floor.",
"tags": [
"soccer",
"polymarket",
"odds"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
}
]
}