Kanban Tool for your agents.
Connect Kanban Tool once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 9 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Kanban Tool.
What agents can do with Kanban Tool
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
kanbantool_list_boardsCheck the credentials: returns all boards accessible to the user.
kanbantool_get_boardGet a single board by its id.
kanbantool_list_tasksList tasks on a board, with optional filters.
kanbantool_search_tasksSearch tasks across a board.
kanbantool_get_taskGet a single task by its id.
kanbantool_create_taskCreate a new task on a board.
kanbantool_update_taskUpdate a task on a board (name, description, column, assignee, etc.).
kanbantool_list_task_commentsList comments on a task.
kanbantool_add_commentAdd a comment to a task.
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.
- Log in to your Kanban Tool account.
- Go to My Profile -> API access.
- Generate a new API token and copy it.
- Your account URL is https://your-account.kanbantool.com.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Kanban Tool to Even: call connect_begin("kanbantool") on the even-connect MCP and walk me through it.
Pull boards and tasks from Kanban Tool, search for specific work items across your workspace, and track project progress.
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.