Productboard for your agents.
Connect Productboard 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 Productboard.
What agents can do with Productboard
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
productboard_list_notesCheck the credentials: returns paginated notes from the workspace.
productboard_list_featuresList features in the workspace.
productboard_list_componentsList components (feature categories).
productboard_get_featureGet a single feature by id (name, status, description, owner).
productboard_create_noteCreate a customer feedback note. `title` and `content` are the note body; `customer_email` attributes it to a user.
productboard_get_noteGet a single feedback note by id.
productboard_list_productsList products in the workspace (top of the feature hierarchy).
productboard_list_feature_statusesList the available feature statuses (e.g. Candidate, Planned, In Progress, Released) and their ids.
productboard_list_release_groupsList release groups (collections of releases used to plan the roadmap).
productboard_create_featureCreate a new feature. `name` is required; `description`, `status`, and `product_id` are optional.
productboard_update_featureUpdate a feature's name, description, status, or other attributes.
productboard_delete_noteDelete a feedback note by id. Irreversible.
productboard_create_feature_note_linkLink a feedback note to a feature. Requires feature_id and note_id.
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 Productboard workspace.
- Go to Settings -> Integrations -> Public APIs.
- Create a new Access Token and copy it.
- Include it as a Bearer token in the Authorization header.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Productboard to Even: call connect_begin("productboard") on the even-connect MCP and walk me through it.
Productboard lists customer feedback notes and product features, creates new notes, and retrieves feature details.
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.