Monday.com for your agents.
Connect Monday.com once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 13 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Monday.com.
What agents can do with Monday.com
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
monday_list_boardsList all boards the token can access.
monday_list_itemsList items (rows) in a board. Uses the board id.
monday_create_itemCreate a new item (row) on a board.
monday_update_itemUpdate column values on an item.
monday_list_usersList users on the account.
monday_get_boardGet board details by id, including columns, groups, and permissions.
monday_create_boardCreate a new board with a name and board kind (public, private, shareable).
monday_get_itemGet a single item (row) by its id, including column values.
monday_archive_itemArchive (soft delete) an item by its id.
monday_delete_itemPermanently delete an item by its id.
monday_list_groupsList all groups on a board.
monday_create_groupCreate a new group on a board.
monday_create_columnCreate a new column on a board with title and column type (e.g. text, numbers, date, status).
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.
- Go to the Developer section (Manage API Tokens).
- Click 'Create new token' and give it a name.
- Copy the token immediately; it is shown once.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Monday.com to Even: call connect_begin("monday") on the even-connect MCP and walk me through it.
List all boards on account, create new item (row) on board, and update item column values.
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.