Labsco
MCP SERVER

Coherence

by getcoherence

Work your Coherence CRM field by field, or hand the whole task to the Coherence agent and let it act.

CRM & Sales Pipeline
Summary
A workspace you can address two ways — precisely, or by describing the outcome.

chat_with_agent is the unusual one: rather than composing six calls, you say what you want and Coherence's agent acts inside your workspace's approval rules. The record tools are there when you need exactness — call list_module_fields first so an update writes to fields that actually exist.

What it is

A server over Coherence. Twelve tools read and write CRM records and outreach content directly; the thirteenth, chat_with_agent, passes a message to Coherence's own agent, Nash, which uses its own toolset under your workspace's approval rules.

What you get
  • chat_with_agent: send a message to a Coherence agent, which can draft emails, create reminders, update records, post to social and create landing pages, and returns what it did
  • list_modules and list_module_fields to learn a module's shape before writing to it
  • list_records with search and pagination, get_record by ID
  • create_record and update_record; delete_record is a soft delete, recoverable from trash
  • list_outreach_items for blog articles, LinkedIn posts and emails; get_outreach_item returns the MDX content
  • create_outreach_item, update_outreach_body for the MDX body, update_outreach_item for title, status and the rest of the metadata
Requirements

A Coherence API key, created under Settings → API Keys and shown once. Two environment variables: COHERENCE_API_TOKEN and COHERENCE_API_URL. Runs through npx from @coherenceos/mcp-server.

Setup effort

One command plus a key — npx -y @coherenceos/mcp-server, then supply credentials