Skip to main content
Glama
dumkoder

Statos MCP Server

by dumkoder

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
STATOS_API_KEYYesRequired. Your Statos API key.
STATOS_API_BASENoBase URL for the Statos API. Defaults to https://api.statos.pro. Use https://api.sandbox.statos.pro for sandbox.https://api.statos.pro

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_picksA

List Statos's current betting suggestions, optionally filtered by league, market type, minimum edge, or quality tier. Each pick carries the model's claimed probability, best available odds (where attached), implied edge, and a confidence label (low/medium/high). Picks are computed live from upcoming fixtures; volumes vary by day. Use this for 'what does Statos suggest today?' type queries.

get_match_picksA

Fetch every suggestion the Statos engine has emitted for a single match. Useful for per-match analysis: 'what does Statos think about match X across every market?'. Returns the same BetSuggestion shape as list_picks but scoped to one match.

list_leaguesA

List the soccer leagues the Statos engine tracks (filtered to what the API-key holder's plan permits). Each league carries an id you can pass to list_picks for filtering, plus name, country, continent, and an is_specialized flag indicating leagues the engine biases toward. Useful for discovery: 'which European leagues can I see?' or 'show me the specialized leagues only'.

get_accountA

Return the API-key holder's account info: email, role (silver/gold/diamond/admin), subscription status, and the effective role (trial-elevated while a trial is active). Useful for an AI assistant to explain what plan the user is on and which leagues they have access to. Read-only.

suppress_marketA

ADMIN kill switch: stop Statos emitting a (league × market) for a time window WITHOUT a deploy — e.g. during the World Cup if 'cards' starts firing 30% below claimed hit rate. Requires an admin key with the admin:market_suppressions scope. league_id 0 = all leagues. Reversible via unsuppress_market or expiry. Use sparingly.

list_suppressionsA

List the currently active market suppressions (the kill switches in effect). Read-only; same admin scope as suppress_market.

unsuppress_marketA

Cancel an active market suppression by id, immediately restoring emission (within ~60s). Requires the admin:market_suppressions scope.

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/dumkoder/statos-mcp'

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