Skip to main content
Glama
kimhjort

aria-mcp-football

by kimhjort

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FOLLOW_TEAMSNoComma-separated TheSportsDB team IDs to follow (default: '133906,133899,133610' — Denmark, AGF, Chelsea).
THESPORTSDB_KEYNoTheSportsDB API key. Defaults to '123' (public free dev key). Set your own or a premium key if needed.
BROADCAST_MAP_JSONNoJSON object overriding the Danish broadcast hint map (keys: competition name pattern, values: broadcaster string).

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_my_fixturesA

Get upcoming fixtures (matches) for all followed football teams within the next N days. Default followed teams: Denmark (national), AGF (Danish Superliga), Chelsea (Premier League). Override via FOLLOW_TEAMS env (comma-separated TheSportsDB team IDs). Each fixture includes team, opponent, home/away, competition, kick-off time (UTC and Europe/Copenhagen local), venue, status, and a best-effort Danish broadcaster hint. Sorted by kick-off time ascending. This is the primary tool for ARIA's daily check — call this once to see if any followed team plays soon. Note: danishBroadcast is a best-effort hint; rights change — verify at tvsporten.dk / tvbolden.dk.

get_team_fixturesA

Get upcoming fixtures or recent results for any football team, by name or TheSportsDB team ID. When 'last' is provided, returns the last N finished matches instead of a date range. Returns fixture entries (kickoff, competition, venue, status, broadcast hint) or result entries (score, outcome) if last is set. Note: danishBroadcast is a best-effort hint; rights change — verify at tvsporten.dk / tvbolden.dk.

get_resultsA

Get recent finished match results (with scores) for a followed team or all followed teams. Returns results sorted newest-first with score and win/draw/loss outcome. Useful for checking how a team did in their last few matches.

live_nowA

Check if any followed football team is currently playing. Live scores require a premium TheSportsDB key — on the free key this returns a structured unavailable notice. Returns live match entries with current score on premium tier, or { status: 'unavailable', message: '...' } on free tier. Note: danishBroadcast is a best-effort hint; rights change — verify at tvsporten.dk / tvbolden.dk.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kimhjort/aria-mcp-football'

If you have feedback or need assistance with the MCP directory API, please join our Discord server