# cnd_municipal — MCP server on mcp.ai > Issues the municipal tax clearance certificate for a person or company from the CPF or CNPJ, municipal registration, and city. Platform-hosted, no credentials, pay per query with prepaid credit. By: mcp.ai · official Page: https://mcp.ai/cnd_municipal ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_cnd_municipal?ms=1787194200000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/cnd_municipal/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/cnd_municipal/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/cnd_municipal/skill.md Postman collection (v2.1): https://mcp.ai/cnd_municipal/postman.json ## Tools - cnd_municipal_consultar(Cpf: string, Cnpj: string, IM: string, Municipio: string, completo?: boolean) — Emite a Certidão Negativa de Débitos municipal de uma pessoa ou empresa a partir do CPF ou CNPJ, inscrição municipal e município. Hospedado pela plataforma, sem credenciais, pague por consulta com cré ## Example prompts - "Municipal clearance for CNPJ 12345678000190 in São Paulo" - "Does CNPJ 12345678000190 have municipal debts?" ## Links Docs: https://mcp.ai/docs/mcps/cnd_municipal Website: https://mcp.ai/mcps/cnd_municipal