mcp-claudinho
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLAUDINHO_MARKETS | No | Set to 'off' to disable prediction market signals. Equivalent to --no-markets flag. | on |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| tournament_today | Summarize today's matches and what to watch. |
| my_team | Focus on one team's next match, group situation, and the prediction-market read. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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