---
title: "The First Native MCP Server for an Insurance CRM: How unLocked Lets Claude, Cursor & ChatGPT Talk to Your Book"
description: "Model Context Protocol (MCP) is the emerging standard for AI agents to talk to real systems. unLocked CRM ships a production MCP server exposing all 16 CRM resources as native tools — built on mcp-lite + Hono."
url: https://unlockedcrm.ai/blog/native-mcp-server-insurance-crm
canonical: https://unlockedcrm.ai/blog/native-mcp-server-insurance-crm
category: "Product Updates"
published: 2026-07-30
updated: 2026-07-30
author: "unLocked Team"
source: unLocked CRM — AI CRM for insurance agents
---

# The First Native MCP Server for an Insurance CRM: How unLocked Lets Claude, Cursor & ChatGPT Talk to Your Book

## TL;DR

unLocked CRM is the first insurance CRM with a native MCP server. Built on mcp-lite + Hono, it exposes 16 CRM resources as native tools for Claude, Cursor, ChatGPT, and any MCP-compliant client — using the same API keys as the REST API.

<p>For two years, "AI in your CRM" mostly meant a chat box bolted onto a sidebar. The next era looks very different: external AI agents — Claude Desktop, Cursor, ChatGPT Custom GPTs, in-house LangChain stacks — talking <em>directly</em> to your CRM through a standard protocol. That standard is the <strong>Model Context Protocol (MCP)</strong>, and unLocked CRM is the first insurance CRM to ship a native MCP server.</p>

<h2>What MCP Actually Is</h2>
<p>MCP is an open spec for exposing tools, resources, and prompts to LLM clients in a uniform way. Instead of writing a custom Zapier-style adapter for every agent platform, you stand up one MCP server and every compliant client — Claude, Cursor, ChatGPT, Continue, Cline — can use it the same day.</p>

<h2>What's Live in unLocked</h2>
<ul>
<li><strong>MCP server endpoint</strong> built on <code>mcp-lite</code> + Hono, deployed as a Supabase Edge Function</li>
<li><strong>16 CRM resources</strong> exposed as native tools: contacts, pipelines, policies, commissions, tasks, quotes, documents, carrier appointments, licensing, notes, tags, users, webhooks, files, reports, and automations</li>
<li><strong>Bulk operations</strong> on every collection (not just single-record CRUD)</li>
<li><strong>Same auth as REST</strong> — your existing <code>x-api-key</code> or OAuth Bearer token works for MCP without re-issuing credentials</li>
</ul>

<h2>Why This Matters for Independent Agents and Agencies</h2>
<p>Picture a Friday afternoon: you ask Claude "build me a list of every Medicare client turning 70 next quarter who hasn't had an annual review, and draft a personalized outreach SMS for each." With MCP, Claude reads your contacts and policies through CRM tools, drafts the messages, and queues them — all without leaving the chat. No exporting CSVs, no manual imports.</p>

<h2>Auto-Discovery via OpenAPI 3.1</h2>
<p>Alongside MCP, we publish a live OpenAPI 3.1 document. Any tool that speaks OpenAPI — ChatGPT Custom GPTs, Postman, Insomnia, Stainless SDK generators — auto-discovers every endpoint and schema. No human-maintained docs drifting out of sync with the implementation.</p>

<h2>Hardened for Production Partners</h2>
<p>Webhooks are HMAC-SHA256 signed in the Stripe <code>t=…,v1=…</code> format. Failed deliveries retry on a 1-minute → 6-hour exponential ladder and dead-letter after 6 attempts via a pg_cron-scheduled retry worker. Every response carries <code>X-Request-Id</code> and <code>X-Api-Version</code> headers for tracing.</p>

<h2>The Strategic Read</h2>
<p>Insurance CRMs that don't ship MCP and a real OpenAPI spec in the next 12 months will become invisible to the agent layer that buyers are starting to standardize on. Agents will increasingly ask "can my AI talk to it?" before "what does the UI look like?" — and the answer needs to be yes, natively.</p>

## FAQ

### undefined



### undefined



### undefined



---

Source: [The First Native MCP Server for an Insurance CRM: How unLocked Lets Claude, Cursor & ChatGPT Talk to Your Book](https://unlockedcrm.ai/blog/native-mcp-server-insurance-crm) — unLocked CRM, the AI CRM built for insurance agents. Citation permitted with attribution and a link to https://unlockedcrm.ai/blog/native-mcp-server-insurance-crm.
