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.
Related MCP Servers
- Flicense-qualityDmaintenanceAn MCP (Multi-Agent Conversation Protocol) Server that enables interaction with the WhatsApp Business API, allowing agents to send messages, manage media, and perform other WhatsApp business operations through natural language.Last updated1
- Alicense-qualityDmaintenanceThe most complete MCP Server for WhatsApp Business Cloud API. 43 tools across 10 modules including messaging, templates, media, webhooks, analytics, AI auto-reply, and anti-spam protection.Last updated602MIT
- 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.Last updated55115MIT

lingtai-whatsappofficial
Alicense-qualityFmaintenanceMCP server for interacting with the official Meta WhatsApp Business Platform/Cloud API, enabling sending messages, managing contacts, templates, and handling webhook callbacks.Last updatedApache 2.0
Related MCP Connectors
MCP Server for agents to onboard, pay, and provision services autonomously with InFlow
Hosted MCP server for the Wavix telecom platform: SMS, voice, 2FA, SIP, numbers, 10DLC, CDRs.
Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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