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 |
|
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"
}
}
}
}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
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