Prefeitura MG Itaguara: Certidão Negativa de Econômico
Server Details
Prefeitura MG Itaguara: Certificate Negativa de Econômico, official-source lookup. Platform-hosted,
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- mcp-dir/pref_mg_itaguara_cne-mcp
- GitHub Stars
- 0
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.3/5 across 7 of 7 tools scored.
The single domain tool pref_mg_itaguara_cne_consultar is unmistakable, and most platform tools have distinct purposes. However, marketplace, connect, and toolkit_info overlap somewhat around discovering, listing, and running tools, which could cause occasional misselection.
Names mix bare verbs (authenticate, connect), noun-style names (marketplace, toolkit_info), verb_noun names (report_bug, show_version), and one long Portuguese snake_case domain name. There is no consistent pattern, though each individual name is still readable.
Seven tools is a moderate count, but six are generic platform and marketplace utilities that are not specific to the 'Prefeitura MG Itaguara' certificate domain. The actual domain surface is a single consultation tool, making the set feel padded rather than focused.
For a single certificate consultation, the one domain tool plus authentication and connection support covers the core user journey without obvious dead ends. The platform tools broaden the surface beyond the stated municipal-service purpose, but no critical certificate-related operation appears to be missing.
Available Tools
7 toolsauthenticateAIdempotentInspect
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: "" } after the user pastes, or with no args to get the link.
| Name | Required | Description | Default |
|---|---|---|---|
| token | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations indicate idempotent, non-destructive, non-read-only behavior. The description adds context about the authentication flow: how to obtain the token, that calling with no args returns a link, and that config-based auth is non-expiring. It does not contradict annotations and provides extra behavioral cues beyond them, though it omits explicit success/failure details.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is slightly lengthy but every sentence contributes to understanding the tool's operation. It might be trimmed, but it is well-structured and front-loaded with the purpose. The wordiness is justified by the need to explain multiple usage paths.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given there is no output schema, the description mentions that calling with no args returns a link, but does not explicitly state what happens when a token is passed (e.g., success confirmation). For an authentication tool, this is a minor gap, but the overall flow is clear enough for an agent to invoke it correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema only lists 'token' as a string with no description. The tool description thoroughly explains that it is a JWT to be pasted after the user logs in, and that omitting it triggers a link retrieval. This fully compensates for the 0% schema coverage and adds meaningful semantics beyond the type definition.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: authenticating to MCP.AI for IDE agents. It explains the login flow and how the token is used. It is distinct from sibling tools like 'connect' or 'marketplace' by explicitly focusing on authentication credentials and session management.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly describes when to use this tool: for permanent auth via config header (alternative), or for session login by passing a token, or to retrieve a login link by calling with no args. It differentiates between permanent and session-only approaches, giving clear contextual guidance without ambiguity.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
connectARead-onlyIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds context beyond the readOnlyHint, idempotentHint annotations by detailing the exact return values and conditions (authenticated:true, empty pending[], connect_url). It accurately reflects the non-destructive, read-only nature without contradiction.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise, consisting of two sentences that cover purpose, conditions, and outputs without unnecessary detail. It is well-structured and easy to parse.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description covers both primary scenarios (all connected and missing credentials) but does not provide the exact JSON structure or format for return values. However, given the simplicity and lack of output schema, the description is largely complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
There are no parameters in the input schema, so the description need not explain any. The description is complete regarding parameter handling, as no inputs are required.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns connection status and URLs, and distinguishes it from authentication by focusing on status checking. It provides specific return scenarios for connected and missing-credential cases.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Usage is implied through the described outcomes (connected vs. missing credentials), but the description does not explicitly state when to use this tool versus alternatives like authenticate. No direct comparison or recommendation is given.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
marketplaceAInspect
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/ link that opens without login.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | ||
| action | No | search | |
| mcp_id | No | ||
| message | No | ||
| tool_id | No | ||
| arguments | No | {} | |
| immediate | No | ||
| tier_slug | No | ||
| prompt_body | No | ||
| prompt_slug | No | ||
| prompt_tool | No | ||
| prompt_vars | No | {} | |
| conversation | No | [] | |
| prompt_title | No | ||
| request_name | No | ||
| cancel_reason | No | ||
| cancel_comment | No | ||
| prompt_targets | No | ||
| report_context | No | ||
| prompt_category | No | ||
| request_details | No | ||
| prompt_description | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Discloses key behaviors beyond annotations: invoke works even when the MCP is not installed, returns connect/checkout links for auth/payment, requires owner/admin for writes, and distinguishes one-off vs permanent installation. This adds substantial context to the bare annotation flags (readOnlyHint false, etc.) and does not contradict them.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is long but highly structured with flow arrows and clear segmentation between MCP discovery/execution and the prompt library. It is front-loaded with purpose and uses every sentence to convey distinct information, though its density could be slightly reduced without losing value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (23 params, 14 actions) and lack of output schema, the description covers the overall workflow, key edge cases (auth, payment, owner/admin), and the prompt library. However, it leaves some actions like 'resume' and 'prompt_targets' unexplained and does not detail return structures beyond mentioning links and profiles. Still, it provides a strong conceptual map for the agent.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, and the description does not explain individual parameters like 'action', 'mcp_id', 'tool_id', or 'arguments' in detail. It provides high-level flow but fails to give concrete semantics for the 23 parameters, leaving the agent to guess how to fill them for each action. The description is too high-level to compensate for the lack of parameter documentation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description explicitly names the tool as 'the official mcp.ai marketplace' and details its core functions (search, describe, invoke, etc.). It clearly distinguishes from sibling tools by enumerating sub-actions and the prompt library, making it unmistakable what this tool does and how it relates to alternatives like report_bug or authenticate.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides explicit guidance on when to use invoke vs install ('prefer invoke for a single/occasional use' vs 'use install only to make an MCP PERMANENT'), and outlines the core flow (search→describe→invoke). It also explains when to use subscribe/cancel, report_bug, request_mcp, and the prompt library actions, offering clear context and exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
pref_mg_itaguara_cne_consultarARead-onlyIdempotentInspect
Prefeitura MG Itaguara: Certidão Negativa de Econômico, consulta em fonte oficial. Hospedado pela plataforma, sem credenciais da plataforma, pague por consulta com crédito pré-pago. Consulta informação de fontes e órgãos oficiais brasileiros (a mesma disponível ao cidadão), não é dado sigiloso. O cliente é o controlador dos dados e responde pela finalidade legítima (LGPD).
| Name | Required | Description | Default |
|---|---|---|---|
| cpf | No | ||
| cnpj | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false. The description adds valuable context: the data is not confidential, the client is the data controller under LGPD, and payment is via prepaid credit. This goes beyond what annotations convey without contradicting them.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a few sentences long, front-loaded with the core purpose, and includes essential operational details (payment, credentials, LGPD). It is not overly verbose, though it could be slightly tighter.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple query tool with no output schema, the description covers purpose, payment, and data sensitivity, but misses parameter details and any explanation of the result format or potential combinations of cpf/cnpj. This is a moderate gap given the tool's simplicity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has two parameters (cpf, cnpj) with no descriptions, and the description makes no mention of them. With 0% schema coverage, the description should explain these parameters but does not. It leaves the agent unclear on how to fill them or whether they are alternatives.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: consulting a 'Certidão Negativa de Econômico' (negative economic certificate) from Itaguara MG via an official source. It uses specific verb ('consulta') and resource, and distinguishes it from generic sibling tools like authenticate or marketplace.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides usage context: payment is required with prepaid credit, no platform credentials are needed, and it accesses only non-confidential official data. While not explicitly comparing to alternatives, the sibling tools are unrelated, so this is adequate guidance for when to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
report_bugAIdempotentInspect
Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | ||
| message | Yes | ||
| conversation | No | [] |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations are minimal: readOnlyHint=false, destructiveHint=false, idempotentHint=true. They don't provide much safety context beyond indicating this is not read-only or destructive. The description adds value by stating it should include a conversation array for reproduction, which is a behavioral requirement. It also clarifies it's for bug reports and feedback. However, it doesn't disclose what happens after sending (e.g., whether it creates a ticket, sends an email, etc.). Since annotations are sparse, the description shoulders more burden, but it does add meaningful context, so a 4 is appropriate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence, which is concise, but it packs two key pieces of information: the purpose and the requirement to include a conversation array. It is front-loaded with the verb 'Report' and the resource. While it could be slightly more detailed, it is not overlong. However, it could be structured better by separating the action from the reproduction instruction, but it's still near optimal.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool has 3 parameters, no output schema, and minimal annotations. The description covers the purpose and highlights the key reproduction parameter. It doesn't explain the 'context' parameter, but it does provide sufficient guidance for an agent to use the tool correctly. Given the simplicity, a 4 is justified; it adequately informs the agent without over-explaining.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate for parameter meaning. The description mentions the 'conversation' parameter by name, explaining that it should contain recent messages for reproduction. It also implies the 'message' parameter is the bug/feedback text. The 'context' parameter is not mentioned, but the description is short and provides some semantic clarity beyond the bare schema. Given the low coverage, this is a relatively good effort for 3 parameters, earning a 4.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: to report bugs, missing features, or send feedback. It also specifies that the conversation array should be included. This is more specific than a mere restatement, but it does not distinguish it from potential sibling tools like 'marketplace' or 'toolkit_info' that might also accept feedback, so it doesn't earn a perfect 5.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies when to use this tool (when reporting issues or sending feedback) but does not explicitly discuss when not to use it or mention any alternative tools. The sibling list includes 'authenticate' and 'connect', which are different in purpose, but no explicit exclusion is provided. This is adequate guidance but not comprehensive.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
show_versionARead-onlyIdempotentInspect
Show the current MCP platform and adapter versions.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, which cover the tool's safety profile. The description adds little beyond restating the purpose (showing versions). It does not mention potential network calls or other caveats, but given the no-side-effect nature, this is acceptable. It does not contradict any annotations (no contradiction).
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, concise sentence that immediately conveys the tool's function without any fluff. Every word is purposeful, and it uses front-loaded structure for quick scanning.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple, parameterless version-checking tool, the description is complete. It tells the user exactly what to expect (platform and adapter versions) without requiring an output schema. No additional context is needed, and there are no hidden behaviors to disclose.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the schema coverage is trivially 100%. Per the rubric, a baseline of 4 is appropriate for zero-parameter tools, and the description correctly avoids adding irrelevant parameter details. No improvement needed.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Show the current MCP platform and adapter versions.' It uses a specific verb ('Show') and a clear resource ('versions'), and unambiguously distinguishes itself from sibling tools like connect or marketplace, which have different purposes. There is no ambiguity or tautology.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
While the description does not explicitly mention alternatives or exclusions, it provides clear context on when to use the tool: whenever version information is needed. For a trivial read-only tool with no side effects, this is sufficient. A higher score would require explicit alternative guidance, which is unnecessary here.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
toolkit_infoARead-onlyIdempotentInspect
Returns the current toolkit state: installed MCPs, their connection status, the accounts connected to each one, and how many catalog tools each exposes.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover read-only and idempotent behavior, so the description's job is to add context beyond that. It does so by specifying what state components are returned, providing richer expectations. No contradictions, and no additional caveats (e.g., latency) are needed for this simple informational tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, well-structured sentence that front-loads the purpose ('Returns the current toolkit state') and then lists specifics. Every segment adds value, with no redundant or filler text.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no parameters, no output schema, and a straightforward informational task, the description fully specifies what the tool returns. It covers all relevant aspects of the state without omission, making it complete for an agent to predict outcome.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
There are zero parameters and the schema is empty with 100% coverage. Per the rubric, a baseline of 4 applies since the description doesn't need to compensate for any parameter docs. It adds no param-specific meaning, but that is irrelevant here.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb 'Returns' and a clear resource 'current toolkit state', then enumerates the exact contents (installed MCPs, connection status, accounts, catalog tool counts). This distinguishes it from siblings like 'authenticate', 'connect', or 'marketplace', which serve different functions.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description clearly implies when to use this tool (to check toolkit state), but it doesn't explicitly mention when not to use it or reference alternative tools. Given the sibling set is diverse and the tool's role is obvious, the implied guidance is sufficient, though not explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceProvides a read-only MCP tool to consult official negative debt certificates from the municipality of Itaúna, MG, Brazil, with hosted pay-per-use access.MIT
- AlicenseNot gradedqualityCmaintenanceProvides read-only consultation of negative debt certificates (Certidão Negativa de Débitos) from the Juatuba city prefecture in Minas Gerais, Brazil, through a single official tool.MIT
- AlicenseNot gradedqualityCmaintenanceEnables querying negative debt certificates from the Natal city government using an official source.MIT
- AlicenseNot gradedqualityCmaintenanceConsulta Certidão Negativa de Débitos da Prefeitura MG Uberaba em fonte oficial, somente leitura, via MCP over HTTP.MIT