Productboard MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PRODUCTBOARD_ACCESS_TOKENYesYour Productboard API access token

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
get_products

Returns detail of all products. This API is paginated and the page limit is always 100

get_product_detail

Returns detailed information about a specific product

get_features

Returns a list of all features. This API is paginated and the page limit is always 100

get_feature_detail

Returns detailed information about a specific feature

get_components

Returns a list of all components. This API is paginated and the page limit is always 100

get_component_detail

Returns detailed information about a specific component

get_feature_statuses

Returns a list of all feature statuses. This API is paginated and the page limit is always 100

get_notes

Returns a list of all notes

get_note_detail

Returns detailed information about a specific note

get_companies

Returns a list of all companies. This API is paginated and the page limit is always 100

get_company_detail

Returns detailed information about a specific company