Trello for your agents.
Connect Trello once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 11 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Trello.
What agents can do with Trello
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
trello_meCheck the credentials: returns the authenticated member.
trello_list_boardsList the boards the token can access.
trello_list_cardsList cards on a board.
trello_create_cardCreate a card in a list.
trello_get_cardGet a single card by its id.
trello_update_cardUpdate a card's name, description, or list membership.
trello_delete_cardDelete a card by its id.
trello_list_board_listsList lists on a board.
trello_get_boardGet a single board by its id.
trello_add_commentAdd a comment to a card.
trello_create_listCreate a new list on a board.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Create a Power-Up (or open an existing one) and open its API key page to get your API Key.
- On the same page, click the 'Token' link to generate a token for your account, then copy it.
- The API key is the first field; the token is the second.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Trello to Even: call connect_begin("trello") on the even-connect MCP and walk me through it.
List boards accessible via Trello and create cards in lists on a board.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.