productboard.com
Productboard exposes a REST API v2 at `https://api.productboard.com` authenticated by bearer API token, OAuth 2.0 authorization-code, or server-to-server JWT-bearer tokens, a SCIM API at `https://api.productboard.com/scim/v2` with auth not confirmed from the recorded docs, and a beta MCP server at `https://mcp.productboard.com` authenticated via OAuth Dynamic Client Registration plus PKCE.
- Productboard MCP Serverdetected
- Productboard REST API v2discovered
- Productboard SCIM APIdiscovered
In Productboard's developer docs, Productboard lists API Token (PAT) as a supported authentication method for REST API v2. Use the API token instructions in Authentication and API Token Authentication to generate a token in your Productboard workspace/account, then send it on REST API requests.
For a server-side integration acting on Productboard users' behalf, create/configure an OAuth app per the OAuth 2.0 (Authorization Code) guide, then use Productboard's authorization-code flow to obtain bearer tokens for the REST API.
For backend automation without a user present, configure a server-to-server integration following OAuth Server-to-Server (JWT). Productboard documents this as an OAuth 2.0 JWT bearer flow that returns bearer access tokens for API calls.
Point your MCP client at the server URL and approve access in the browser. The server supports OAuth Dynamic Client Registration (RFC 7591), so the client registers itself automatically — no developer-portal app, client_id, or client_secret to create.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://productboard.com/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing