Productboard MCP Server

get_companies

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

Input Schema

NameRequiredDescriptionDefault
pageNo

Input Schema (JSON Schema)

{ "properties": { "page": { "default": 1, "type": "number" } }, "type": "object" }