commonroom.io
Common Room is a go-to-market platform that unifies first-party customer data and buyer signals into a continuously updated buyer intelligence system. It helps teams identify, prioritize, and act on contacts and accounts using AI-assisted workflows.
Common Room exposes three authenticated HTTP APIs (Core v1, v2, and SCIM) plus an authenticated streamable-HTTP MCP server at https://mcp.commonroom.io/mcp; its site also advertises a CLI, but the public docs scraped here did not reveal install/auth details.
- Common Room MCP Serverdetected
- Common Room Core APIdiscovered
- Common Room API v2discovered
- Common Room SCIM APIdiscovered
In Common Room, go to API Tokens. Room admins can navigate to Settings → API tokens in the app and create a New Token. Use the resulting JWT as an Authorization: Bearer ... token for the Core API, v2 API, and SCIM API.
Point your MCP client at the server URL and approve access in the browser. The server accepts a Client ID Metadata Document (CIMD), so the client authenticates with its own hosted URL as the client_id — nothing to register.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://commonroom.io/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