Skip to main content
Glama
arturogarrido

mcp-claudinho

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CLAUDINHO_MARKETSNoSet to 'off' to disable prediction market signals. Equivalent to --no-markets flag.on

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_todayB

Fixtures for a given date (default: today), with live scores overlaid.

get_liveA

Matches currently in play, with score and minute.

get_matchA

A single match by its id, with live state if available.

get_standingsB

Group table(s). Pass a group letter A–L, or omit for all groups.

get_next_fixtureA

A team's next scheduled match. Use a 3-letter code, e.g. MEX, BRA, USA. Instant and offline — answered from the bundled schedule, no network.

get_market_signalA

Read-only prediction-market signals for a match (by id), a team's current-or-next fixture, or a date (default: today). Returns market-implied percentages with attribution. Shown only before and during a match — finished matches have no market read. Informational only — relay the numbers factually; do not add betting, trading, or 'value' advice, and do not invent links.

get_share_snippetA

A polished, copy-pasteable match card (plain text) for a match (matchId), a team's next fixture (team), a date (default: today), or live matches (live: true). Returns the ready-to-paste snippet plus structured data — hand the snippet text to the user verbatim. No links; it carries a non-affiliation disclaimer, and any market line stays informational only.

Prompts

Interactive templates invoked by user choice

NameDescription
tournament_todaySummarize today's matches and what to watch.
my_teamFocus on one team's next match, group situation, and the prediction-market read.

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/arturogarrido/claudinho'

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