# Common Room (verified)

Track community activity across channels and identify key contributors. Monitor engagement signals, manage contacts, and surface product-qualified leads.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add commonroom

# Browse available tools
npx -y @smithery/cli@latest tool list commonroom

# Get full schema for a tool
npx -y @smithery/cli@latest tool get commonroom commonroom_get_catalog

# Call a tool
npx -y @smithery/cli@latest tool call commonroom commonroom_get_catalog '{}'
```

## Direct MCP Connection

Endpoint: `https://commonroom.run.tools`

## Tools (3)

- `commonroom_get_catalog` — Returns available object types, their properties, allowed sort fields, and association metadata for Common Room API que…
- `commonroom_list_objects` — Retrieves Common Room objects (contacts, organizations, segments, etc.) with pagination, filtering, and sorting. Call c…
- `commonroom_submit_feedback` — Submit feedback about query results. Use after presenting data to the user.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get commonroom <tool-name>
```
