kinbox-mcp
Click on "Install 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: whatsapp-mcp-server
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/vergamini65-boop/kinbox-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server