Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SPORTSDATA_MCP_CONFIGNoPath to a configuration file.
SPORTSDATA_MCP_GROUPSNoComma-separated list of enabled tool groups; overrides config file.
SPORTSDATA_MCP_MAX_BYTESNoGlobal response-size cap in bytes (0 = no cap).

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_available_groupsA

List every tool group across all providers and which are currently enabled.

On a fresh install (no groups enabled) this is the only functional tool, so the model can guide the user to enable what they want in sportsdata-mcp.yaml.

list_tools_by_capabilityA

Discover tools by capability — the unit of cross-provider comparison.

Given a slug like 'sport.event_markets', returns every enabled tool exposing it across providers. Pass no argument for the full capability → tools map.

list_resourcesA

List all registered MCP resources (capability map, dispatcher catalogues, reference data).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
_capabilities

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/DanielTomaro13/sportsdata-mcp'

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