BALLDONTLIE World Cup MCP integration for AI agents.
Connect AI agents to BALLDONTLIE World Cup through 20 structured actions, including get match, list futures odds, and list match avg positions. Review authen…
- ACTION CONTRACTS
- 20
- AUTHENTICATION
- API key
- SOURCE STATUS
- Provider-backed
CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE
CAPABILITY PROFILE
What the BALLDONTLIE World Cup integration exposes
The BALLDONTLIE World Cup Agent App exposes 20 provider-backed actions for data work. Its current contract lets an authorized agent retrieve one fifa world cup match from balldontlie, list fifa world cup futures odds from balldontlie, and list fifa world cup average-position data from balldontlie. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.
A connection uses API key. Before execution, the agent can inspect the selected action, its required fields, declared scopes, and expected output contract. Provider credentials remain inside the Working Machines runtime; the calling agent receives the capability and its structured result, not the underlying secret.
For reliable operation, start with the narrowest action that satisfies the task, resolve stable provider identifiers before changing state, and validate the returned object or status after execution. Availability still depends on the connected BALLDONTLIE World Cup account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.
VERIFIED ACTION SAMPLE
Real BALLDONTLIE World Cup capabilities.
Showing 12 of 20 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.
get_matchREADRetrieve one FIFA World Cup match from BALLDONTLIE.
INPUTS: matchId
list_futures_oddsREADList FIFA World Cup futures odds from BALLDONTLIE.
INPUTS: season / matchId / matchIds / teamId / teamIds
list_match_avg_positionsREADList FIFA World Cup average-position data from BALLDONTLIE.
INPUTS: season / matchId / matchIds / teamId / teamIds
list_match_best_playersREADList FIFA World Cup match best-player data from BALLDONTLIE.
INPUTS: season / matchId / matchIds / teamId / teamIds
list_match_eventsREADList FIFA World Cup match events from BALLDONTLIE.
INPUTS: season / matchId / matchIds / teamId / teamIds
list_match_lineupsREADList FIFA World Cup match lineups from BALLDONTLIE.
INPUTS: season / matchId / matchIds / teamId / teamIds
list_match_momentumREADList FIFA World Cup match momentum data from BALLDONTLIE.
INPUTS: season / matchId / matchIds / teamId / teamIds
list_match_shotsREADList FIFA World Cup match shot maps from BALLDONTLIE.
INPUTS: season / matchId / matchIds / teamId / teamIds
list_match_team_formREADList FIFA World Cup team form data from BALLDONTLIE.
INPUTS: season / matchId / matchIds / teamId / teamIds
list_matchesREADList FIFA World Cup matches from BALLDONTLIE for the selected season, optionally filtered by team.
INPUTS: season / teamId / page / perPage
list_oddsREADList FIFA World Cup betting odds from BALLDONTLIE.
INPUTS: season / matchId / matchIds / teamId / teamIds
list_player_injuriesREADList FIFA World Cup player injuries from BALLDONTLIE.
INPUTS: season / matchId / matchIds / teamId / teamIds
INPUT CONTRACTS
Know what the action needs before it runs.
get_match
matchIdOPTIONAL- The BALLDONTLIE match identifier.
list_futures_odds
seasonOPTIONAL- The FIFA World Cup season year, such as 2018, 2022, or 2026.
matchIdOPTIONAL- The BALLDONTLIE match identifier.
matchIdsOPTIONAL- BALLDONTLIE match identifiers.
teamIdOPTIONAL- The BALLDONTLIE team identifier.
teamIdsOPTIONAL- BALLDONTLIE team identifiers.
list_match_avg_positions
seasonOPTIONAL- The FIFA World Cup season year, such as 2018, 2022, or 2026.
matchIdOPTIONAL- The BALLDONTLIE match identifier.
matchIdsOPTIONAL- BALLDONTLIE match identifiers.
teamIdOPTIONAL- The BALLDONTLIE team identifier.
teamIdsOPTIONAL- BALLDONTLIE team identifiers.
list_match_best_players
seasonOPTIONAL- The FIFA World Cup season year, such as 2018, 2022, or 2026.
matchIdOPTIONAL- The BALLDONTLIE match identifier.
matchIdsOPTIONAL- BALLDONTLIE match identifiers.
teamIdOPTIONAL- The BALLDONTLIE team identifier.
teamIdsOPTIONAL- BALLDONTLIE team identifiers.
PROVIDER-SPECIFIC WORKFLOWS
Jobs this Agent App can support
Inspect Get Match
Retrieve one FIFA World Cup match from BALLDONTLIE. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.
get_matchVerify with List Futures Odds
List FIFA World Cup futures odds from BALLDONTLIE. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.
list_futures_oddsSAFETY BOUNDARY
Operate BALLDONTLIE World Cup with explicit limits
- Authorize BALLDONTLIE World Cup with API key and grant only the provider access required by the selected actions.
- The current action names appear read-oriented, but returned BALLDONTLIE World Cup data may still be sensitive and should be minimized before it enters model context.
- Do not infer permission from catalog visibility. Workspace policy, connection identity, and upstream authorization still govern execution.
- No provider scope string is declared on the sampled actions. Verify the connected account's actual permissions in BALLDONTLIE World Cup rather than assuming unrestricted access.
- After a call, inspect the structured result and execution record before reporting that the BALLDONTLIE World Cup task completed successfully.
CONNECTION MODEL
API key
BALLDONTLIE API key sent in the Authorization header. Create a free account and view your API key from the official BALLDONTLIE dashboard: https://www.balldontlie.io/.
Working Machines stores provider credentials behind the execution boundary. An agent can use an authorized connection identity, but catalog discovery alone does not reveal OAuth tokens, API keys, or provider secrets.
- READ SIGNALS
- 20
- WRITE SIGNALS
- 0
- HIGH IMPACT
- 0
- REVIEW SIGNALS
- 0
EVIDENCE AND AVAILABILITY
Provider reference
Action names, input fields, authentication types, and counts on this page are generated from the Working Machines provider catalog. Provider behavior, quotas, object semantics, account eligibility, and regional availability remain governed by BALLDONTLIE World Cup.