Summary
Roadmap items and the customer notes behind them come into the assistant without opening Productboard.
All 11 tools read: they list and fetch, and nothing here creates or updates a Productboard record. The list endpoints are paginated at 100 per page.
What it is
A read-only Productboard reader: its 11 tools list and fetch products, features, components, feature statuses, notes, and companies.
What you get
- List and open products and their components (get_products, get_product_detail, get_components, get_component_detail)
- List and open features and their statuses (get_features, get_feature_detail, get_feature_statuses)
- Read customer notes, filtered by tag, company, or date (get_notes, get_note_detail)
- List and open companies (get_companies, get_company_detail)
Requirements
A Productboard account, reached through PRODUCTBOARD_ACCESS_TOKEN.
Setup effort
One command plus a key — npx -y productboard-mcp, then supply credentials
