Skip to main content
Glama

Kommo MCP Server

Servidor MCP (Model Context Protocol) para integração com o Kommo CRM.

🚀 Funcionalidades

  • Análise de Vendas: Consultas sobre vendas por período e categoria

  • Análise de Leads: Estatísticas e insights sobre leads

  • Modo Conversacional: Interface de IA para perguntas naturais

  • Filtros Avançados: Por data, categoria e status

📋 Pré-requisitos

  • Node.js 20+

  • Docker (opcional)

  • Token de acesso do Kommo

⚙️ Configuração

  1. Copie o arquivo de exemplo:

cp env.example .env
  1. Configure suas credenciais no .env:

KOMMO_BASE_URL=https://seu-dominio.kommo.com KOMMO_ACCESS_TOKEN=seu-token-aqui

🏃‍♂️ Execução

Desenvolvimento

npm install npm run build npm start

Docker

docker build -t kommo-mcp-server . docker run -d -p 3001:3001 --name kommo-mcp-server kommo-mcp-server

📡 Endpoints

  • MCP: http://localhost:3001/mcp

  • Health: http://localhost:3001/health

🔧 Ferramentas Disponíveis

  • ask_kommo: Interface conversacional para perguntas sobre dados

  • get_leads: Buscar leads com filtros

  • get_contacts: Buscar contatos

  • get_companies: Buscar empresas

  • get_tasks: Buscar tarefas

📊 Exemplos de Uso

# Perguntas sobre vendas curl -X POST http://localhost:3001/mcp \ -H "Content-Type: application/json" \ -d '{"jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": {"name": "ask_kommo", "arguments": {"question": "quantas vendas tivemos em maio?"}}}'

📝 Licença

MIT

Related MCP Servers

  • A
    security
    -
    license
    A
    quality
    Enables interaction with the Loxo recruitment platform API, facilitating tasks such as candidate and job management, activity logging, and call queue management through AI assistants.
    Last updated -
    1
  • -
    security
    -
    license
    -
    quality
    Facilitates interaction with the Attio CRM by allowing MCP clients to read and write company records and notes through the Attio API.
    Last updated -
    30
    15
    BSD 3-Clause
  • A
    security
    A
    license
    A
    quality
    A Model Context Protocol implementation for the HubSpot API that provides a standardized interface for accessing and managing CRM data, including companies, contacts, deals, and other objects with comprehensive CRUD operations and association management.
    Last updated -
    16
    26
    MIT License
  • -
    security
    F
    license
    -
    quality
    Connects Claude Desktop to GoHighLevel CRM, providing 269+ tools across 19 categories for complete contact management, messaging, sales, marketing, e-commerce, and business operations through AI automation.
    Last updated -
    2
    91

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Miguelgbastos/Kommo-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server