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
Tools19Create, update, search, and manage CRM records, tasks, notes, and emails
Resources7Read-only data sources for schema, pipelines, users, and more
Prompts3Pre-built templates for contact summaries, pipeline reviews, and weekly reports

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