MCP Server Overview
Connect AI assistants like Claude Desktop to your Kasar CRM via the Model Context Protocol.
What is MCP?
The Model Context Protocol (MCP) is an open standard created by Anthropic that lets AI assistants interact with external tools and data sources. Instead of copying data into prompts manually, MCP enables a structured, secure connection between your AI assistant and the systems it needs to work with.
Kasar ships a built-in MCP server that exposes your CRM data and actions to any MCP-compatible client — Claude Desktop, Cursor, or any custom integration.
Capabilities
The Kasar MCP server provides:
| Category | Count | Description |
|---|---|---|
| Tools | 19 | Create, update, search, and manage CRM records, tasks, notes, and emails |
| Resources | 7 | Read-only data sources for schema, pipelines, users, and more |
| Prompts | 3 | Pre-built templates for contact summaries, pipeline reviews, and weekly reports |
Connection Details
| Property | Value |
|---|---|
| Endpoint | https://kasar.app/api/mcp |
| SSE Endpoint | https://kasar.app/api/mcp/sse |
| Transport | Streamable HTTP (stateless, backed by Redis session store) |
| Authentication | Bearer token (ksr_*) — same token as the REST API |
Documentation
Setup & Configuration
Connect Claude Desktop, Cursor, or any MCP client to your Kasar CRM.
Resources
7 read-only data sources that give AI context about your CRM schema, pipelines, and users.
Tools — Records
Core CRUD tools: search, create, update, and delete CRM records.
Tools — Tasks & Notes
Manage tasks, notes, and activity linked to any CRM record.
Tools — Data
Aggregations, pipeline management, and bulk operations.
Tools — Inbox
Read and draft emails from your connected inbox.
Prompts
3 pre-built prompt templates for contact summaries, pipeline reviews, and weekly reports.