Prefeitura GO Campos Verdes: Certidão Negativa de Débitos
Server Details
Prefeitura GO Campos Verdes: Clearance Certificate (Debts), official-source lookup. Platform-hosted,
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- mcp-dir/pref_go_campos_verdes_cnd-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.2/5 across 7 of 7 tools scored. Lowest: 3.5/5.
Each tool has a distinct purpose: authentication, connection status, marketplace discovery, a specific certificate query, bug reporting, version info, and toolkit info. No significant overlap between the tools.
Tool names are inconsistent in style: some are single words (authenticate, connect, marketplace), while others use underscores (report_bug, show_version, toolkit_info) and one is a long prefixed name (pref_go_campos_verdes_cnd_consultar). This creates a lack of a uniform naming convention.
With 7 tools, the count is within a reasonable range. However, the server is named after a specific certificate service, yet includes several generic MCP utilities (marketplace, version, feedback) that may not be strictly necessary, slightly exceeding the core purpose.
The tool set provides the core certificate consultation, plus authentication and connection utilities, which covers the needed functionality. However, it lacks additional certificate-related actions (e.g., history, validity check), though these may not be expected for this narrow domain.
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 already indicate idempotent, non-destructive, and non-read-only. The description adds context about the login flow, session vs permanent connections, and the option to configure a header. This goes beyond annotations and provides useful behavioral detail 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 compact yet covers all essential info, using distinct segments for flow, best practice, and fallback. Every sentence adds value, and the structure is logical with front-loaded purpose.
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 tool with one optional parameter and no output schema, the description covers all usage modes, prerequisites (browser login, token acquisition), and configuration options. It is complete enough for an agent to invoke 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?
Schema coverage is 0%, so the description must fully explain the token parameter. It does: it clarifies that token is a JWT pasted for session login, and that omitting it returns a link. This is comprehensive and helpful, exceeding the baseline.
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 it handles authentication for MCP.AI IDE agents, describing the login flow and token usage. It is specific about the action (authenticate) and the resource, but it does not explicitly distinguish from sibling tools like 'connect' or 'marketplace', so it falls slightly short of a 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 provides clear usage context: it explains when to call with no args to get a link, when to pass a token for session-only login, and recommends the config header for a permanent connection. It gives explicit scenarios but does not mention exclusions or alternative tools, so it merits a 4.
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?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false. The description adds meaningful behavioral detail beyond annotations by explaining the exact return conditions: authenticated:true with empty pending[] versus connect_url and per-install URLs when credentials are missing.
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?
Two sentences, front-loaded with the primary purpose, and every clause adds meaningful detail about conditional return values. No filler or repetition of annotation data.
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 zero-parameter read-only status tool, the description fully explains the return behavior in both relevant states. Even without an output schema, the agent understands what to expect: authenticated:true with empty pending[] or connect_url and per-install URLs.
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 and schema coverage is 100%, so the schema fully documents the input surface. Per the baseline for 0-param tools, the description does not need to add parameter detail; it correctly focuses on output behavior.
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 opens with a specific verb and resource: 'Returns connection status and URLs.' This clearly identifies the tool's function and distinguishes it from siblings like authenticate, which performs authentication rather than reporting status.
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 clear conditional context for when the tool returns different results (all providers connected vs. missing credentials). It implies the tool is used to check connection status, though it does not explicitly name alternatives or state when not to use it.
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?
Annotations only include readOnlyHint false, openWorldHint true, idempotentHint false, destructiveHint false. The description adds substantial behavioral context: invoke works even if MCP is not installed, returns connect/checkout links on credential/payment requirements, and notes that writes require admin. This is beyond annotations 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 a single dense paragraph over 200 words. It contains valuable information but lacks structure (e.g., bullet points or sections). While the complexity justifies length, it could be more concise and organized 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?
Given 23 parameters and no output schema, the description covers the core workflows and even edge cases (connect/checkout links, permissions). It does not explain all actions in depth (e.g., resume, cancel_reason details) but provides enough for an agent to make correct choices. The lack of output schema details is partially mitigated by describing expected links.
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 coverage is 0%, so the description carries full burden. It explains the core parameters (action, mcp_id, tool_id, arguments) within the flow but leaves many others (e.g., limit, query, cancel_reason, prompt_* fields) unexplained. While the high-level flow helps infer some usage, it does not systematically document each parameter, leaving gaps.
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 role as the official mcp.ai marketplace, covering catalog discovery and execution of MCPs. It explicitly lists the core flow (search → describe → invoke) and differentiates from sibling tools like authenticate and toolkit_info by describing its unique multi-action nature. The verb 'marketplace' plus the explanation of its capability to run tools makes it unambiguous.
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, when to use search vs. describe, and clarifies that writes require workspace owner/admin. It also mentions alternatives implicitly for prompt library actions. This exceeds typical usage guidance by offering decision rules and prerequisite conditions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
pref_go_campos_verdes_cnd_consultarARead-onlyIdempotentInspect
Prefeitura GO Campos Verdes: Certidão Negativa de Débitos, 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?
The description adds value beyond the annotations: it discloses the payment model (pay per consultation), the data source's official nature, and the LGPD compliance responsibility. These are not in the annotations, so the description is adding useful behavioral context. It aligns with readOnlyHint=true.
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 that front-loads the primary purpose. It includes some legal/administrative details that are relevant but could be trimmed. Overall, it is reasonably concise and well-structured.
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 read-only tool, the description provides good context about payment and data governance. However, it lacks essential detail about the parameters (CPF/CNPJ) and does not describe what the output looks like (though no output schema is provided, the agent still needs to know what the response contains). Missing parameter guidance is a notable gap.
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 has 0% coverage for parameters (cpf and cnpj), and the description does not compensate by explaining their purpose or that one of them is required. The description never mentions the parameters, so an agent cannot determine how to populate them correctly.
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 specifies the tool's purpose: querying a Negative Debt Certificate (CND) from a specific municipality (Campos Verdes, GO). The verb 'consultar' and resource are explicit. It is distinguishable from the generic sibling tools like 'authenticate' or 'show_version'.
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?
It provides some context (official source, payment per consultation), but does not explicitly state when to use this tool versus alternatives, nor does it mention the required parameter usage (CPF/CNPJ). It does not give exclusions or prerequisites beyond mentioning it is hosted on the platform.
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?
Annotations include idempotentHint=true and destructiveHint=false, which the description does not contradict. The description adds useful behavioral context by specifying that the conversation array should be included for reproduction, which is beyond what annotations convey. No return format or side effects are mentioned, but the annotations cover the safety profile adequately.
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 two sentences long and front-loaded with the core purpose. Every word earns its place, and it avoids fluff. It is well-structured for quick reading.
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 tool with 3 parameters, no output schema, and no nested objects, the description covers purpose, usage, and the key parameter needed for reproduction. It doesn't explain all parameters or return behavior, but given the tool's simplicity, it is reasonably complete. The missing param details are the main gap.
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. It explicitly mentions the 'conversation' parameter and its purpose ('for reproduction'), which provides some semantic meaning. However, it doesn't clarify the 'message' (though required, it's self-explanatory) or 'context' parameters. The description adds value for conversation but leaves two parameters without additional explanation.
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: 'Report a bug, missing feature, or send feedback.' This is a specific verb+resource pattern (report, missing feature, feedback) and effectively differentiates from sibling tools like authenticate or marketplace, which have unrelated purposes.
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 clear usage context by instructing the user to 'Include the conversation array with recent messages for reproduction.' This gives a practical guideline on what to provide. However, it lacks explicit when-not-to-use guidance or alternative tool references, so it earns a 4 rather than 5.
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 indicate readOnlyHint: true, idempotentHint: true, and destructiveHint: false, so the agent safely knows this is a read-only, side-effect-free operation. The description adds a modest behavioral detail: the versions are 'current' rather than cached, and it names platform/adapter as the scope. However, it stops short of describing response format, possible variants, or failure behavior, so added transparency is limited.
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 one short, front-loaded sentence: 'Show the current MCP platform and adapter versions.' Every word is useful, there is no fluff, and the action and target are immediately visible.
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 that the tool has zero parameters, strong annotations covering side effects and idempotence, and no output schema, the description is sufficiently complete for an agent to select and invoke the tool. It names the exact resource being reported and conveys that no arguments are expected. There is no missing behavioral information that would affect a call decision.
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 is empty and has 0 parameters, so schema coverage is trivially 100%. Every schema property is exhausted; the description correctly does not invent parameters. Per the rubric, a 0-parameter tool gets a baseline of 4 because there is nothing to explain.
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 'Show' with a clear resource: current MCP platform and adapter versions. It is unambiguous and distinct from the sibling tools, which involve authentication, marketplace, or consultant consultations. Even with the generic title 'Show Version', the body clarifies exactly what the tool reports.
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 the tool should be used when checking the current platform/adapter versions, but it gives no explicit when-to-use vs. alternative guidance. With sibling tools like toolkit_info and marketplace present, the description does not state why show_version should be preferred over these. The use case is clear enough from the phrase 'Show the current...', but no exclusions or prerequisites are provided.
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 establish readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description builds on this by detailing what the read encompasses (MCPs, statuses, accounts, tool counts), adding value beyond the structured safety annotations. It stops short of disclosing response shape or potential for stale data, but for a state-inspection tool this is solid. No contradictions with the annotations.
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?
A single, efficiently structured sentence that front-loads the core purpose ('Returns the current toolkit state') before enumerating the details. Every element earns its place, with zero filler. The em-dash structure cleanly separates the headline from the enumeration of what state is included.
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 zero-parameter inspection tool with rich annotations and no output schema, the description carries the burden of explaining the return value, which it does by listing the four categories of state returned. It could add why this matters (e.g., connection troubleshooting) but is otherwise complete for the tool's modest complexity.
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?
With zero parameters, the tool requires no explanation beyond what's provided. The schema is trivially 100% covered since no parameters exist. Per calibration, a zero-param tool gets a baseline of 4, and the description appropriately focuses its energy on output semantics instead of inputs.
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 begins with a specific verb+resource combination ('Returns the current toolkit state') and enumerates exactly what that includes: installed MCPs, connection status, connected accounts, and catalog tool counts. This clearly differentiates it from siblings like `show_version` which would cover a narrower or different status surface, even if not explicitly named.
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 context is implied rather than explicit. The read-only inspection purpose is obvious from the description, so an agent would naturally reach for it when needing toolkit state. However, there's no explicit when-to-use or when-not-to-use guidance distinguishing it from adjacent tools like `show_version` or `pref_go_campos_verdes_cnd_consultar`.
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 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 official negative debt certificates (Certidão Negativa de Débitos) from the Prefeitura de Touros/RN, Brazil, via a single read-only tool.MIT
- AlicenseNot gradedqualityCmaintenanceAllows querying negative debt certificates (Certidão Negativa de Débitos) from the Prefeitura SE Laranjeiras official source via a read-only MCP tool.MIT
- AlicenseNot gradedqualityCmaintenanceEnables users to query official negative debt certificates from the Prefeitura de Três Coroas (RS, Brazil) through a read-only MCP tool.MIT