io.github.mcp-dir/datacrazy-mcp
repo:https://github.com/mcp-dir/datacrazy-mcp
DataCrazy omnichannel CRM (WhatsApp, Instagram, Facebook) via the official API: leads, deals, pipeli
- transport:
- remote
- credential class:
- unreachable
Owner verification
Not yet verified. Verifying proves you control this server and is free, permanently — it never changes a published score.
Start verification →Tools
- authenticateshallow
MCP.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.
- connectshallow
Returns 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_createshallow
Criar atividade (POST /api/v1/activities). [write, altera dados]
- datacrazy_activities_deleteshallow
Excluir atividade (DELETE /api/v1/activities/{id}). [write, altera dados] Bulk support: accepts ids for batched execution.
- datacrazy_activities_getshallow
Buscar atividade por ID (GET /api/v1/activities/{id}). Bulk support: accepts ids for batched execution.
- datacrazy_activities_listshallow
Buscar atividades (GET /api/v1/activities).
- datacrazy_activities_patchshallow
Atualizar atividade (PATCH /api/v1/activities/{id}). [write, altera dados] Bulk support: accepts ids for batched execution.
- datacrazy_attendants_crm_getshallow
Buscar atendente por ID (CRM) (GET /api/v1/attendants/crm/{id}). Bulk support: accepts ids for batched execution.
- datacrazy_attendants_crm_listshallow
Buscar atendentes (CRM) (GET /api/v1/attendants/crm).
- datacrazy_attendants_multi_getshallow
Buscar atendente por ID (multiatendimento) (GET /api/v1/attendants/multi/{id}). Bulk support: accepts ids for batched execution.
- datacrazy_attendants_multi_listshallow
Buscar atendentes (multiatendimento) (GET /api/v1/attendants/multi).
- datacrazy_business_loss_reasons_createshallow
Criar motivo de perda (POST /api/v1/business-loss-reasons). [write, altera dados]
- datacrazy_business_loss_reasons_deleteshallow
Excluir motivo de perda (DELETE /api/v1/business-loss-reasons/{id}). [write, altera dados] Bulk support: accepts ids for batched execution.
- datacrazy_business_loss_reasons_getshallow
Buscar motivos de perda por ID (GET /api/v1/business-loss-reasons/{id}). Bulk support: accepts ids for batched execution.
- datacrazy_business_loss_reasons_listshallow
Buscar motivos de perda (GET /api/v1/business-loss-reasons).
- datacrazy_business_loss_reasons_updateshallow
Atualizar motivo de perda (PUT /api/v1/business-loss-reasons/{id}). [write, altera dados] Bulk support: accepts ids for batched execution.
- datacrazy_businesses_actions_lose_createshallow
Perder negócios (POST /api/v1/businesses/actions/lose). [write, altera dados]
- datacrazy_businesses_actions_move_createshallow
Mover negócios (POST /api/v1/businesses/actions/move). [write, altera dados]
- datacrazy_businesses_actions_restore_createshallow
Restaurar negócios (POST /api/v1/businesses/actions/restore). [write, altera dados]
- datacrazy_businesses_actions_win_createshallow
Ganhar negócios (POST /api/v1/businesses/actions/win). [write, altera dados]
- datacrazy_businesses_createshallow
Criar negócio (POST /api/v1/businesses). [write, altera dados]
- datacrazy_businesses_deleteshallow
Excluir negócio (DELETE /api/v1/businesses/{id}). [write, altera dados] Bulk support: accepts ids for batched execution.
- datacrazy_businesses_getshallow
Buscar negócio por ID (GET /api/v1/businesses/{id}). Bulk support: accepts ids for batched execution.
- datacrazy_businesses_listshallow
Buscar negócios (GET /api/v1/businesses).
- datacrazy_businesses_patchshallow
Atualizar negócio (PATCH /api/v1/businesses/{id}). [write, altera dados] Bulk support: accepts ids for batched execution.
- datacrazy_conversations_finish_createshallow
Finalizar atendimento (POST /api/v1/conversations/{id}/finish). [write, altera dados] Bulk support: accepts ids for batched execution.
- datacrazy_conversations_listshallow
Buscar conversas (GET /api/v1/conversations).
- datacrazy_conversations_messages_createshallow
Enviar mensagem para uma conversa (POST /api/v1/conversations/{id}/messages). [write, altera dados] Bulk support: accepts ids for batched execution.
- datacrazy_conversations_messages_listshallow
Buscar conversa por ID (GET /api/v1/conversations/{id}/messages). Bulk support: accepts ids for batched execution.
- datacrazy_instances_getshallow
Buscar instancia por ID (GET /api/v1/instances/{id}). Bulk support: accepts ids for batched execution.
- datacrazy_instances_listshallow
Buscar instancias (GET /api/v1/instances).
- datacrazy_leads_activities_listshallow
Buscar as atividades do lead (GET /api/v1/leads/{id}/activities). Bulk support: accepts ids for batched execution.
- datacrazy_leads_additional_fields_createshallow
Criar lead com campos adicionais (POST /api/v1/leads/additional-fields). [write, altera dados]
- datacrazy_leads_attachments_createshallow
Anexar arquivo ao lead (POST /api/v1/leads/{leadId}/attachments). [write, altera dados]
- datacrazy_leads_attachments_deleteshallow
Apagar arquivo anexado ao lead (DELETE /api/v1/leads/{leadId}/attachments/{id}). [write, altera dados] Bulk support: accepts ids for batched execution.
- datacrazy_leads_attachments_listshallow
Buscar os arquivos anexados ao lead (GET /api/v1/leads/{leadId}/attachments).
- datacrazy_leads_businesses_listshallow
Buscar os negocios do lead (GET /api/v1/leads/{id}/businesses). Bulk support: accepts ids for batched execution.
- datacrazy_leads_createshallow
Criar lead (POST /api/v1/leads). [write, altera dados]
- datacrazy_leads_deleteshallow
Excluir lead (DELETE /api/v1/leads/{id}). [write, altera dados] Bulk support: accepts ids for batched execution.
- datacrazy_leads_getshallow
Buscar lead por ID (GET /api/v1/leads/{id}). Bulk support: accepts ids for batched execution.
- datacrazy_leads_history_listshallow
Buscar histórico do lead (GET /api/v1/leads/{id}/history). Bulk support: accepts ids for batched execution.
- datacrazy_leads_listshallow
Buscar leads (GET /api/v1/leads).
- datacrazy_leads_notes_createshallow
Adicionar comentário (POST /api/v1/leads/{leadId}/notes). [write, altera dados]
- datacrazy_leads_notes_deleteshallow
Excluir comentário do lead (DELETE /api/v1/leads/{leadId}/notes/{id}). [write, altera dados] Bulk support: accepts ids for batched execution.
- datacrazy_leads_notes_listshallow
Buscar comentários do lead (GET /api/v1/leads/{leadId}/notes).
- datacrazy_leads_notes_updateshallow
Atualizar comentário do lead (PUT /api/v1/leads/{leadId}/notes/{id}). [write, altera dados] Bulk support: accepts ids for batched execution.
- datacrazy_leads_patchshallow
Atualizar lead (PATCH /api/v1/leads/{id}). [write, altera dados] Bulk support: accepts ids for batched execution.
- datacrazy_list_accountsshallow
Lista as conexões (contas) DataCrazy vinculadas a este install — id, label.
- datacrazy_lists_createshallow
Criar lista (POST /api/v1/lists). [write, altera dados]
- datacrazy_lists_deleteshallow
Excluir lista (DELETE /api/v1/lists/{id}). [write, altera dados] Bulk support: accepts ids for batched execution.
- datacrazy_lists_getshallow
Buscar lista por ID (GET /api/v1/lists/{id}). Bulk support: accepts ids for batched execution.
- datacrazy_lists_listshallow
Buscar listas (GET /api/v1/lists).
- datacrazy_lists_updateshallow
Atualizar lista (PUT /api/v1/lists/{id}). [write, altera dados] Bulk support: accepts ids for batched execution.
- datacrazy_pipelines_getshallow
Buscar pipeline por ID (GET /api/v1/pipelines/{id}). Bulk support: accepts ids for batched execution.
- datacrazy_pipelines_listshallow
Buscar pipelines (GET /api/v1/pipelines).
- datacrazy_pipelines_stages_listshallow
Buscar etapas da pipeline (GET /api/v1/pipelines/{id}/stages). Bulk support: accepts ids for batched execution.
- datacrazy_products_createshallow
Criar produto (POST /api/v1/products). [write, altera dados]
- datacrazy_products_deleteshallow
Excluir produto (DELETE /api/v1/products/{id}). [write, altera dados] Bulk support: accepts ids for batched execution.
- datacrazy_products_getshallow
Buscar produto (GET /api/v1/products/{id}). Bulk support: accepts ids for batched execution.
- datacrazy_products_listshallow
Buscar produtos (GET /api/v1/products).
- datacrazy_products_updateshallow
Atualizar produto (PUT /api/v1/products/{id}). [write, altera dados] Bulk support: accepts ids for batched execution.
- datacrazy_tags_createshallow
Criar tag (POST /api/v1/tags). [write, altera dados]
- datacrazy_tags_deleteshallow
Excluir tag (DELETE /api/v1/tags/{id}). [write, altera dados] Bulk support: accepts ids for batched execution.
- datacrazy_tags_getshallow
Buscar tag por ID (GET /api/v1/tags/{id}). Bulk support: accepts ids for batched execution.
- datacrazy_tags_listshallow
Buscar tags (GET /api/v1/tags).
- datacrazy_tags_updateshallow
Atualizar tag (PUT /api/v1/tags/{id}). [write, altera dados] Bulk support: accepts ids for batched execution.
- marketplaceshallow
The 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_bugshallow
Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.
- show_versionshallow
Show the current MCP platform and adapter versions.
- toolkit_infoshallow
Returns the current toolkit state: installed MCPs, their connection status, the accounts connected to each one, and how many catalog tools each exposes.
Embed this server’s score
Tool count and median score across every tool in this server’s corpus — honest in a way a single cherry-picked tool’s badge wouldn’t be.
[](https://vouch.tools/servers/198d99e6-0fe5-4210-9347-1c1797ffbdeb)