Productboard MCP connector
Productboard is a customer-centric product management platform that helps teams prioritize features and build roadmaps based on user feedback. The Productboard MCP connector allows AI agents to manage features and components, create and organize notes, and retrieve product details by ID. It also supports updating and deleting features and components to keep product roadmaps synchronized with changing priorities.
Authentication type
- OAuth 2.0 Authorization Code - Requires a one-time user login to authorize the agent to access the service on their behalf.
Uses
Use the Productboard MCP connector to perform the following actions:
- Capture customer feedback and ideas directly into feature roadmaps
- Track feature development progress from conception through release
- Organize product components and dependencies across teams
- Align product objectives with business goals and customer needs
- Automate release planning and coordination across multiple products
- Centralize company and user information for product stakeholders
- Link customer insights to specific features and product decisions
Example prompts
Use the following example prompts to invoke Productboard MCP connector tools from your AI assistant or Boomi Connect workflow:
Show me all features currently in development in Productboard.Create a new objective in Productboard for Q2 customer retention.List all releases scheduled in Productboard for the next quarter.Add a note to the authentication feature in Productboard about the user feedback we received.Get all companies in Productboard who have requested the new dashboard component.Create a new feature in Productboard called single sign-on and tag it as high priority.Update the status of the mobile app component in Productboard to in progress.Show me all users in Productboard with product manager access.List all objectives in Productboard and their current progress.Create a new note in Productboard about competitor research findings for the analytics feature.
Productboard MCP connector tools
The Productboard MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| productboard_createNote_invoke | Creates a new note with the specified content and details. |
| listFeatures | Retrieves a list of all features in the workspace. |
| createFeature | Creates a new feature with the specified name and properties. |
| getFeature | Retrieves detailed information about a specific feature. |
| updateFeature | Modifies an existing feature's properties and settings. |
| deleteFeature | Removes a feature from the workspace permanently. |
| listComponents | Retrieves a list of all components in the workspace. |
| createComponent | Creates a new component with the specified details. |
| getComponent | Retrieves detailed information about a specific component. |
| updateComponent | Modifies an existing component's properties and settings. |
| listNotes | Retrieves a list of all notes in the workspace. |
| createNote | Creates a new note with the specified content. |
| getNote | Retrieves detailed information about a specific note. |
| updateNote | Modifies an existing note's content and properties. |
| deleteNote | Removes a note from the workspace permanently. |
| listProducts | Retrieves a list of all products in the workspace. |
| getProduct | Retrieves detailed information about a specific product. |
| listUsers | Retrieves a list of all users in the workspace. |
| createUser | Creates a new user account with the specified details. |
| getUser | Retrieves detailed information about a specific user. |
| listCompanies | Retrieves a list of all companies in the workspace. |
| createCompany | Creates a new company record with the specified information. |
| getCompany | Retrieves detailed information about a specific company. |
| listObjectives | Retrieves a list of all objectives in the workspace. |
| createObjective | Creates a new objective with the specified goals. |
| getObjective | Retrieves detailed information about a specific objective. |
| updateObjective | Modifies an existing objective's properties and goals. |
| deleteObjective | Removes an objective from the workspace permanently. |
| listReleases | Retrieves a list of all releases in the workspace. |
| createRelease | Creates a new release with the specified details. |
| getRelease | Get a release by ID. |
| updateRelease | Update a release. |
| deleteRelease | Delete a release. |
| listReleaseGroups | List all release groups. |
| getReleaseGroup | Get a release group by ID. |
| listWebhooks | List all webhooks. |
| createWebhook | Create a webhook. |
| getWebhook | Get a webhook by ID. |
| deleteWebhook | Delete a webhook. |
| listFeatureStatuses | List all feature statuses. |