Clarify MCP Server

Official

Run your CRM from a chat window — query pipeline, write records, launch campaigns

Remote serverstreamable-http

What is the Clarify MCP server?

Remote MCP server for the Clarify CRM. Query deals, people and companies, run SQL over analytics, edit records and manage campaigns in natural language. That is what the clarify mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The short version

Remote MCP server for the Clarify CRM. Query deals, people and companies, run SQL over analytics, edit records and manage campaigns in natural language.

The tools it exposes

The server publishes 22 tools. What each one is for:

  • get-schema — Return the schema for built-in and custom Clarify entities — call this before querying or writing
  • query-data — Search and analyse records across companies, people, deals, meetings, tasks and users
  • query-analytics — Run read-only SQL over historical workspace analytics for trends, win rates and point-in-time snapshots
  • get-records — Fetch full detail for specific record IDs, including relationships and AI summaries
  • get-current-user — Return the authorising user's profile, timezone and current local time
  • get-lists — Browse saved lists or fetch a single list by ID
  • find-leads — Search Clarify's prospecting database by industry, location, job title and similar filters
  • import-leads — Import leads found in a prospect search into the workspace
  • create-or-update-records — Bulk create or update companies, people, deals, meetings, tasks, messages and custom objects
  • delete-records — Delete one or more records by ID
  • merge-records — Merge duplicate records into a single primary record
  • add-comment — Attach a markdown comment to a supported record

Getting it running

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

What it needs from you

A Clarify workspace and an MCP client that supports remote servers over Streamable HTTP with OAuth. Nothing needs enabling on the Clarify side.

How it compares

Plenty of planning and project tracking servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Clarify's toolset — get-schema, query-data, query-analytics and 19 more — is a fair guide to whether it matches your workflow. It is maintained by Clarify rather than a third party, which usually means auth handling and breaking changes are dealt with faster.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Things to watch

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 22 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Clarify.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

What you can do with it

Ad-hoc pipeline analysis without a BI tool

Ask for win rate by segment across the last four quarters and the analytics SQL tool answers from historical snapshots, rather than you exporting deals to a spreadsheet and rebuilding the maths by hand.

Duplicate and data-hygiene cleanup

Have the assistant find likely duplicate companies, confirm them against related records, then merge into a chosen primary — a chore that is tedious in a UI and trivial to describe in a sentence.

Draft a campaign from a saved list

Point at an existing list, create a draft campaign, and have the assistant write and sequence the email steps with sensible send windows. Nothing sends until you review it in Clarify.

Prospect and import in one pass

Search Clarify's lead database by title, industry and geography, then import the qualified subset straight into the workspace as new people and companies.

Available tools

ToolWhat it does
get-schemaReturn the schema for built-in and custom Clarify entities — call this before querying or writing.
query-dataSearch and analyse records across companies, people, deals, meetings, tasks and users.
query-analyticsRun read-only SQL over historical workspace analytics for trends, win rates and point-in-time snapshots.
get-recordsFetch full detail for specific record IDs, including relationships and AI summaries.
get-current-userReturn the authorising user's profile, timezone and current local time.
get-listsBrowse saved lists or fetch a single list by ID.
find-leadsSearch Clarify's prospecting database by industry, location, job title and similar filters.
import-leadsImport leads found in a prospect search into the workspace.
create-or-update-recordsBulk create or update companies, people, deals, meetings, tasks, messages and custom objects.
delete-recordsDelete one or more records by ID.
merge-recordsMerge duplicate records into a single primary record.
add-commentAttach a markdown comment to a supported record.
create-or-update-listCreate a new saved view or update an existing one.
get-campaignsList email campaigns or fetch a single campaign with full detail.
get-campaign-recipientsList people enrolled in a campaign along with per-person engagement metrics.
create-campaignCreate a new email campaign in draft mode.
update-campaignUpdate a campaign's name, target list, sender, email steps or send-time windows.
create-or-update-fieldsCreate or update custom fields on an entity.
create-or-update-custom-objectCreate or update a custom object type in the workspace.
get-agentsList Clarify agents or fetch a single agent by ID.
get-agent-runsRetrieve agent run history or a single run by ID.
read-contextAccess Clarify product knowledge and documentation.

How to install the Clarify MCP server

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

Configuration

A Clarify workspace and an MCP client that supports remote servers over Streamable HTTP with OAuth. Nothing needs enabling on the Clarify side.

Example prompts to try

  • What was our win rate by company size for each of the last four quarters?
  • Find duplicate company records created this year and merge them into the oldest one.
  • Create a draft three-step campaign against my 'Q3 expansion' list and write the emails.
  • Show me every open deal with no activity in 21 days and add a follow-up task on each.

Frequently asked questions

It writes. Alongside the read tools there are create-or-update-records, delete-records, merge-records, campaign creation and custom field management. That makes it genuinely useful for CRM chores, but it also means you should keep tool approval prompts on rather than auto-approving, because deletes and merges are not easily undone.