Server Details
Football fixtures, standings, and odds intelligence for AI agents.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
4 toolsfind_fixturesInspect
Find football fixtures by league, team, country, or date/date range. Use this first to discover fixture_id for follow-up calls.
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| team | No | ||
| limit | No | ||
| league | No | ||
| status | No | ||
| country | No | ||
| to_date | No | ||
| from_date | No | ||
| include_odds_summary | No |
find_league_oddsInspect
Return football odds for fixtures in a league on a given date or date range. Use find_fixtures if you need fixture discovery first.
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| limit | No | ||
| league | No | ||
| market | No | ||
| to_date | No | ||
| best_only | No | ||
| from_date | No | ||
| league_id | No | ||
| include_bookmakers | No |
find_match_oddsInspect
Find bookmaker odds for a specific football match using team names and optional context like date or league.
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| league | No | ||
| market | No | ||
| away_team | No | ||
| best_only | No | ||
| home_team | No | ||
| fixture_id | No | ||
| bookmaker_ids | No |
get_standingsInspect
Return league standings for a football league, using league name and optional season input.
| Name | Required | Description | Default |
|---|---|---|---|
| league | No | ||
| season | No | ||
| league_id | No | ||
| season_id | No |
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!