{"name":"io.github.mcp-dir/datacrazy-mcp","slug":"mcp-dir-datacrazy-mcp","title":"DataCrazy","description":"DataCrazy omnichannel CRM (WhatsApp, Instagram, Facebook) via the official API: leads, deals, pipeli","url":"https://mcp.market/server/mcp-dir-datacrazy-mcp","rating":null,"grade":"B","score":83,"certified":false,"status":"active","category":"sales","tags":["sales"],"presence":{"score":20,"stars":0,"forks":0,"downloads_week":null,"last_push_at":"2026-08-30T19:44:01.000Z","license":"MIT"},"uptime":{"percent":100,"checks":15,"ok":15,"last_checked_at":"2026-09-23T02:55:43.284Z","last_ok_at":"2026-09-23T02:55:43.284Z","latency_ms":116},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/mcp-dir/datacrazy-mcp","website":null,"version":"0.1.0","remotes":[{"type":"streamable-http","url":"https://api.mcp.ai/p_datacrazy"}],"packages":[],"tools":[{"name":"authenticate","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"token":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"connect","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_activities_create","description":"Criar atividade (POST /api/v1/activities). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_activities_delete","description":"Excluir atividade (DELETE /api/v1/activities/{id}). [write, altera dados]\n\nBulk support: accepts ids for batched execution.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"id":{"type":"string"},"body":{"type":"string"},"ids":{"type":"array","items":{"type":"string"}}},"required":["id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_activities_get","description":"Buscar atividade por ID (GET /api/v1/activities/{id}).\n\nBulk support: accepts ids for batched execution.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"id":{"type":"string"},"query":{"type":"string"},"ids":{"type":"array","items":{"type":"string"}}},"required":["id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_activities_list","description":"Buscar atividades (GET /api/v1/activities).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_activities_patch","description":"Atualizar atividade (PATCH /api/v1/activities/{id}). [write, altera dados]\n\nBulk support: accepts ids for batched execution.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"id":{"type":"string"},"body":{"type":"string"},"ids":{"type":"array","items":{"type":"string"}}},"required":["id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_attendants_crm_get","description":"Buscar atendente por ID (CRM) (GET /api/v1/attendants/crm/{id}).\n\nBulk support: accepts ids for batched execution.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"id":{"type":"string"},"query":{"type":"string"},"ids":{"type":"array","items":{"type":"string"}}},"required":["id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_attendants_crm_list","description":"Buscar atendentes (CRM) (GET /api/v1/attendants/crm).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_attendants_multi_get","description":"Buscar atendente por ID  (multiatendimento) (GET /api/v1/attendants/multi/{id}).\n\nBulk support: accepts ids for batched execution.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"id":{"type":"string"},"query":{"type":"string"},"ids":{"type":"array","items":{"type":"string"}}},"required":["id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_attendants_multi_list","description":"Buscar atendentes (multiatendimento) (GET /api/v1/attendants/multi).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_business_loss_reasons_create","description":"Criar motivo de perda (POST /api/v1/business-loss-reasons). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_business_loss_reasons_delete","description":"Excluir motivo de perda (DELETE /api/v1/business-loss-reasons/{id}). [write, altera dados]\n\nBulk support: accepts ids for batched execution.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"id":{"type":"string"},"body":{"type":"string"},"ids":{"type":"array","items":{"type":"string"}}},"required":["id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_business_loss_reasons_get","description":"Buscar motivos de perda por ID (GET /api/v1/business-loss-reasons/{id}).\n\nBulk support: accepts ids for batched execution.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"id":{"type":"string"},"query":{"type":"string"},"ids":{"type":"array","items":{"type":"string"}}},"required":["id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_business_loss_reasons_list","description":"Buscar motivos de perda (GET /api/v1/business-loss-reasons).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_business_loss_reasons_update","description":"Atualizar motivo de perda (PUT /api/v1/business-loss-reasons/{id}). [write, altera dados]\n\nBulk support: accepts ids for batched execution.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"id":{"type":"string"},"body":{"type":"string"},"ids":{"type":"array","items":{"type":"string"}}},"required":["id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_businesses_actions_lose_create","description":"Perder negócios (POST /api/v1/businesses/actions/lose). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_businesses_actions_move_create","description":"Mover negócios (POST /api/v1/businesses/actions/move). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_businesses_actions_restore_create","description":"Restaurar negócios (POST /api/v1/businesses/actions/restore). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_businesses_actions_win_create","description":"Ganhar negócios (POST /api/v1/businesses/actions/win). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_businesses_create","description":"Criar negócio (POST /api/v1/businesses). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_businesses_delete","description":"Excluir negócio (DELETE /api/v1/businesses/{id}). [write, altera dados]\n\nBulk support: accepts ids for batched execution.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"id":{"type":"string"},"body":{"type":"string"},"ids":{"type":"array","items":{"type":"string"}}},"required":["id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_businesses_get","description":"Buscar negócio por ID (GET /api/v1/businesses/{id}).\n\nBulk support: accepts ids for batched execution.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"id":{"type":"string"},"query":{"type":"string"},"ids":{"type":"array","items":{"type":"string"}}},"required":["id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_businesses_list","description":"Buscar negócios (GET /api/v1/businesses).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_businesses_patch","description":"Atualizar negócio (PATCH /api/v1/businesses/{id}). [write, altera dados]\n\nBulk support: accepts ids for batched execution.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"id":{"type":"string"},"body":{"type":"string"},"ids":{"type":"array","items":{"type":"string"}}},"required":["id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_conversations_finish_create","description":"Finalizar atendimento (POST /api/v1/conversations/{id}/finish). [write, altera dados]\n\nBulk support: accepts ids for batched execution.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"id":{"type":"string"},"body":{"type":"string"},"ids":{"type":"array","items":{"type":"string"}}},"required":["id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_conversations_list","description":"Buscar conversas (GET /api/v1/conversations).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_conversations_messages_create","description":"Enviar mensagem para uma conversa (POST /api/v1/conversations/{id}/messages). [write, altera dados]\n\nBulk support: accepts ids for batched execution.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"id":{"type":"string"},"body":{"type":"string"},"ids":{"type":"array","items":{"type":"string"}}},"required":["id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_conversations_messages_list","description":"Buscar conversa por ID (GET /api/v1/conversations/{id}/messages).\n\nBulk support: accepts ids for batched execution.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"id":{"type":"string"},"query":{"type":"string"},"ids":{"type":"array","items":{"type":"string"}}},"required":["id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_instances_get","description":"Buscar instancia por ID (GET /api/v1/instances/{id}).\n\nBulk support: accepts ids for batched execution.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"id":{"type":"string"},"query":{"type":"string"},"ids":{"type":"array","items":{"type":"string"}}},"required":["id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_instances_list","description":"Buscar instancias (GET /api/v1/instances).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_leads_activities_list","description":"Buscar as atividades do lead (GET /api/v1/leads/{id}/activities).\n\nBulk support: accepts ids for batched execution.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"id":{"type":"string"},"query":{"type":"string"},"ids":{"type":"array","items":{"type":"string"}}},"required":["id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_leads_additional_fields_create","description":"Criar lead com campos adicionais (POST /api/v1/leads/additional-fields). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_leads_attachments_create","description":"Anexar arquivo ao lead (POST /api/v1/leads/{leadId}/attachments). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"leadId":{"type":"string"},"body":{"type":"string"}},"required":["leadId"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_leads_attachments_delete","description":"Apagar arquivo anexado ao lead (DELETE /api/v1/leads/{leadId}/attachments/{id}). [write, altera dados]\n\nBulk support: accepts ids for batched execution.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"leadId":{"type":"string"},"id":{"type":"string"},"body":{"type":"string"},"ids":{"type":"array","items":{"type":"string"}}},"required":["leadId","id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_leads_attachments_list","description":"Buscar os arquivos anexados ao lead (GET /api/v1/leads/{leadId}/attachments).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"leadId":{"type":"string"},"query":{"type":"string"}},"required":["leadId"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_leads_businesses_list","description":"Buscar os negocios do lead (GET /api/v1/leads/{id}/businesses).\n\nBulk support: accepts ids for batched execution.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"id":{"type":"string"},"query":{"type":"string"},"ids":{"type":"array","items":{"type":"string"}}},"required":["id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_leads_create","description":"Criar lead (POST /api/v1/leads). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_leads_delete","description":"Excluir lead (DELETE /api/v1/leads/{id}). [write, altera dados]\n\nBulk support: accepts ids for batched execution.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"id":{"type":"string"},"body":{"type":"string"},"ids":{"type":"array","items":{"type":"string"}}},"required":["id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_leads_get","description":"Buscar lead por ID (GET /api/v1/leads/{id}).\n\nBulk support: accepts ids for batched execution.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"id":{"type":"string"},"query":{"type":"string"},"ids":{"type":"array","items":{"type":"string"}}},"required":["id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_leads_history_list","description":"Buscar histórico do lead (GET /api/v1/leads/{id}/history).\n\nBulk support: accepts ids for batched execution.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"id":{"type":"string"},"query":{"type":"string"},"ids":{"type":"array","items":{"type":"string"}}},"required":["id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_leads_list","description":"Buscar leads (GET /api/v1/leads).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_leads_notes_create","description":"Adicionar comentário (POST /api/v1/leads/{leadId}/notes). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"leadId":{"type":"string"},"body":{"type":"string"}},"required":["leadId"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_leads_notes_delete","description":"Excluir comentário do lead (DELETE /api/v1/leads/{leadId}/notes/{id}). [write, altera dados]\n\nBulk support: accepts ids for batched execution.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"leadId":{"type":"string"},"id":{"type":"string"},"body":{"type":"string"},"ids":{"type":"array","items":{"type":"string"}}},"required":["leadId","id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_leads_notes_list","description":"Buscar comentários do lead (GET /api/v1/leads/{leadId}/notes).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"leadId":{"type":"string"},"query":{"type":"string"}},"required":["leadId"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_leads_notes_update","description":"Atualizar comentário do lead (PUT /api/v1/leads/{leadId}/notes/{id}). [write, altera dados]\n\nBulk support: accepts ids for batched execution.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"leadId":{"type":"string"},"id":{"type":"string"},"body":{"type":"string"},"ids":{"type":"array","items":{"type":"string"}}},"required":["leadId","id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_leads_patch","description":"Atualizar lead (PATCH /api/v1/leads/{id}). [write, altera dados]\n\nBulk support: accepts ids for batched execution.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"id":{"type":"string"},"body":{"type":"string"},"ids":{"type":"array","items":{"type":"string"}}},"required":["id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_list_accounts","description":"Lista as conexões (contas) DataCrazy vinculadas a este install — id, label.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_lists_create","description":"Criar lista (POST /api/v1/lists). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_lists_delete","description":"Excluir lista (DELETE /api/v1/lists/{id}). [write, altera dados]\n\nBulk support: accepts ids for batched execution.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"id":{"type":"string"},"body":{"type":"string"},"ids":{"type":"array","items":{"type":"string"}}},"required":["id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_lists_get","description":"Buscar lista por ID (GET /api/v1/lists/{id}).\n\nBulk support: accepts ids for batched execution.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"id":{"type":"string"},"query":{"type":"string"},"ids":{"type":"array","items":{"type":"string"}}},"required":["id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_lists_list","description":"Buscar listas (GET /api/v1/lists).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_lists_update","description":"Atualizar lista (PUT /api/v1/lists/{id}). [write, altera dados]\n\nBulk support: accepts ids for batched execution.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"id":{"type":"string"},"body":{"type":"string"},"ids":{"type":"array","items":{"type":"string"}}},"required":["id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_pipelines_get","description":"Buscar pipeline por ID (GET /api/v1/pipelines/{id}).\n\nBulk support: accepts ids for batched execution.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"id":{"type":"string"},"query":{"type":"string"},"ids":{"type":"array","items":{"type":"string"}}},"required":["id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_pipelines_list","description":"Buscar pipelines (GET /api/v1/pipelines).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_pipelines_stages_list","description":"Buscar etapas da pipeline (GET /api/v1/pipelines/{id}/stages).\n\nBulk support: accepts ids for batched execution.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"id":{"type":"string"},"query":{"type":"string"},"ids":{"type":"array","items":{"type":"string"}}},"required":["id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_products_create","description":"Criar produto (POST /api/v1/products). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_products_delete","description":"Excluir produto (DELETE /api/v1/products/{id}). [write, altera dados]\n\nBulk support: accepts ids for batched execution.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"id":{"type":"string"},"body":{"type":"string"},"ids":{"type":"array","items":{"type":"string"}}},"required":["id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_products_get","description":"Buscar produto (GET /api/v1/products/{id}).\n\nBulk support: accepts ids for batched execution.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"id":{"type":"string"},"query":{"type":"string"},"ids":{"type":"array","items":{"type":"string"}}},"required":["id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_products_list","description":"Buscar produtos (GET /api/v1/products).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_products_update","description":"Atualizar produto (PUT /api/v1/products/{id}). [write, altera dados]\n\nBulk support: accepts ids for batched execution.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"id":{"type":"string"},"body":{"type":"string"},"ids":{"type":"array","items":{"type":"string"}}},"required":["id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_tags_create","description":"Criar tag (POST /api/v1/tags). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_tags_delete","description":"Excluir tag (DELETE /api/v1/tags/{id}). [write, altera dados]\n\nBulk support: accepts ids for batched execution.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"id":{"type":"string"},"body":{"type":"string"},"ids":{"type":"array","items":{"type":"string"}}},"required":["id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_tags_get","description":"Buscar tag por ID (GET /api/v1/tags/{id}).\n\nBulk support: accepts ids for batched execution.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"id":{"type":"string"},"query":{"type":"string"},"ids":{"type":"array","items":{"type":"string"}}},"required":["id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_tags_list","description":"Buscar tags (GET /api/v1/tags).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"datacrazy_tags_update","description":"Atualizar tag (PUT /api/v1/tags/{id}). [write, altera dados]\n\nBulk support: accepts ids for batched execution.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"id":{"type":"string"},"body":{"type":"string"},"ids":{"type":"array","items":{"type":"string"}}},"required":["id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"marketplace","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"action":{"default":"search","type":"string","enum":["search","describe","install","uninstall","subscribe","cancel","resume","report_bug","request_mcp","list_tools","invoke","search_prompts","get_prompt","publish_prompt"]},"query":{"default":"","type":"string"},"mcp_id":{"default":"","type":"string"},"limit":{"default":10,"type":"number"},"tier_slug":{"default":"","type":"string"},"immediate":{"default":false,"type":"boolean"},"cancel_reason":{"type":"string","enum":["too_expensive","missing_features","switched_service","unused","customer_service","too_complex","low_quality","other"]},"cancel_comment":{"default":"","type":"string"},"message":{"default":"","type":"string"},"report_context":{"default":"","type":"string"},"conversation":{"default":"[]","type":"string"},"request_name":{"default":"","type":"string"},"request_details":{"default":"","type":"string"},"tool_id":{"default":"","type":"string"},"arguments":{"default":"{}","type":"string"},"prompt_slug":{"default":"","type":"string"},"prompt_vars":{"default":"{}","type":"string"},"prompt_category":{"default":"","type":"string"},"prompt_tool":{"default":"","type":"string"},"prompt_title":{"default":"","type":"string"},"prompt_description":{"default":"","type":"string"},"prompt_body":{"default":"","type":"string"},"prompt_targets":{"default":[],"type":"array","items":{"type":"string","enum":["claude","chatgpt","cursor","lovable"]}}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"report_bug","description":"Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"message":{"type":"string"},"context":{"default":"","type":"string"},"conversation":{"default":"[]","type":"string"}},"required":["message"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"show_version","description":"Show the current MCP platform and adapter versions.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"toolkit_info","description":"Returns the current toolkit state: installed MCPs, their connection status, the accounts connected to each one, and how many catalog tools each exposes.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":83,"grade":"B","scanned_at":"2026-09-22T05:14:32.429Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-22T05:14:32.405Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 429ms"]},"poisoning":{"score":15,"max":15,"notes":["70 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 33 write-action tools with no auth"]},"maintenance":{"score":15,"max":15,"notes":["last push 22 days ago"]},"identity":{"score":9,"max":10,"notes":["registry namespace matches repository owner","GitHub account older than a year"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"}],"inputs":{"probes":[{"url":"https://api.mcp.ai/p_datacrazy","reachable":true,"authRequired":false,"latencyMs":429,"serverInfo":{"name":"mcp-ai","version":"0.9.351"}}],"packages":[],"repo":{"found":true,"owner":"mcp-dir","repo":"datacrazy-mcp","archived":false,"pushedAt":"2026-08-30T19:44:01Z","stars":0,"forks":0,"openIssues":0,"ownerType":"Organization","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/207912538?v=4","ownerCreatedAt":"2025-04-16T18:01:51Z","license":"MIT"},"icon":{"url":null,"source":"none"},"presence":{"stars":0,"forks":0,"downloadsWeek":null,"license":"MIT","lastPushAt":"2026-08-30T19:44:01.000Z","score":20}}}},"grade_history":[],"reviews":[]}