An MCP (Model Context Protocol) server for Comunio, the online football fantasy manager.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
claude mcp add comunio-mcp -- uvx comunio-mcp{
"mcpServers": {
"comunio-mcp": {
"command": "uvx",
"args": ["comunio-mcp"],
"env": {
"COMUNIO_USERNAME": "<comunio_username>",
"COMUNIO_PASSWORD": "<comunio_password>"
}
}
}
}COMUNIO_USERNAMECOMUNIO_PASSWORDMCP Servers overview
# Comunio MCP
[](https://github.com/josetorronteras/comunio-mcp/actions/workflows/ci.yml)
[](https://codecov.io/gh/josetorronteras/comunio-mcp)
[](https://registry.modelcontextprotocol.io/v0/servers?search=io.github.josetorronteras/comunio)
[](LICENSE)
An **MCP** (Model Context Protocol) server for [Comunio](https://www.comunio.es/es), the online
football fantasy manager.
It gives an AI assistant access to your league — squad, market, offers, standings, transfers — and
lets it act on your behalf: bid, sell, set the lineup. One line, `client ↔ MCP ↔ Comunio`, and this
is the middle segment.
> **Status: in daily use against a real account.** Nineteen tools: reading the squad, market,
> offers, standings and transfers, and acting on the market, bids and lineup. It talks to
> Comunio's **unofficial** API, which can change without notice — see
> [docs/comunio-api.md](docs/comunio-api.md) for what is mapped and what is not.
## How it works
Tools come in two kinds, and the name tells you which:
| Kind | Naming | What it does |
| --- | --- | --- |
| **Read** | `get_squad`, `get_market`, `get_offers` | Query only. Never changes anything. Always safe. |
| **Write** | `place_bid`, `accept_offer`, `set_lineup` | Changes your team or spends your money. |
Two properties fall out of that:
**There is no AI model inside this server, and no strategy either.** It translates: it makes
Comunio's API callable and its answers legible — unpicking slot numbers, the five different ways one
endpoint writes "no data", a ranking field that is `0` for every row. Which player to buy is left to
the assistant you are already talking to. No API key, no GPU, no inference cost.
**Your client asks before it acts.** Every mutating tool declares itself as one, so your MCP client
knows to stop and ask you first. The server does not second-guess a move once you have agreed to it,
and it reports what Comunio actually answered rather than assuming it worked.
## Requirements
- [Docker](https://docs.docker.com/get-docker/).
- A Comunio account. There is no API key and no sign-up — the server logs in as you.
Nothing else needs to be installed on the host.
## Quick start
The image is published, so there is nothing to clone and nothing to build. Put your
credentials in a file only you can read, rather than in a command your shell will
remember:
```bash
install -m 600 /dev/null ~/.comunio.env
$EDITOR ~/.comunio.env # COMUNIO_USERNAME=you
# COMUNIO_PASSWORD=...
claude mcp add comunio -- docker run -i --rm \
--env-file "$HOME/.comunio.env" \
ghcr.io/josetorronteras/comunio-mcp
```
Then ask your assistant how your team is doing — `get_account` is the quickest proof that
the credentials work.
For Claude Desktop, for the `uvx` route that skips Docker entirely, and for what each
variable does, see [docs/setup.md](docs/setup.md).
## Documentation
- [Setup](docs/setup.md) — running the image and connecting it to an MCP client
- [Tools](docs/tools.md) — what each tool returns and what it touches
- [Development](docs/development.md) — layout, dev commands, SDK gotchas
- [Architecture](docs/architecture.md) — design decisions and the reasoning behind them
- [Comunio API](docs/comunio-api.md) — authentication, the link index and what is still unmapped
- [MCP protocol notes](docs/mcp-protocol.md) — the parts of MCP `2026-07-28` that shape this project
- [Changelog](CHANGELOG.md) — what changed in each release
## Contributing
Issues and pull requests are welcome. [CONTRIBUTING.md](CONTRIBUTING.md) covers the setup,
what belongs in the server and what does not, and the rules that are not negotiable — no
credentials, no tokens and no real account data in a commit. Vulnerabilities go through
[SECURITY.md](SECURITY.md) rather than a public issue.
## Versioning
Releases follow [semantic versioning](https://semver.org/), and what it covers is **the MCP
surface**: tool names, their input schemas, and the fields their responses carry. Renaming a
tool, dropping a parameter or removing a field from a response is a major version. Adding a
tool, an optional parameter or a field is a minor one.
What it cannot cover is Comunio. This talks to an unofficial API that can change or break
without notice, and no version number here can promise otherwise. When it does change, the
fix ships as a patch or a minor — the tools stay the same shape.
## License
[MIT](LICENSE).
## Disclaimer
Unofficial project, not affiliated with Comunio. Use it with your own account and at your own risk.
What people ask about comunio-mcp
What is josetorronteras/comunio-mcp?
+
josetorronteras/comunio-mcp is mcp servers for the Claude AI ecosystem. An MCP (Model Context Protocol) server for Comunio, the online football fantasy manager. It has 1 GitHub stars and its last recorded update is dated 2026-09-09.
How do I install comunio-mcp?
+
You can install comunio-mcp by cloning the repository (https://github.com/josetorronteras/comunio-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is josetorronteras/comunio-mcp safe to use?
+
Our security agent has analyzed josetorronteras/comunio-mcp and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.
Who maintains josetorronteras/comunio-mcp?
+
josetorronteras/comunio-mcp is maintained by josetorronteras. The last recorded GitHub activity is dated 2026-09-09, with 0 open issues.
Are there alternatives to comunio-mcp?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy comunio-mcp to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/josetorronteras-comunio-mcp)<a href="https://claudewave.com/repo/josetorronteras-comunio-mcp"><img src="https://claudewave.com/api/badge/josetorronteras-comunio-mcp" alt="Featured on ClaudeWave: josetorronteras/comunio-mcp" width="320" height="64" /></a>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!