# Productboard (verified)

Productboard is a product management platform that gathers feedback, prioritizes features, and aligns roadmaps based on customer insights and strategic goals

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add productboard

# Browse available tools
npx -y @smithery/cli@latest tool list productboard

# Get full schema for a tool
npx -y @smithery/cli@latest tool get productboard PRODUCTBOARD_ADD_NOTE_FOLLOWERS

# Call a tool
npx -y @smithery/cli@latest tool call productboard PRODUCTBOARD_ADD_NOTE_FOLLOWERS '{}'
```

## Direct MCP Connection

Endpoint: `https://productboard.run.tools`

## Tools (46)

- `PRODUCTBOARD_ADD_NOTE_FOLLOWERS` — Tool to add multiple followers to a Productboard note. Use when you need to bulk-add existing users as followers to a s…
- `PRODUCTBOARD_ADD_NOTE_TAG` — Tool to add a tag to a Productboard note. Use when categorizing a note after review; creates the tag if missing.
- `PRODUCTBOARD_CREATE_COMPANY` — Tool to create a new company in Productboard. Use when you need to add a company record after gathering its details and…
- `PRODUCTBOARD_CREATE_COMPANY_FIELD` — Tool to create a new custom field for companies. Use when you need to define custom company attributes in Productboard …
- `PRODUCTBOARD_CREATE_COMPONENT` — Tool to create a new (sub)component under a product or component. Use after determining the parent component ID.
- `PRODUCTBOARD_CREATE_NOTE` — Tool to create a new note in Productboard. Use when you need to programmatically add a user or customer note to Product…
- `PRODUCTBOARD_CREATE_NOTE_LINK` — Tool to create a link between a note and an entity. Use when associating a note with a productboard entity.
- `PRODUCTBOARD_CREATE_WEBHOOK` — Tool to create a new webhook subscription. Use when you need to register a public endpoint to receive webhooks from Pro…
- `PRODUCTBOARD_DELETE_COMPANY` — Tool to delete a specific company. Use when you have confirmed the company ID and need to remove it from Productboard.
- `PRODUCTBOARD_DELETE_COMPANY_FIELD` — Tool to delete a specific company custom field. Use after confirming the field ID and ensuring no dependencies remain.
- `PRODUCTBOARD_DELETE_FEATURE` — Tool to delete a specific feature. Use when you have confirmed the feature ID and deleted its subfeatures before remova…
- `PRODUCTBOARD_DELETE_NOTE` — Tool to delete a specific note. Use when you have confirmed the note ID and need to remove it from Productboard.
- `PRODUCTBOARD_DELETE_NOTE_TAG` — Tool to remove a tag from a Productboard note. Use when you need to detach a specific tag from a note after tagging.
- `PRODUCTBOARD_DELETE_USER` — Tool to delete a specific user. Use when you have confirmed the user ID and need to remove it from Productboard.
- `PRODUCTBOARD_LIST_COMPANIES` — Tool to list companies. Use when you need a paginated list of companies with optional filters.
- `PRODUCTBOARD_LIST_COMPANY_FIELDS` — Tool to list company custom fields. Use when you need to retrieve all custom field definitions for companies after auth…
- `PRODUCTBOARD_LIST_COMPONENTS` — Tool to list productboard components. Use when you need to retrieve components in a paginated form. Follow 'links.next'…
- `PRODUCTBOARD_LIST_CUSTOM_FIELDS` — Tool to list custom field definitions for hierarchy entities. Use after determining which field types to filter.
- `PRODUCTBOARD_LIST_CUSTOM_FIELD_VALUES` — Tool to list non-empty custom field values. Use when you need to fetch set values across custom fields with optional fi…
- `PRODUCTBOARD_LIST_FEATURE_INITIATIVES` — Tool to list initiatives linked to a given feature. Use when you need to retrieve all initiatives associated with a fea…
- `PRODUCTBOARD_LIST_FEATURE_OBJECTIVES` — Tool to list objectives linked to a feature. Use when you need to retrieve all objectives connected to a given feature …
- `PRODUCTBOARD_LIST_FEATURE_RELEASE_ASSIGNMENTS` — Tool to list feature–release assignments. Use when you need to retrieve assignments for a specific feature or release w…
- `PRODUCTBOARD_LIST_FEATURES` — Tool to list features and subfeatures. Use when you need a paginated list of all features in Productboard.
- `PRODUCTBOARD_LIST_FEATURE_STATUSES` — Tool to list feature statuses. Use when you need to retrieve all feature status records in a paginated form. Follow 'li…
- `PRODUCTBOARD_LIST_FEEDBACK_FORM_CONFIGURATIONS` — Tool to list feedback form configurations. Use when you need a paginated list of feedback form configurations.
- `PRODUCTBOARD_LIST_INITIATIVES` — Tool to list initiatives. Use when you need a paginated list of initiatives with optional filters.
- `PRODUCTBOARD_LIST_JIRA_INTEGRATIONS` — Tool to list Jira integrations. Use when you need to retrieve Productboard's connected Jira integrations with optional …
- `PRODUCTBOARD_LIST_KEY_RESULTS` — Tool to list key results. Use when you need a paginated list of key results.
- `PRODUCTBOARD_LIST_NOTES` — Tool to list notes in Productboard. Use when you need to retrieve notes with optional filters and pagination. Follow li…
- `PRODUCTBOARD_LIST_OBJECTIVES` — Tool to list objectives from Productboard. Use when you need a paginated list of objectives with optional filters; foll…
- `PRODUCTBOARD_LIST_PLUGIN_INTEGRATIONS` — Tool to list plugin integrations. Use when you need a paginated list of plugin integrations.
- `PRODUCTBOARD_LIST_PRODUCTS` — Tool to list all products in a workspace. Use when you need to retrieve paginated product details.
- `PRODUCTBOARD_LIST_RELEASE_GROUPS` — Tool to list release groups. Use when you need a paginated list of release groups. Returns first page of results and li…
- `PRODUCTBOARD_LIST_RELEASES` — Tool to list all releases in Productboard. Use when you need a paginated list of releases; follow links.next for more p…
- `PRODUCTBOARD_LIST_USERS` — Tool to list users. Use when you need a paginated list of all users in Productboard.
- `PRODUCTBOARD_REMOVE_NOTE_FOLLOWER` — Tool to remove a follower from a Productboard note. Use after confirming the note ID and follower email are correct.
- `PRODUCTBOARD_RETRIEVE_COMPANY` — Tool to retrieve details of a specific company. Use when you have the company ID to fetch its full details.
- `PRODUCTBOARD_RETRIEVE_COMPANY_FIELD` — Tool to retrieve details of a specific company custom field. Use when you have the custom field ID and need its metadat…
- `PRODUCTBOARD_RETRIEVE_COMPANY_FIELD_VALUE` — Tool to retrieve a specific company custom field value. Use when you need the current value of a custom field for a giv…
- `PRODUCTBOARD_RETRIEVE_FEATURE` — Tool to retrieve details of a specific feature. Use when you need complete info on one feature.
- `PRODUCTBOARD_RETRIEVE_NOTE` — Tool to retrieve details of a specific note. Use when you have the note ID to fetch its full details.
- `PRODUCTBOARD_RETRIEVE_PRODUCT` — Tool to retrieve details of a specific product. Use when you have the product ID to fetch its full details.
- `PRODUCTBOARD_RETRIEVE_USER` — Tool to retrieve details of a specific user. Use when you have the user ID to fetch its full details.
- `PRODUCTBOARD_SCIM_LIST_USERS` — Tool to list users via SCIM. Use when checking for existing users before creation.
- `PRODUCTBOARD_SET_COMPANY_FIELD_VALUE` — Tool to set or replace a specific company custom field's value. Use when you need to update a company's custom field af…
- `PRODUCTBOARD_SET_CUSTOM_FIELD_VALUE` — Tool to set a custom field value on a hierarchy entity. Use when you need to update a product, component, or feature fi…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get productboard <tool-name>
```
