Canny for your agents.
Connect Canny once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 12 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Canny.
What agents can do with Canny
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
canny_list_boardsCheck the credentials: returns all boards in the account.
canny_list_postsList posts (feature requests) on a board.
canny_get_postGet a single post by its id.
canny_list_usersList users in the company.
canny_create_postCreate a new post (feature request).
canny_update_postUpdate a post's title, details, or status.
canny_delete_postDelete a post by id.
canny_create_userCreate or update a user.
canny_get_userGet a single user by id.
canny_create_voteAdd a vote to a post from a user.
canny_create_commentAdd a comment to a post.
canny_list_changelog_entriesList changelog entries.
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 Canny account.
- Go to Settings -> API Keys.
- Create a new secret key or copy the existing one.
- Pass it in the x-api-key header (or as the apiKey POST parameter).
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Canny to Even: call connect_begin("canny") on the even-connect MCP and walk me through it.
List Canny feedback boards, retrieve feature requests and their vote counts, and search user feedback across posts.
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.