Blog · Engineering

Your CRM is already an agent tool

Most CRMs bolt a chatbot onto a sidebar. We exposed the whole system over MCP instead, so Claude, Cursor or your own script can read and write records — with every permission check still enforced.

12 August 2026 · 6 min read

Every CRM vendor shipped an AI assistant in the last two years. Almost all of them are the same thing: a chat panel bolted to the side of the app, able to answer questions about the page you are already looking at.

That is a demo, not a capability. The useful version is the opposite — your CRM available to whatever assistant you already use, doing real work, under the same rules as a person.

What we built instead

Pointof-CRM runs a Model Context Protocol server. It exposes 31 tools covering the records that matter: searching, creating and updating contacts, organizations, opportunities, tasks, quotes, orders and invoices.

It is a remote server, not a package to install. You point your client at the endpoint and authenticate with a token:

POST https://<your-workspace>/api/mcp
Authorization: Bearer <token>

Generate the token under Settings → Integrations → AI Tool Access. From there, Claude Desktop, Cursor, a cron job or your own script all talk to the same surface — there is no SDK to install and no glue code to maintain.

The part that actually matters: permissions

An agent that can write to your CRM is a security question before it is a productivity one. The obvious failure is an integration that runs as an admin because that was easier.

Ours does not. Every MCP call resolves to a real user or API key, and every tool goes through the same role check the web app uses. An SDR's agent cannot delete a contact, because an SDR cannot delete a contact.

If the answer to “what can this agent do?” is different from “what can this person do?”, you have built two permission systems and you will eventually disagree with yourself.

Writes land in the same audit log as human actions, attributed to the caller. When you review who changed a deal last quarter, agents appear in that list beside everyone else — not in a separate integrations log nobody reads.

What this looks like in practice

None of that needs a chat panel. It needs the CRM to be addressable — which, if you have modules and an API and a permission model, it very nearly already is.

Close more deals. Starting today.

Pipeline, email, calendar, AI, and automation — connected and ready on day one. No extra tools. No stitching.

Create your free account
  • 14-day free trial
  • Setup in minutes
  • Cancel anytime