Outlet das Cores CRM
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., "@Outlet das Cores CRMList all leads currently in the negotiation stage"
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.
Outlet das Cores - MCP Server
Servidor MCP para integração do CRM com AI Agents (n8n, Claude, etc).
Tools Disponíveis
Tool | Descrição |
| Buscar leads do pipeline (com filtros) |
| Mover lead para outra etapa |
| Atualizar campos customizados |
| Criar novo lead |
| Buscar no catálogo de preços |
| Ver histórico de um lead |
| Estatísticas do funil |
Related MCP server: Bitrix24 MCP Server
Instalação
npm installConfiguração
Crie um arquivo .env com:
SUPABASE_URL=https://nfbbrgtvkvipdkvqlyrz.supabase.co
SUPABASE_SERVICE_KEY=sua-service-role-key⚠️ Use a Service Role Key do Supabase (não a anon key)
Uso
Desenvolvimento
npm run devProdução
npm run build
npm startConfiguração Claude Desktop
Adicione ao claude_desktop_config.json:
{
"mcpServers": {
"outlet-crm": {
"command": "node",
"args": ["D:/outletdascores/outlet-mcp-server/dist/index.js"],
"env": {
"SUPABASE_URL": "https://nfbbrgtvkvipdkvqlyrz.supabase.co",
"SUPABASE_SERVICE_KEY": "sua-chave-aqui"
}
}
}
}Exemplos de Uso
Buscar leads na etapa "Negociação"
{
"tool": "get_leads",
"arguments": {
"stage_slug": "negociacao"
}
}Mover lead para "Fechado"
{
"tool": "update_lead_stage",
"arguments": {
"lead_id": "uuid-do-lead",
"new_stage_slug": "fechado"
}
}Buscar preços de tinta acrílica
{
"tool": "search_price_catalog",
"arguments": {
"query": "acrílica"
}
}This server cannot be deployed
Maintenance
Related MCP Connectors
Open-source CRM your AI agents can write to: companies, people, deals, tasks, notes, pipeline.
- PlixanaOAuthcom.plixana
Operate the Plixana CRM from any AI: contacts, deals, quotes, WhatsApp and metrics.
Your own CRM, fully customizable and agent-driven. Start with contacts, companies and a sales pipeli
Search, summarize, and update your RevOrbit CRM (leads, deals, contacts, tasks) in plain language.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables management of companies, contacts, and related CRM data through the Medicus CRM system. Provides 18 CRM tools with Supabase integration for data persistence and supports both local development and production deployment.-
- FlicenseNot gradedqualityNot gradedmaintenanceEnables AI agents to interact with Bitrix24 CRM for managing contacts, deals, tasks, and leads via a comprehensive set of tools. It supports advanced features like sales team monitoring, performance analytics, and automated CRM searching.-
- FlicenseNot gradedqualityNot gradedmaintenanceEnables AI agents to securely read and write data to an Atomic CRM instance via SQL queries. It features OAuth 2.1 authentication through Supabase and automatically enforces Row Level Security to protect user data.-
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to interact with a CRM covering companies, people, leads, deals, and more, with role checks, scoped agent keys, approval gates, and a shared audit trail.AGPL 3.0