DataCrazy MCP server
DataCrazy omnichannel CRM (WhatsApp, Instagram, Facebook) via the official API: leads, deals, pipeli
0 stars
Reviews
Write oneNobody has reviewed DataCrazy yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
DataCrazy tools (70, 33 write)
write = sends, deletes, buys or postsauthenticateFreeMCP.AI for IDE agents (Cursor, etc.): log in in the browser, copy the access token. Best: add it to this server's config as a header `Authorization: Bearer <token>` for a permanent, non-expiring connection. Or paste it here for a session-only login: call with { token: "<jwt>" } after the user pastes, or with no args to get the link.
connectFreeReturns connection status and URLs. When all providers are connected, returns authenticated:true and empty pending[]. When credentials are missing, returns connect_url for the toolkit and per-install URLs.
datacrazy_activities_createwrite actionFreeCriar atividade (POST /api/v1/activities). [write, altera dados]
datacrazy_activities_deletewrite actionFreeExcluir atividade (DELETE /api/v1/activities/{id}). [write, altera dados] Bulk support: accepts ids for batched execution.
datacrazy_activities_getFreeBuscar atividade por ID (GET /api/v1/activities/{id}). Bulk support: accepts ids for batched execution.
datacrazy_activities_listFreeBuscar atividades (GET /api/v1/activities).
datacrazy_activities_patchwrite actionFreeAtualizar atividade (PATCH /api/v1/activities/{id}). [write, altera dados] Bulk support: accepts ids for batched execution.
datacrazy_attendants_crm_getFreeBuscar atendente por ID (CRM) (GET /api/v1/attendants/crm/{id}). Bulk support: accepts ids for batched execution.
datacrazy_attendants_crm_listFreeBuscar atendentes (CRM) (GET /api/v1/attendants/crm).
datacrazy_attendants_multi_getFreeBuscar atendente por ID (multiatendimento) (GET /api/v1/attendants/multi/{id}). Bulk support: accepts ids for batched execution.
datacrazy_attendants_multi_listFreeBuscar atendentes (multiatendimento) (GET /api/v1/attendants/multi).
datacrazy_business_loss_reasons_createwrite actionFreeCriar motivo de perda (POST /api/v1/business-loss-reasons). [write, altera dados]
datacrazy_business_loss_reasons_deletewrite actionFreeExcluir motivo de perda (DELETE /api/v1/business-loss-reasons/{id}). [write, altera dados] Bulk support: accepts ids for batched execution.
datacrazy_business_loss_reasons_getFreeBuscar motivos de perda por ID (GET /api/v1/business-loss-reasons/{id}). Bulk support: accepts ids for batched execution.
datacrazy_business_loss_reasons_listFreeBuscar motivos de perda (GET /api/v1/business-loss-reasons).
datacrazy_business_loss_reasons_updatewrite actionFreeAtualizar motivo de perda (PUT /api/v1/business-loss-reasons/{id}). [write, altera dados] Bulk support: accepts ids for batched execution.
datacrazy_businesses_actions_lose_createwrite actionFreePerder negócios (POST /api/v1/businesses/actions/lose). [write, altera dados]
datacrazy_businesses_actions_move_createwrite actionFreeMover negócios (POST /api/v1/businesses/actions/move). [write, altera dados]
datacrazy_businesses_actions_restore_createwrite actionFreeRestaurar negócios (POST /api/v1/businesses/actions/restore). [write, altera dados]
datacrazy_businesses_actions_win_createwrite actionFreeGanhar negócios (POST /api/v1/businesses/actions/win). [write, altera dados]
datacrazy_businesses_createwrite actionFreeCriar negócio (POST /api/v1/businesses). [write, altera dados]
datacrazy_businesses_deletewrite actionFreeExcluir negócio (DELETE /api/v1/businesses/{id}). [write, altera dados] Bulk support: accepts ids for batched execution.
datacrazy_businesses_getFreeBuscar negócio por ID (GET /api/v1/businesses/{id}). Bulk support: accepts ids for batched execution.
datacrazy_businesses_listFreeBuscar negócios (GET /api/v1/businesses).
datacrazy_businesses_patchwrite actionFreeAtualizar negócio (PATCH /api/v1/businesses/{id}). [write, altera dados] Bulk support: accepts ids for batched execution.
datacrazy_conversations_finish_createwrite actionFreeFinalizar atendimento (POST /api/v1/conversations/{id}/finish). [write, altera dados] Bulk support: accepts ids for batched execution.
datacrazy_conversations_listFreeBuscar conversas (GET /api/v1/conversations).
datacrazy_conversations_messages_createwrite actionFreeEnviar mensagem para uma conversa (POST /api/v1/conversations/{id}/messages). [write, altera dados] Bulk support: accepts ids for batched execution.
datacrazy_conversations_messages_listFreeBuscar conversa por ID (GET /api/v1/conversations/{id}/messages). Bulk support: accepts ids for batched execution.
datacrazy_instances_getFreeBuscar instancia por ID (GET /api/v1/instances/{id}). Bulk support: accepts ids for batched execution.
datacrazy_instances_listFreeBuscar instancias (GET /api/v1/instances).
datacrazy_leads_activities_listFreeBuscar as atividades do lead (GET /api/v1/leads/{id}/activities). Bulk support: accepts ids for batched execution.
datacrazy_leads_additional_fields_createwrite actionFreeCriar lead com campos adicionais (POST /api/v1/leads/additional-fields). [write, altera dados]
datacrazy_leads_attachments_createwrite actionFreeAnexar arquivo ao lead (POST /api/v1/leads/{leadId}/attachments). [write, altera dados]
datacrazy_leads_attachments_deletewrite actionFreeApagar arquivo anexado ao lead (DELETE /api/v1/leads/{leadId}/attachments/{id}). [write, altera dados] Bulk support: accepts ids for batched execution.
datacrazy_leads_attachments_listFreeBuscar os arquivos anexados ao lead (GET /api/v1/leads/{leadId}/attachments).
datacrazy_leads_businesses_listFreeBuscar os negocios do lead (GET /api/v1/leads/{id}/businesses). Bulk support: accepts ids for batched execution.
datacrazy_leads_createwrite actionFreeCriar lead (POST /api/v1/leads). [write, altera dados]
datacrazy_leads_deletewrite actionFreeExcluir lead (DELETE /api/v1/leads/{id}). [write, altera dados] Bulk support: accepts ids for batched execution.
datacrazy_leads_getFreeBuscar lead por ID (GET /api/v1/leads/{id}). Bulk support: accepts ids for batched execution.
datacrazy_leads_history_listFreeBuscar histórico do lead (GET /api/v1/leads/{id}/history). Bulk support: accepts ids for batched execution.
datacrazy_leads_listFreeBuscar leads (GET /api/v1/leads).
datacrazy_leads_notes_createwrite actionFreeAdicionar comentário (POST /api/v1/leads/{leadId}/notes). [write, altera dados]
datacrazy_leads_notes_deletewrite actionFreeExcluir comentário do lead (DELETE /api/v1/leads/{leadId}/notes/{id}). [write, altera dados] Bulk support: accepts ids for batched execution.
datacrazy_leads_notes_listFreeBuscar comentários do lead (GET /api/v1/leads/{leadId}/notes).
datacrazy_leads_notes_updatewrite actionFreeAtualizar comentário do lead (PUT /api/v1/leads/{leadId}/notes/{id}). [write, altera dados] Bulk support: accepts ids for batched execution.
datacrazy_leads_patchwrite actionFreeAtualizar lead (PATCH /api/v1/leads/{id}). [write, altera dados] Bulk support: accepts ids for batched execution.
datacrazy_list_accountsFreeLista as conexões (contas) DataCrazy vinculadas a este install — id, label.
datacrazy_lists_createwrite actionFreeCriar lista (POST /api/v1/lists). [write, altera dados]
datacrazy_lists_deletewrite actionFreeExcluir lista (DELETE /api/v1/lists/{id}). [write, altera dados] Bulk support: accepts ids for batched execution.
datacrazy_lists_getFreeBuscar lista por ID (GET /api/v1/lists/{id}). Bulk support: accepts ids for batched execution.
datacrazy_lists_listFreeBuscar listas (GET /api/v1/lists).
datacrazy_lists_updatewrite actionFreeAtualizar lista (PUT /api/v1/lists/{id}). [write, altera dados] Bulk support: accepts ids for batched execution.
datacrazy_pipelines_getFreeBuscar pipeline por ID (GET /api/v1/pipelines/{id}). Bulk support: accepts ids for batched execution.
datacrazy_pipelines_listFreeBuscar pipelines (GET /api/v1/pipelines).
datacrazy_pipelines_stages_listFreeBuscar etapas da pipeline (GET /api/v1/pipelines/{id}/stages). Bulk support: accepts ids for batched execution.
datacrazy_products_createwrite actionFreeCriar produto (POST /api/v1/products). [write, altera dados]
datacrazy_products_deletewrite actionFreeExcluir produto (DELETE /api/v1/products/{id}). [write, altera dados] Bulk support: accepts ids for batched execution.
datacrazy_products_getFreeBuscar produto (GET /api/v1/products/{id}). Bulk support: accepts ids for batched execution.
datacrazy_products_listFreeBuscar produtos (GET /api/v1/products).
datacrazy_products_updatewrite actionFreeAtualizar produto (PUT /api/v1/products/{id}). [write, altera dados] Bulk support: accepts ids for batched execution.
datacrazy_tags_createwrite actionFreeCriar tag (POST /api/v1/tags). [write, altera dados]
datacrazy_tags_deletewrite actionFreeExcluir tag (DELETE /api/v1/tags/{id}). [write, altera dados] Bulk support: accepts ids for batched execution.
datacrazy_tags_getFreeBuscar tag por ID (GET /api/v1/tags/{id}). Bulk support: accepts ids for batched execution.
datacrazy_tags_listFreeBuscar tags (GET /api/v1/tags).
datacrazy_tags_updatewrite actionFreeAtualizar tag (PUT /api/v1/tags/{id}). [write, altera dados] Bulk support: accepts ids for batched execution.
marketplaceFreeThe official mcp.ai marketplace — the in-platform catalog of every MCP/tool, AND the way to run them. Covers capability requests like "find an MCP that does X", "consulta um CPF", "is there a tool for Y". Core flow: action=search discovers MCPs by intent → describe returns one MCP's full profile (every tool with its id + params, pricing, auth) so you pick the right tool_id → invoke RUNS that tool. KEY: invoke works even when the MCP is NOT installed — it runs the tool pontualmente (one-off), without adding the MCP to the toolkit and without bloating the tool list. If the MCP needs a credential/login, invoke returns a connect link; if it is paid and the wallet is empty, invoke returns a checkout/top-up link (the user opens it, then you retry). Use install only to make an MCP PERMANENT in the active toolkit (its tools then show up natively in future sessions); prefer invoke for a single/occasional use. list_tools lists what is callable right now. subscribe/cancel handle per-MCP billing; report_bug sends feedback; request_mcp asks us to build a NEW MCP when nothing fits. Search/describe flag installed_in_toolkit vs installed_in_workspace. Writes (install/uninstall/subscribe/cancel and the one-off install behind invoke) require workspace owner/admin. It also carries the mcp.ai PROMPT LIBRARY, which is about ready-made prompt TEXT rather than MCPs: search_prompts finds one, get_prompt returns its full text with {{variables}} filled, and publish_prompt saves a prompt and returns a shareable mcp.ai/p/<slug> link that opens without login.
report_bugFreeReport a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.
show_versionFreeShow the current MCP platform and adapter versions.
toolkit_infoFreeReturns the current toolkit state: installed MCPs, their connection status, the accounts connected to each one, and how many catalog tools each exposes.
Public scan report
scanner v0.1.9 · 2026-09-22 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 429ms20/20
- Tool poisoning70 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 33 write-action tools with no auth3/15
- Maintenancelast push 22 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year9/10
Findings (1)
- highWrite-action tools reachable without authentication
auth.open-write
What the publisher says
From the DataCrazy repository's README, as published. We do not edit it. Read it on GitHub
DataCrazy
DataCrazy para Claude, ChatGPT e agentes de IA
CRM omnichannel DataCrazy (WhatsApp, Instagram, Facebook) via API oficial: leads, negócios, pipelines e estágios, atividades, tags, produtos, conversas e atendimento, listas, anexos e comentários. Gere sua chave de API no painel em Configurações → Chaves de API.
- 📊 64 ferramentas
- ✏️ Leitura e escrita
- 💬 Funciona com qualquer cliente MCP: Claude Desktop, Cursor, VS Code, Cline, Continue
- 🔑 Login via magic-link (sem senha)
English version · Documentação completa · Skill pra agentes
Instalar em 1 clique
Claude (Web e Desktop)
A Anthropic unificou a instalação de MCPs em claude.ai/customize/connectors. O mesmo link serve pra Claude Web e Claude Desktop (basta estar logado):
➕ Abrir no Claude e conectar
Manual (se o deeplink não abrir): claude.ai/customize/connectors → + → Adicionar conector personalizado → cole Nome DataCrazy e URL https://api.mcp.ai/p_datacrazy.
Cursor
➕ Instalar DataCrazy no Cursor
VS Code (Copilot Chat)
➕ Instalar DataCrazy no VS Code
ChatGPT, Manus, OpenClaw e mais 40+ clientes
Funciona em qualquer cliente MCP que suporte MCP over HTTP. A URL do servidor é sempre:
https://api.mcp.ai/p_datacrazyDetalhes por cliente: INSTALL.md.
Exemplos de uso
Liste meus leads mais recentes no DataCrazy
Quais negócios estão abertos no pipeline?
Mostre as atividades do lead com email X64 ferramentas disponíveis
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
claude mcp add --transport http datacrazy-mcp https://api.mcp.ai/p_datacrazy
DataCrazy: common questions
- Is DataCrazy MCP server safe?
- Mostly: it is graded B (83/100). Read the DataCrazy safety report
- How do I install DataCrazy?
- It runs remotely at api.mcp.ai. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does DataCrazy need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is DataCrazy maintained?
- The last commit was 23 days ago (2026-08-30). The latest release is v0.1.0.
- Is DataCrazy up?
- 100% of our last 15 checks got an answer. We check remote servers about four times a day.
- What can I use instead of DataCrazy?
- Servers from other publishers that do the same job: Gambot WhatsApp Business API MCP server, WarmySender MCP server and Pipedrive CRM MCP server. Compare all DataCrazy alternatives.
Alternatives to DataCrazy
Same job from other publishers: the closest match first, then the best rated.
- Gambot WhatsApp Business APISend WhatsApp messages & templates and manage CRM, leads & campaigns via the Gambot WhatsApp API.not reviewedGrowingB
WarmySenderAI-agent outreach: cold email, warmup, LinkedIn, Instagram, WhatsApp, verification, 200M leadsnot reviewedNewB- Pipedrive CRMMCP server for Pipedrive CRM. 155 tools for deals, persons, organizations, activities, and more.not reviewedGrowingB
- SalesforceSalesforce CRM MCP server: accounts, contacts, opportunities, leads, tasks, and custom objectsnot reviewedGrowingA
- PinlyxPinlyx CRM for AI assistants: contacts, deals, social inbox and posts, email and Google Ads.not reviewedGrowingB