football-prediction
The Football Prediction MCP Server provides accurate football match predictions and insights.
predictions
This endpoint returns a list of the football predictions scheduled to start in the next 48hours. URL parameters can be specified to show past predictions or to filter by federation and prediction market.
Try it
Result:
prediction_details
Grab all available predictions for a match id
Try it
Result:
performance_stats_for_past_predictions
Returns information about the accuracy of past predictions. (in the last day, 7 days, 14 days and 30 days) Can be additionally filtered by federation and market. If no market filter is provided it defaults to classic
Try it
Result:
head_to_head
Shows head to head stats and previous encounters for the home and away team of an upcoming match.
Try it
Result:
home_team_league_stats
Shows the league table and stats for the home team of an upcoming match.
Try it
Result:
home_team_last10_matches
Grab the statistics and list of the last 10 matches played by the home team for a certain ID
Try it
Result:
away_team_last10_matches
Grab the statistics and list of the last 10 matches played by the away team for a certain ID
Try it
Result:
away_team_league_stats
Shows the league table and stats for the away team of an upcoming match.
Try it
Result:
list_available_markets
List all available markets and the ones that are enabled for your subscription plan
Try it
Result:
list_available_federations
Returns an array of all the available federations.
Try it
Result:
get_list_of_fixture_ids
Returns a list of fixture IDs that can be used to make requests to endpoints expecting a ID url parameter. Can be filtered by: - iso_date - market - federation