kinbox-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@kinbox-mcplist all contacts"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
kinbox-mcp
MCP Server para integração com a API Kinbox — atendimento via WhatsApp, Instagram e outros canais.
Ferramentas disponíveis
Categoria | Tools |
Contatos |
|
Sessões |
|
Tags |
|
Campanhas |
|
Deals (CRM) |
|
Pipelines |
|
Produtos |
|
Campos personalizados |
|
Envio de mensagem |
|
Escape hatch |
|
Related MCP server: lingtai-whatsapp
Configuração
1. Instalar dependências
npm install2. Obter API Key
No Kinbox: Configurações → Integrações → API → criar token.
3. Configurar variável de ambiente
export KINBOX_API_KEY=kb_live_seu_token_aqui4. Adicionar ao Claude Code
Copie .mcp.json para a raiz do seu projeto (ou ~/.claude/mcp.json para global) e defina KINBOX_API_KEY no ambiente:
{
"mcpServers": {
"kinbox": {
"type": "stdio",
"command": "node",
"args": ["/caminho/para/kinbox-mcp.js"],
"env": {
"KINBOX_API_KEY": "kb_live_seu_token"
}
}
}
}Notas de integração
Conhecimento acumulado sobre a plataforma (webhook inbound, payload ideal para
cenários, nó "Buscar contato", canais oficial × não-oficial, API v3 de workflows/logs,
doc oficial) em NOTAS-INTEGRACAO.md.
n8n — recriar a API como HTTP nodes
N8N-HTTP-NODES.md lista os 315 endpoints da API
(de docs/openapi-oficial.json) com método, rota, params e campos de body, mais
instruções para um agente criar um HTTP Request node por endpoint no n8n.
Spec completo da doc oficial em docs/openapi-oficial.json.
Base URL
https://api4.kinbox.com.br (API v1)
Dependências
Node.js 18+
@modelcontextprotocol/sdkzod
This server cannot be deployed
Maintenance
Related MCP Connectors
Unified messaging MCP server: WhatsApp, Instagram, Telegram, SMS, Messenger & email support inbox
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
WhatsApp (Web + Business API), SMS, contacts, and call records via 2Chat's MCP server.
Unified inbox MCP for WhatsApp, Telegram, Email, voice — read/send messages, search, AI agents.
Related MCP Servers
- AlicenseBqualityDmaintenanceMCP server for ManyContacts WhatsApp Business CRM that enables AI agents to manage contacts, send messages, run campaigns, and configure auto-replies through comprehensive CRM operations.5596 npmMIT

lingtai-whatsappofficial
AlicenseNot gradedqualityFmaintenanceMCP server for interacting with the official Meta WhatsApp Business Platform/Cloud API, enabling sending messages, managing contacts, templates, and handling webhook callbacks.Apache 2.0- AlicenseAqualityDmaintenanceMCP server for the WhatsApp Business API that enables managing business accounts, phone numbers, message templates, sending template messages, and tracking message status via the Meta Graph API.88 npmMIT
- FlicenseAqualityCmaintenanceMCP server for Kirimi WhatsApp API, enabling AI agents to send messages, broadcast, manage devices, and contacts.7-