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., "@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 |
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 installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.