Kommo MCP server
Kommo CRM (formerly amoCRM), the conversation-first sales CRM (WhatsApp, Instagram, Telegram) used b
0 stars
Reviews
Write oneNobody has reviewed Kommo yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Kommo tools (48, 12 write)
write = sends, deletes, buys or postsauthenticateFreeMCP.AI for IDE agents (Cursor, etc.): log in in the browser, copy the access token. Best: add it to this server's config as a header `Authorization: Bearer <token>` for a permanent, non-expiring connection. Or paste it here for a session-only login: call with { token: "<jwt>" } after the user pastes, or with no args to get the link.
connectFreeReturns connection status and URLs. When all providers are connected, returns authenticated:true and empty pending[]. When credentials are missing, returns connect_url for the toolkit and per-install URLs.
kommo_accountFreeDados da conta Kommo conectada (id, nome, subdomínio, moeda, fuso, e opcionalmente usuários/campos/pipelines via `with`).
kommo_catalogs_elementsFreeCatálogos (listas: produtos, etc.). action: list (todos os catálogos) | elements (itens de um catálogo, filtrável/buscável). [Flattened action: elements] Bulk support: accepts catalog_ids for batched execution.
kommo_catalogs_listFreeCatálogos (listas: produtos, etc.). action: list (todos os catálogos) | elements (itens de um catálogo, filtrável/buscável). [Flattened action: list] Bulk support: accepts catalog_ids for batched execution.
kommo_companies_createwrite actionFreeCompanies do Kommo. action: list (busca paginada com filtros), get (por id), create (cria, body em `data`), update (atualiza; com `id` = 1 item, sem `id` = bulk com array em `data`). [Flattened action: create] Bulk support: accepts ids for batched execution.
kommo_companies_getFreeCompanies do Kommo. action: list (busca paginada com filtros), get (por id), create (cria, body em `data`), update (atualiza; com `id` = 1 item, sem `id` = bulk com array em `data`). [Flattened action: get] Bulk support: accepts ids for batched execution.
kommo_companies_listFreeCompanies do Kommo. action: list (busca paginada com filtros), get (por id), create (cria, body em `data`), update (atualiza; com `id` = 1 item, sem `id` = bulk com array em `data`). [Flattened action: list] Bulk support: accepts ids for batched execution.
kommo_companies_updatewrite actionFreeCompanies do Kommo. action: list (busca paginada com filtros), get (por id), create (cria, body em `data`), update (atualiza; com `id` = 1 item, sem `id` = bulk com array em `data`). [Flattened action: update] Bulk support: accepts ids for batched execution.
kommo_contacts_createwrite actionFreeContacts do Kommo. action: list (busca paginada com filtros), get (por id), create (cria, body em `data`), update (atualiza; com `id` = 1 item, sem `id` = bulk com array em `data`). [Flattened action: create] Bulk support: accepts ids for batched execution.
kommo_contacts_getFreeContacts do Kommo. action: list (busca paginada com filtros), get (por id), create (cria, body em `data`), update (atualiza; com `id` = 1 item, sem `id` = bulk com array em `data`). [Flattened action: get] Bulk support: accepts ids for batched execution.
kommo_contacts_listFreeContacts do Kommo. action: list (busca paginada com filtros), get (por id), create (cria, body em `data`), update (atualiza; com `id` = 1 item, sem `id` = bulk com array em `data`). [Flattened action: list] Bulk support: accepts ids for batched execution.
kommo_contacts_updatewrite actionFreeContacts do Kommo. action: list (busca paginada com filtros), get (por id), create (cria, body em `data`), update (atualiza; com `id` = 1 item, sem `id` = bulk com array em `data`). [Flattened action: update] Bulk support: accepts ids for batched execution.
kommo_custom_fieldsFreeCampos personalizados de um tipo de entidade (leads/contacts/companies/customers). Use os codes/ids retornados nos bodies de create/update.
kommo_customers_createwrite actionFreeClientes (módulo de vendas recorrentes/RFM do Kommo). action: list | get | create | update. Requer o módulo de clientes ativo na conta. [Flattened action: create] Bulk support: accepts ids for batched execution.
kommo_customers_getFreeClientes (módulo de vendas recorrentes/RFM do Kommo). action: list | get | create | update. Requer o módulo de clientes ativo na conta. [Flattened action: get] Bulk support: accepts ids for batched execution.
kommo_customers_listFreeClientes (módulo de vendas recorrentes/RFM do Kommo). action: list | get | create | update. Requer o módulo de clientes ativo na conta. [Flattened action: list] Bulk support: accepts ids for batched execution.
kommo_customers_updatewrite actionFreeClientes (módulo de vendas recorrentes/RFM do Kommo). action: list | get | create | update. Requer o módulo de clientes ativo na conta. [Flattened action: update] Bulk support: accepts ids for batched execution.
kommo_eventsFreeEventos/atividades da conta (mudança de estágio, criação, etc.). Filtrável por tipo, entidade e período (`filter` JSON).
kommo_leads_createwrite actionFreeLeads do Kommo. action: list (busca paginada com filtros), get (por id), create (cria, body em `data`), update (atualiza; com `id` = 1 item, sem `id` = bulk com array em `data`). [Flattened action: create] Bulk support: accepts ids for batched execution.
kommo_leads_getFreeLeads do Kommo. action: list (busca paginada com filtros), get (por id), create (cria, body em `data`), update (atualiza; com `id` = 1 item, sem `id` = bulk com array em `data`). [Flattened action: get] Bulk support: accepts ids for batched execution.
kommo_leads_listFreeLeads do Kommo. action: list (busca paginada com filtros), get (por id), create (cria, body em `data`), update (atualiza; com `id` = 1 item, sem `id` = bulk com array em `data`). [Flattened action: list] Bulk support: accepts ids for batched execution.
kommo_leads_updatewrite actionFreeLeads do Kommo. action: list (busca paginada com filtros), get (por id), create (cria, body em `data`), update (atualiza; com `id` = 1 item, sem `id` = bulk com array em `data`). [Flattened action: update] Bulk support: accepts ids for batched execution.
kommo_links_linkFreeVínculos entre entidades (ex.: ligar um contato a um lead). action: list (vínculos de um registro) | link | unlink (`data` = JSON com to_entity_id/to_entity_type). [Flattened action: link] Bulk support: accepts entity_ids for batched execution.
kommo_links_listFreeVínculos entre entidades (ex.: ligar um contato a um lead). action: list (vínculos de um registro) | link | unlink (`data` = JSON com to_entity_id/to_entity_type). [Flattened action: list] Bulk support: accepts entity_ids for batched execution.
kommo_links_unlinkFreeVínculos entre entidades (ex.: ligar um contato a um lead). action: list (vínculos de um registro) | link | unlink (`data` = JSON com to_entity_id/to_entity_type). [Flattened action: unlink] Bulk support: accepts entity_ids for batched execution.
kommo_list_accountsFreeLista as contas Kommo conectadas a este install (id/subdomínio, label). Use o id/subdomínio em `account` nas outras tools.
kommo_notes_createwrite actionFreeNotas de uma entidade. action: list (todas as notas do tipo de entidade), list_by_entity (notas de 1 registro), create (adiciona nota; `data` = JSON). Tipos comuns: common, call_in, call_out, sms_in/out, attachment. [Flattened action: create] Bulk support: accepts entity_ids for batched execution.
kommo_notes_listFreeNotas de uma entidade. action: list (todas as notas do tipo de entidade), list_by_entity (notas de 1 registro), create (adiciona nota; `data` = JSON). Tipos comuns: common, call_in, call_out, sms_in/out, attachment. [Flattened action: list] Bulk support: accepts entity_ids for batched execution.
kommo_notes_list_by_entityFreeNotas de uma entidade. action: list (todas as notas do tipo de entidade), list_by_entity (notas de 1 registro), create (adiciona nota; `data` = JSON). Tipos comuns: common, call_in, call_out, sms_in/out, attachment. [Flattened action: list_by_entity] Bulk support: accepts entity_ids for batched execution.
kommo_pipelines_getFreeFunis (pipelines) e seus estágios. action: list (todos os funis) | get (funil por id) | statuses (estágios de um funil). [Flattened action: get] Bulk support: accepts pipeline_ids for batched execution.
kommo_pipelines_listFreeFunis (pipelines) e seus estágios. action: list (todos os funis) | get (funil por id) | statuses (estágios de um funil). [Flattened action: list] Bulk support: accepts pipeline_ids for batched execution.
kommo_pipelines_statusesFreeFunis (pipelines) e seus estágios. action: list (todos os funis) | get (funil por id) | statuses (estágios de um funil). [Flattened action: statuses] Bulk support: accepts pipeline_ids for batched execution.
kommo_requestFreeChamada crua à API v4 do Kommo — qualquer endpoint, com o seu token. Use quando não houver uma tool dedicada (chats/Salesbot/arquivos/Kommo IA/webhooks/fontes/widgets/templates). `path` relativo (ex.: "/leads/unsorted", "/salesbot"). Docs: https://developers.kommo.com
kommo_tags_createwrite actionFreeTags de um tipo de entidade. action: list (com busca) | create (cria tags; `data` = JSON, ex.: [{"name":"vip"}]). [Flattened action: create]
kommo_tags_listFreeTags de um tipo de entidade. action: list (com busca) | create (cria tags; `data` = JSON, ex.: [{"name":"vip"}]). [Flattened action: list]
kommo_talks_getFreeConversas (talks) do inbox unificado. action: list (filtrável por contact_id/entity_id/only_in_work via `filter` JSON) | get (por id). É o diferencial do Kommo: o histórico de conversa por WhatsApp/Instagram/Telegram. [Flattened action: get] Bulk support: accepts ids for batched execution.
kommo_talks_listFreeConversas (talks) do inbox unificado. action: list (filtrável por contact_id/entity_id/only_in_work via `filter` JSON) | get (por id). É o diferencial do Kommo: o histórico de conversa por WhatsApp/Instagram/Telegram. [Flattened action: list] Bulk support: accepts ids for batched execution.
kommo_tasks_createwrite actionFreeTasks do Kommo. action: list (busca paginada com filtros), get (por id), create (cria, body em `data`), update (atualiza; com `id` = 1 item, sem `id` = bulk com array em `data`). [Flattened action: create] Bulk support: accepts ids for batched execution.
kommo_tasks_getFreeTasks do Kommo. action: list (busca paginada com filtros), get (por id), create (cria, body em `data`), update (atualiza; com `id` = 1 item, sem `id` = bulk com array em `data`). [Flattened action: get] Bulk support: accepts ids for batched execution.
kommo_tasks_listFreeTasks do Kommo. action: list (busca paginada com filtros), get (por id), create (cria, body em `data`), update (atualiza; com `id` = 1 item, sem `id` = bulk com array em `data`). [Flattened action: list] Bulk support: accepts ids for batched execution.
kommo_tasks_updatewrite actionFreeTasks do Kommo. action: list (busca paginada com filtros), get (por id), create (cria, body em `data`), update (atualiza; com `id` = 1 item, sem `id` = bulk com array em `data`). [Flattened action: update] Bulk support: accepts ids for batched execution.
kommo_users_getFreeUsuários da conta. action: list | get (por id). `with`=role,group para incluir permissões/grupos. [Flattened action: get] Bulk support: accepts ids for batched execution.
kommo_users_listFreeUsuários da conta. action: list | get (por id). `with`=role,group para incluir permissões/grupos. [Flattened action: list] Bulk support: accepts ids for batched execution.
marketplaceFreeThe official mcp.ai marketplace — the in-platform catalog of every MCP/tool, AND the way to run them. Covers capability requests like "find an MCP that does X", "consulta um CPF", "is there a tool for Y". Core flow: action=search discovers MCPs by intent → describe returns one MCP's full profile (every tool with its id + params, pricing, auth) so you pick the right tool_id → invoke RUNS that tool. KEY: invoke works even when the MCP is NOT installed — it runs the tool pontualmente (one-off), without adding the MCP to the toolkit and without bloating the tool list. If the MCP needs a credential/login, invoke returns a connect link; if it is paid and the wallet is empty, invoke returns a checkout/top-up link (the user opens it, then you retry). Use install only to make an MCP PERMANENT in the active toolkit (its tools then show up natively in future sessions); prefer invoke for a single/occasional use. list_tools lists what is callable right now. subscribe/cancel handle per-MCP billing; report_bug sends feedback; request_mcp asks us to build a NEW MCP when nothing fits. Search/describe flag installed_in_toolkit vs installed_in_workspace. Writes (install/uninstall/subscribe/cancel and the one-off install behind invoke) require workspace owner/admin. It also carries the mcp.ai PROMPT LIBRARY, which is about ready-made prompt TEXT rather than MCPs: search_prompts finds one, get_prompt returns its full text with {{variables}} filled, and publish_prompt saves a prompt and returns a shareable mcp.ai/p/<slug> link that opens without login.
report_bugFreeReport a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.
show_versionFreeShow the current MCP platform and adapter versions.
toolkit_infoFreeReturns the current toolkit state: installed MCPs, their connection status, the accounts connected to each one, and how many catalog tools each exposes.
Public scan report
scanner v0.1.9 · 2026-09-22 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 385ms20/20
- Tool poisoning48 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 12 write-action tools with no auth3/15
- Maintenancelast push 22 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year9/10
Findings (1)
- highWrite-action tools reachable without authentication
auth.open-write
What the publisher says
From the Kommo repository's README, as published. We do not edit it. Read it on GitHub
Kommo
Kommo para Claude, ChatGPT e agentes de IA
Kommo CRM (ex-amoCRM), o CRM de vendas por conversa (WhatsApp, Instagram, Telegram) usado por PMEs e agências. Leia e escreva leads, contatos, empresas, tarefas, notas, funis, tags, campos personalizados, usuários, eventos, conversas e catálogos pela API v4 oficial. Você informa o subdomínio da sua conta e um Token de Longa Duração e a plataforma opera na sua conta. Inclui uma ferramenta de chamada crua para qualquer endpoint da API.
- 📊 42 ferramentas
- ✏️ Leitura e escrita
- 💬 Funciona com qualquer cliente MCP: Claude Desktop, Cursor, VS Code, Cline, Continue
- 🔑 Login via magic-link (sem senha)
English version · Documentação completa · Skill pra agentes
Instalar em 1 clique
Claude (Web e Desktop)
A Anthropic unificou a instalação de MCPs em claude.ai/customize/connectors. O mesmo link serve pra Claude Web e Claude Desktop (basta estar logado):
➕ Abrir no Claude e conectar
Manual (se o deeplink não abrir): claude.ai/customize/connectors → + → Adicionar conector personalizado → cole Nome Kommo e URL https://api.mcp.ai/p_kommo.
Cursor
➕ Instalar Kommo no Cursor
VS Code (Copilot Chat)
➕ Instalar Kommo no VS Code
ChatGPT, Manus, OpenClaw e mais 40+ clientes
Funciona em qualquer cliente MCP que suporte MCP over HTTP. A URL do servidor é sempre:
https://api.mcp.ai/p_kommoDetalhes por cliente: INSTALL.md.
Exemplos de uso
Liste os leads no funil de vendas que estão parados há mais de 7 dias
Crie um lead novo para a Maria com telefone e uma tarefa de retorno amanhã
Mostre as conversas abertas no inbox e quem é o responsável42 ferramentas disponíveis
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
claude mcp add --transport http kommo-mcp https://api.mcp.ai/p_kommo
Kommo: common questions
- Is Kommo MCP server safe?
- Mostly: it is graded B (83/100). Read the Kommo safety report
- How do I install Kommo?
- It runs remotely at api.mcp.ai. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Kommo need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Kommo maintained?
- The last commit was 23 days ago (2026-08-30). The latest release is v0.1.0.
- Is Kommo up?
- 100% of our last 15 checks got an answer. We check remote servers about four times a day.
- What can I use instead of Kommo?
- Servers from other publishers that do the same job: Munin MCP server, Nilyo MCP server and Salesforce Cloud MCP server. Compare all Kommo alternatives.
Alternatives to Kommo
Same job from other publishers: the closest match first, then the best rated.
MuninOpen-source all-in-one MCP-first customer platform: KB, Conversations, CRM, CMS, Outreach, Analyticsnot reviewedGrowingA
NilyoYour own LinkedIn, WhatsApp, Instagram, Telegram, Email and Calendar accounts, usable from any agentnot reviewedGrowingA- Salesforce CloudAI-powered Salesforce CRM: opportunity intelligence, conversation analysis, SOQL, analyticsnot reviewedGrowingB
CavyroTelegram-native CRM for agents: contacts, deals, pipelines, campaigns, docs and reports.not reviewedGrowingB- Gambot WhatsApp Business APISend WhatsApp messages & templates and manage CRM, leads & campaigns via the Gambot WhatsApp API.not reviewedGrowingB