> ## Documentation Index
> Fetch the complete documentation index at: https://docs.roserx.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# MCP Connector

> Connect RoseRx to Claude, Cursor, VS Code, and other MCP clients to query your analytics from anywhere.

The RoseRx MCP (Model Context Protocol) connector lets you bring your RoseRx data into the AI tools you already use. Once connected, you can ask Claude Desktop, Claude.ai, Cursor, VS Code, or any other MCP-compatible client questions about your agents' performance — no dashboard visit required.

<Info>
  Navigate to **Settings** in the left sidebar to find the **MCP Connect** panel.
</Info>

## Connecting a client

<Steps>
  <Step title="Copy the server URL">
    In **Settings → MCP Connect**, copy your server URL:

    ```
    https://app.roserx.ai/api/mcp
    ```
  </Step>

  <Step title="Add it to your MCP client">
    In your MCP client (Claude Desktop, Claude.ai, Cursor, VS Code, etc.), add a new connector or remote MCP server and paste the URL.
  </Step>

  <Step title="Sign in when prompted">
    Your client opens a browser window to sign in with your RoseRx account. Authentication uses OAuth — there are no API keys to create or manage.
  </Step>

  <Step title="Start asking questions">
    Once connected, ask your AI assistant things like "How many conversations did my agents have last week?" — it queries your organization's data directly.
  </Step>
</Steps>

## Available tools

The connector currently exposes read-only analytics tools:

| Tool                        | What it returns                                                        |
| --------------------------- | ---------------------------------------------------------------------- |
| **get\_dashboard\_metrics** | Core performance metrics — visitors, conversations, messages, and more |
| **get\_traffic\_sources**   | Where your widget traffic is coming from                               |
| **get\_channels**           | A breakdown of activity by channel                                     |

<Note>
  Access is scoped to your organization and your account's permissions. The connector cannot modify agents, widgets, or settings.
</Note>

## Revoking access

To disconnect a client, go to your **Profile → Security → Connected accounts** and revoke the client's access. It will need to sign in again before it can query your data.

## Next steps

<CardGroup cols={2}>
  <Card title="Activity & Analytics" icon="chart-line" href="/guides/monitoring/activity">
    Explore the same metrics in the RoseRx dashboard.
  </Card>

  <Card title="Team Management" icon="users" href="/guides/organization/team-management">
    Manage who in your organization can access RoseRx.
  </Card>
</CardGroup>
