Skip to main content

Clarify MCP

Connect Clarify to AI assistants via our MCP to automate work.

Written by Clarify Engineer
Updated today

Our MCP (Model Context Protocol) connector allows you to interact with your Clarify data directly through AI assistants like Claude. Once connected, you can retrieve, create, and update records, analyze your data, and automate tasks using natural language.

With the Clarify MCP connector, you can:

  • Retrieve, create, and update records in Clarify

  • Analyze your Clarify data with natural language queries

  • Create tasks and lists automatically

  • Generate insights from your sales pipeline

Here are some examples of what you can ask your AI assistant after connecting:

  • "What is my win rate over time?"

  • "What deals should I be working on this week?"

  • "For my next trip to New York, which customers should I set up meetings with?"

  • "Go through all my meetings today and create follow up tasks for each one of them"

Setup

Claude

The Clarify connector is live in Claude's public connector directory.

Step 1: Add the Connector

  1. Open Claude and go to Settings β†’ Connectors.

  2. Click Browse connectors and search for Clarify.

  3. Click "Add to your team"

Note: If you're on a Claude Business plan, your workspace admin will need to complete this setup.

Step 2: Authenticate with Clarify

After adding the connector, you'll need to complete the OAuth authentication flow to link your Clarify account:

  1. Once you've added the connector, Claude will display it in your connectors list

  2. Click "Connect"

  3. You'll be redirected to Clarify's OAuth page. Log in with the email address associated with your Clarify account.

  4. Select the organization you want to grant access to, and click "Allow access".

  5. You'll be redirected back to Claude, and the connector should now be connected.

Step 3: Start asking questions

That's it! You can now start asking questions about your Clarify data directly in any Claude conversation. The connector will automatically activate when needed to answer your queries.

Try asking something like "What deals should I be working on this week?" to test your connection.

Claude Code

You can add the MCP server to Claude Code with the following terminal command:

claude mcp add --transport http clarify https://api.clarify.ai/mcp

After adding the MCP server to Claude Code, type /mcp, select the MCP server, and go through the authentication flow.

ChatGPT

MCP connectors are available on ChatGPT Plus, Pro, Business, Enterprise, and Edu (developer mode may need to be enabled in settings).

  1. Open chatgpt.com and go to Settings β†’ Apps β†’ Advanced settings and turn on Developer Mode.

  2. Click on Create app.

  3. Fill in:

    1. Name: Clarify

    2. Authentication: OAuth

  4. Click Create, and sign in with your Clarify account during the OAuth flow.

  5. In a new chat, enable the Clarify connector from the tools menu and start asking questions.

Available Tools

Reading data

  • get-current-user: Get your user profile in Clarify, timezone, and current time.

  • get-schema: Get the schema for Clarify entities. Useful for understanding what fields are available when querying or creating records.

  • query-data: Search and analyze your Clarify data. Supports companies, people, deals, meetings, tasks, and users. Can return raw results for analytics or rich context with AI summaries and meeting transcripts.

  • get-records: Get full details for specific records by ID, including relationships and AI summaries

  • get-lists: Browse saved lists in your workspace. Find existing lists by name or description to understand what queries your team has already created.

  • find-leads: Searches Clarify's prospecting database for new leads

  • list-campaigns: List all campaigns in your workspace

  • get-campaign: Get full details for an existing campaign

Writing data

  • create-records / update-records: Create or update records in Clarify, including companies, people, deals, meetings, tasks, and messages.

  • merge-records: Merge duplicate records

  • add-comment: Add comments to companies, people, deals, meetings, or tasks. Supports markdown formatting for rich text.

  • create-list / update-list: Manage lists in Clarify

  • import-leads: Imports leads from Clarify's prospecting database

  • create-campaign / update-campaign / delete-campaign: Manage email campaigns

  • create-custom-object / update-custom-object: Manage custom objects

  • create-or-update-fields / delete-fields: Manage fields on an object

  • submit-feedback: Send feedback about the MCP connector back to the Clarify team

Feedback

We'd love to hear about your experience with the MCP connector! Please share your feedback with our team at [email protected] so we can continue improving this integration.

Did this answer your question?