{"name":"io.github.mcp-dir/superlogica-mcp","slug":"mcp-dir-superlogica-mcp","title":"Superlógica Condomínios","description":"Superlógica condo ERP for AI: billing, delinquency, expenses, statements and bookings.","url":"https://mcp.market/server/mcp-dir-superlogica-mcp","rating":null,"grade":"B","score":83,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":20,"stars":0,"forks":0,"downloads_week":null,"last_push_at":"2026-09-03T23:39:25.000Z","license":"MIT"},"uptime":{"percent":100,"checks":5,"ok":5,"last_checked_at":"2026-09-20T17:02:29.645Z","last_ok_at":"2026-09-20T17:02:29.645Z","latency_ms":169},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/mcp-dir/superlogica-mcp","website":null,"version":"0.1.0","remotes":[{"type":"streamable-http","url":"https://api.mcp.ai/p_superlogica"}],"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":"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":"superlogica_acordos_desfazer","description":"Receitas / Acordos: Desfazer acordo (PUT /acordos/desfazer). [write, altera dados]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_acordos_list","description":"Receitas / Acordos / Obtendo dados para gerar o acordo: Listar acordos existentes (GET /Acordos).","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":"superlogica_acordos_put","description":"Receitas / Acordos: Novo acordo (POST /acordos/put). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_acordos_simularparcelas","description":"Receitas / Acordos / Obtendo dados para gerar o acordo: Simulando as parcelas do acordo (GET /acordos/simularparcelas).","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":"superlogica_arquivos_adicionaretiqueta","description":"Despesas / Etiquetas: Adicionar etiquetas (PUT /arquivos/adicionaretiqueta). [write, altera dados]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_arquivos_create","description":"Documentos e Arquivos: Salvar novo arquivo (POST /arquivos). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_arquivos_etiquetas","description":"Despesas / Etiquetas: Listar etiquetas (GET /arquivos/etiquetas).","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":"superlogica_arquivos_list","description":"Unidades: Listar arquivos (GET /arquivos/index).","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":"superlogica_arquivos_put","description":"Unidades: Adicionar arquivo (POST /arquivos/put). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_arquivos_removeetiqueta","description":"Despesas / Etiquetas: Remover etiquetas (PUT /arquivos/removeetiqueta). [write, altera dados]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_arrecadacoes_resumo","description":"Receitas: Resumo da arrecadação (GET /arrecadacoes/resumo).","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":"superlogica_balancetes_list","description":"Relatórios: W011A - Demonstrativo de receitas e despesas anual (GET /balancetes/index).","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":"superlogica_caixa_list","description":"Condomínios / Contas bancárias: Listar movimentações bancárias (GET /caixa).","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":"superlogica_caixa_saldo","description":"Condomínios / Contas bancárias: Obter saldo de conta bancária (GET /caixa/saldo).","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":"superlogica_cobranca_create","description":"Receitas: Cadastrar nova cobrança (POST /cobranca). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_cobranca_desinvalidar","description":"Receitas: Cancelar invalidação de uma cobrança (PUT /cobranca/desinvalidar). [write, altera dados]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_cobranca_estornar","description":"Receitas: Estornar uma cobrança (PUT /cobranca/estornar). [write, altera dados]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_cobranca_excluir","description":"Receitas: Excluir uma cobrança (PUT /cobranca/excluir). [write, altera dados]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_cobranca_gerarlinksegundavia","description":"2a via: Gerar link para download de 2a via de boleto (GET /cobranca/gerarlinksegundavia).","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":"superlogica_cobranca_liquidar","description":"Receitas: Liquidar uma cobrança (PUT /cobranca/liquidar). [write, altera dados]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_cobranca_list","description":"Receitas / Acordos / Obtendo dados para gerar o acordo: Listando composições do acordo (GET /cobranca/index).","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":"superlogica_cobranca_update","description":"Receitas: Editar uma cobrança (PUT /cobranca/update). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_comunicados_create","description":"Comunicados: Criar novo comunicado (POST /comunicados). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_comunicados_notificarcomunicado","description":"Comunicados: Disparar comunicados pendentes (POST /comunicados/notificarcomunicado). [write, altera dados]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_condominiogrupos_list","description":"Condomínios: Listar grupos de condominios (GET /condominiogrupos/index).","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":"superlogica_condominios_create","description":"Condomínios: Cadastrar novo condomínio (POST /condominios). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_condominios_get","description":"Condomínios: Listar todos os condomínios (GET /condominios/get).","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":"superlogica_condominios_update","description":"Condomínios: Editar dados condomínio (PUT /condominios). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_configuracoes_create","description":"Condomínios: Alterar valor de uma configuração específica de um condomínio (POST /configuracoes). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_configuracoes_list","description":"Condomínios: Listar configurações específicas de um condomínio (GET /configuracoes).","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":"superlogica_configuracoes_list_get","description":"Receitas: Configurações de boletos em um condomínio (GET /configuracoes/index).","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":"superlogica_consumo_list","description":"Consumo: Consulta de consumo (GET /consumo/index).","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":"superlogica_consumo_put_create","description":"Consumo: Inserir consumo (POST /consumo/put). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_consumo_put_update","description":"Consumo: Edição de consumo (PUT /consumo/put). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_contabancos_list","description":"Condomínios / Contas bancárias: Listar contas bancárias (GET /contabancos/index).","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":"superlogica_contatofavorecido_create","description":"Despesas: Cadastrar dados de pagamento favorecido (POST /contatofavorecido). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_contatofavorecido_list","description":"Despesas: Listar dados pagamento favorecido (GET /contatofavorecido/index).","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":"superlogica_contatos_delete","description":"Unidades: Excluir um contato (POST /contatos/delete). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_despesas_anexar","description":"Despesas: Anexar arquivos (POST /despesas/anexar). [write, altera dados]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_despesas_create","description":"Despesas: Cadastrar nova despesa (POST /despesas). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_despesas_delete","description":"Despesas: Excluir despesa (PUT /despesas/delete). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_despesas_despesasrecorrente","description":"Despesas: Listar despesas recorrentes não lançadas (GET /despesas/despesasrecorrente).","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":"superlogica_despesas_estornar","description":"Despesas: Estornar despesa (PUT /despesas/estornar). [write, altera dados]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_despesas_liquidar","description":"Despesas: Liquidar despesa (PUT /despesas/liquidar). [write, altera dados]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_despesas_list","description":"Despesas: Listar despesas por período (GET /despesas/index).","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":"superlogica_despesas_post","description":"Despesas: Editar despesa (PUT /despesas/post). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_documentos_create","description":"Documentos e Arquivos: Inserir novo documento (POST /documentos). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_formasdepagamento_list","description":"Condomínios: Listar formas de pagamento (GET /formasdepagamento).","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":"superlogica_fornecedores_create","description":"Despesas: Cadastrar favorecido (POST /fornecedores). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_fornecedores_list","description":"Despesas: Listar favorecidos (GET /fornecedores/index).","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":"superlogica_fornecedores_update","description":"Despesas: Editar favorecido (PUT /fornecedores). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_grupousuarios_list","description":"Solicitações (Tickets): Listar departamentos (GET /grupousuarios/index).","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":"superlogica_historicocobranca_create","description":"CRM de Cobrança: Criar agendamento (POST /historicocobranca). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_historicocobranca_list","description":"CRM de Cobrança: Listar históricos de Cobranças (GET /historicocobranca/index).","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":"superlogica_historicocobranca_update","description":"CRM de Cobrança: Editar agendamento (PUT /historicocobranca). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_impostos_list","description":"Despesas: Listar imposto (GET /impostos).","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":"superlogica_impressoes_list","description":"Documentos e Arquivos: Listar os documentos de um condomínio (GET /impressoes/index).","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":"superlogica_impressoes_post","description":"Relatórios: Fila de Impressão (GET /impressoes/post).","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_inadimplencia_list","description":"Receitas / Acordos / Obtendo dados para gerar o acordo: Listar inadimplência de uma unidade (GET /inadimplencia).","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":"superlogica_inadimplencia_list_get","description":"Receitas: Listar inadimplência por período (GET /inadimplencia/index).","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":"superlogica_ini_config","description":"Condomínios: Listar o valor de uma configuração global do sistema (GET /ini/config).","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":"superlogica_ini_postconfig","description":"Condomínios: Alterar valor de uma configuração global do sistema (POST /ini/postconfig). [write, altera dados]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_list_accounts","description":"Lista as conexões (licenças) Superlógica 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":"superlogica_malotes_delete","description":"Despesas / Malotes: Excluir malote (POST /malotes/delete). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_malotes_list","description":"Despesas / Malotes: Listar malotes (GET /malotes/index).","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":"superlogica_malotes_post","description":"Despesas / Malotes: Editar malote (POST /malotes/post). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_malotes_put","description":"Despesas / Malotes: Cadastrar malote (POST /malotes/put). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_movimentacoesdiretas_create","description":"Condomínios / Contas bancárias: Adicionar nova movimentação bancária (POST /MovimentacoesDiretas). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_movimentacoesdiretas_estornar","description":"Condomínios / Contas bancárias: Estornar movimentação bancária (PUT /movimentacoesDiretas/estornar). [write, altera dados]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_movimentacoesdiretas_post","description":"Condomínios / Contas bancárias: Editar movimentação bancária (PUT /MovimentacoesDiretas/post). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_ocorrencias_adicionarsugestao","description":"Ocorrências: Criar sugestão (POST /ocorrencias/adicionarsugestao). [write, altera dados]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_ocorrencias_create","description":"Ocorrências: Criar ocorrência (POST /ocorrencias). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_ocorrencias_delete","description":"Ocorrências: Deletar ocorrência (POST /ocorrencias/delete). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_ocorrencias_imprimircarta","description":"Ocorrências: Imprimir carta (POST /ocorrencias/imprimircarta). [write, altera dados]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_ocorrencias_list","description":"Ocorrências: Listar ocorrências (GET /ocorrencias).","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":"superlogica_ocorrencias_susgestoes","description":"Ocorrências: Listar sugestões (GET /ocorrencias/susgestoes).","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":"superlogica_ocorrencias_update","description":"Ocorrências: Editar ocorrência (PUT /ocorrencias). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_planocontas_deleteconta","description":"Condomínios / Plano de contas: Excluindo conta num plano de contas (PUT /planocontas/deleteconta). [write, altera dados]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_planocontas_list","description":"Condomínios / Plano de contas: Listar IDs dos planos de contas (GET /planocontas/index).","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":"superlogica_planocontas_list_get","description":"Condomínios / Plano de contas: Listar contas de um plano de contas específico (GET /planocontas).","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":"superlogica_planocontas_postconta","description":"Condomínios / Plano de contas: Editar conta num plano de contas (PUT /planocontas/postconta). [write, altera dados]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_planocontas_putconta","description":"Condomínios / Plano de contas: Nova conta num plano de contas (POST /planocontas/putconta). [write, altera dados]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_processos_alterarstatus","description":"Receitas / Processos Judiciais: Alterar status de um processo (PUT /processos/alterarstatus). [write, altera dados]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_processos_create","description":"Receitas / Processos Judiciais: Novo processo (POST /processos). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_processos_delete","description":"Receitas / Processos Judiciais: Excluir processo (PUT /processos/delete). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_processos_list","description":"Receitas / Processos Judiciais: Listar processos judiciais (GET /processos).","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":"superlogica_publico_downloadarquivo","description":"Documentos e Arquivos: Download arquivo (GET /publico/downloadarquivo).","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":"superlogica_relatorios_id_025a","description":"Relatórios: W025A - Previsão orçamentária mensal (GET /relatorios/id/025A).","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":"superlogica_relatorios_id_046a","description":"Relatórios: W046A - Previsão orçamentária (GET /relatorios/id/046A).","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":"superlogica_relatorios_list","description":"Prestação de contas: Listar relatórios (GET /relatorios).","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":"superlogica_relatoriosselecao_list","description":"Prestação de contas: Listar relatórios configurados nas prestações de contas (GET /relatoriosselecao/index).","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":"superlogica_relatoriosselecao_put_create","description":"Prestação de contas: Adicionar relatórios numa prestação de contas (POST /relatoriosselecao/put). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_relatoriosselecao_put_update","description":"Prestação de contas: Excluir relatórios da prestação de contas (PUT /relatoriosselecao/put). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_reservas_areas","description":"Reservas: Listar áreas comuns (GET /reservas/areas).","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":"superlogica_reservas_areasreservas","description":"Reservas: Listar reservas das áreas comuns (GET /reservas/areasreservas).","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":"superlogica_reservas_cancelar","description":"Reservas: Cancelar reserva (PUT /reservas/cancelar). [write, altera dados]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_reservas_create","description":"Reservas: Reservar para uma unidade (POST /reservas). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_reservas_reserva","description":"Reservas: Confirmar reserva (PUT /reservas/reserva). [write, altera dados]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_responsaveis_list","description":"Solicitações (Tickets): Listar condôminos (GET /responsaveis/index).","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":"superlogica_retorno_put","description":"Receitas / Retorno: Processar arquivo retorno (POST /retorno/put). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_sindicos_cargos","description":"Responsáveis Legais: Listagem de cargos de Responsável Legal (GET /sindicos/cargos).","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":"superlogica_sindicos_delete","description":"Responsáveis Legais: Excluir Responsável Legal (PUT /Sindicos/delete). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_sindicos_list","description":"Responsáveis Legais: Listar os responsáveis legais (GET /sindicos).","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":"superlogica_sindicos_list_get","description":"Solicitações (Tickets): Listar Síndico/Presidente ou Conselheiro (GET /sindicos/index).","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":"superlogica_sindicos_post","description":"Responsáveis Legais: Editar Responsável Legal (PUT /Sindicos/post). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_sindicos_put","description":"Responsáveis Legais: Cadastrar novo Responsável Legal (POST /Sindicos/put). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_tickets_create","description":"Solicitações (Tickets): Nova solicitação (POST /tickets). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_tickets_list","description":"Solicitações (Tickets): Listar solicitações (GET /tickets).","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":"superlogica_tickets_puthistorico","description":"Solicitações (Tickets): Adicionar uma resposta ou anotação a um ticket (POST /tickets/puthistorico). [write, altera dados]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_unidades_delete","description":"Unidades: Excluir uma unidade (POST /unidades/delete). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_unidades_list","description":"Unidades: Listar unidades de um condomínio (GET /unidades/index).","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":"superlogica_unidades_post_create","description":"Unidades: Cadastrar nova unidade (POST /unidades/post). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_unidades_post_update","description":"Unidades: Editar uma unidade (PUT /unidades/post). [write, altera dados]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"account":{"type":"string"},"body":{"type":"string"},"query":{"type":"string"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"superlogica_usuario_list","description":"Solicitações (Tickets): Listar responsáveis (GET /usuario/index).","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":"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-20T16:17:03.570Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T16:17:03.519Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 536ms"]},"poisoning":{"score":15,"max":15,"notes":["120 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 43 write-action tools with no auth"]},"maintenance":{"score":15,"max":15,"notes":["last push 17 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_superlogica","reachable":true,"authRequired":false,"latencyMs":536,"serverInfo":{"name":"mcp-ai","version":"0.9.351"}}],"packages":[],"repo":{"found":true,"owner":"mcp-dir","repo":"superlogica-mcp","archived":false,"pushedAt":"2026-09-03T23:39:25Z","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-09-03T23:39:25.000Z","score":20}}}},"grade_history":[],"reviews":[]}