KasarKasar Docs
MCP Server

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:

CategoryCountDescription
Tools25Search, create, update, import/export and delete CRM records; manage tasks, notes, lists and dashboards; read the inbox and send messages; analyze & chart data; merge duplicates; build the data model (objects, fields, lists)
Resources7Read-only data sources for schema, pipelines, users, and more
Prompts3Pre-built templates for contact summaries, pipeline reviews, and weekly reports

Every tool runs as the workspace member whose API token is used — Kasar re-resolves that identity and applies the same role-based permissions and record visibility the person has in the app. The MCP server sees exactly what the user sees, never more.

Connection Details

PropertyValue
Endpointhttps://kasar.app/api/mcp
SSE Endpointhttps://kasar.app/api/mcp/sse
TransportStreamable HTTP (stateless, backed by Redis session store)
AuthenticationBearer token (ksr_*) — same token as the REST API

Documentation

On this page