loading…
Search for a command to run...
loading…
Integrates CRM data with AI agents to manage leads, track pipeline statistics, and search price catalogs via Supabase. It enables automated lead creation, stage
Integrates CRM data with AI agents to manage leads, track pipeline statistics, and search price catalogs via Supabase. It enables automated lead creation, stage updates, and history tracking through natural language commands.
Servidor MCP para integração do CRM com AI Agents (n8n, Claude, etc).
| Tool | Descrição |
|---|---|
get_leads |
Buscar leads do pipeline (com filtros) |
update_lead_stage |
Mover lead para outra etapa |
update_lead_custom_fields |
Atualizar campos customizados |
create_lead |
Criar novo lead |
search_price_catalog |
Buscar no catálogo de preços |
get_lead_history |
Ver histórico de um lead |
get_pipeline_stats |
Estatísticas do funil |
npm install
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)
npm run dev
npm run build
npm start
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"
}
}
}
}
{
"tool": "get_leads",
"arguments": {
"stage_slug": "negociacao"
}
}
{
"tool": "update_lead_stage",
"arguments": {
"lead_id": "uuid-do-lead",
"new_stage_slug": "fechado"
}
}
{
"tool": "search_price_catalog",
"arguments": {
"query": "acrílica"
}
}
Run in your terminal:
claude mcp add outlet-das-cores-crm -- npx Yes, Outlet Das Cores CRM MCP is free — one-click install via Unyly at no cost.
No, Outlet Das Cores CRM runs without API keys or environment variables.
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
Open Outlet Das Cores CRM on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolProvides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzNot sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs