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

> Connect BRM to your Claude workspace using the Model Context Protocol (MCP) so you can query vendors, agreements, and spend data directly from Claude.

# Claude MCP

## Overview

The BRM Model Context Protocol (MCP) connector lets you interact with your BRM data directly inside a Claude workspace. Once connected, you can ask Claude questions about your vendors, agreements, renewals, transactions, and more — without leaving the conversation.

<Info>
  MCP is an open standard that allows AI assistants like Claude to securely connect to external data sources. The BRM connector uses this protocol to give Claude read access to your organization's BRM instance.
</Info>

## Prerequisites

Before getting started, confirm the following:

* Your organization has an active BRM account.
* An administrator has access to your Claude organization settings.
* Users connecting individually have an active BRM login.

## Administrator Setup

An administrator must add the BRM connector to the organization before individual users can connect.

<Steps>
  <Step title="Open Connector Settings">
    Navigate to **Organization Settings → Connectors** in your Claude workspace.
  </Step>

  <Step title="Add a Custom Connector">
    Click **Add** in the top-right corner and select **Custom**.
  </Step>

  <Step title="Enter Configuration Details">
    Fill in the following fields:

    | Field    | Value                                   |
    | -------- | --------------------------------------- |
    | **Name** | `BRM`                                   |
    | **URL**  | `https://api.brmapp.net/mcp-worker/mcp` |
  </Step>
</Steps>

<Tip>
  You only need to complete the administrator setup once. After the connector is added, every user in your organization can connect individually.
</Tip>

## User Connection Guide

Once an administrator has enabled the connector, follow these steps to connect BRM to your personal Claude workspace.

<Steps>
  <Step title="Log In to Claude">
    Log into your workplace Claude instance.
  </Step>

  <Step title="Navigate to Connectors">
    Go to **Settings → Connectors**.
  </Step>

  <Step title="Connect BRM">
    In the **Custom Connectors** section, find the **BRM** entry and click **Connect**.
  </Step>

  <Step title="Authorize the Integration">
    A new browser tab will open. Click **Accept** to authorize BRM to share data with your Claude workspace.
  </Step>
</Steps>

## Configuration & Preferences

To customize your experience after connecting:

1. Return to **Settings → Connectors** in Claude.
2. Find the **BRM** connector and click **Configure**.
3. Adjust approval request settings and other personal preferences to match your workflow.

## What You Can Do

Once connected, you can ask Claude questions like:

* "Which agreements are renewing in the next 90 days?"
* "Who owns the Salesforce vendor relationship?"
* "Show me our top 10 vendors by spend."
* "What's the total contract value for our AWS agreement?"
* "List all pending procurement requests."

Claude will query your BRM data in real time and return answers directly in the conversation.

## Need Help?

If you encounter any issues during setup or connection, reach out to our support team at [support@brm.ai](mailto:support@brm.ai).

<CardGroup cols={2}>
  <Card title="Overview of Ask AI" icon="message-bot" href="/product-features/ai/ask-ai">
    Learn about all the ways to interact with AI across BRM.
  </Card>

  <Card title="Integration Overview" icon="plug" href="/content/integrations/integration">
    See all available BRM integrations.
  </Card>
</CardGroup>
