Outlet das Cores CRM
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 |
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 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-qualityDmaintenanceEnables 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.Last updated
- Flicense-quality-maintenanceEnables 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.Last updated
- AlicenseBqualityAmaintenanceEnables users to manage Pipedrive CRM data including deals, contacts, and activities directly through an AI assistant. It supports full CRUD operations, email engagement analysis, and mapping of custom field metadata for comprehensive pipeline management.Last updated1001108MIT
- Flicense-quality-maintenanceEnables 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.Last updated
Related MCP Connectors
Connect AI to your Attio CRM. Manage contacts, companies, deals, and sales pipelines. Create tasks…
Agent-native CRM. 25 tools — contacts, deals, sequences, enrichment waterfall, audit log.
LeadConnector / GoHighLevel MCP Pack — wraps the GoHighLevel CRM for AI agents.
Appeared in Searches
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/oeduardomanoel/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server