Prefeitura RS Caxias do Sul: Certidão Negativa de Débitos
Server Details
Prefeitura RS Caxias do Sul: Clearance Certificate (Debts), official-source lookup. Platform-hosted,
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- mcp-dir/pref_rs_caxias_do_sul_cnd-mcp
- GitHub Stars
- 0
- Server Listing
- Prefeitura RS Caxias do Sul: Certidão Negativa de Débitos
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 6 of 7 tools scored.
Each tool has a clearly distinct purpose: authentication, connection status, marketplace access, CND consultation, bug reporting, version display, and toolkit inspection. No two tools appear to perform the same function, so an agent can unambiguously select the appropriate one for a given task.
The tool names are inconsistent in style: the platform tools use lowerCamelCase (authenticate, connect, marketplace, report_bug, show_version, toolkit_info), while the domain-specific tool uses a long snake_case name (pref_rs_caxias_do_sul_cnd_consultar). This mix of conventions makes it harder to predict tool names and confuses the overall pattern.
The server is named for a single CND service, yet only one of seven tools (pref_rs_caxias_do_sul_cnd_consultar) is related to that purpose. The remaining six are generic platform management tools, which inflates the tool count beyond what is needed for a domain-specific CND server and dilutes its focus.
For the CND domain, the single 'consultar' tool covers the primary use case of querying a certificate, but there are no supporting operations like validation, status checks, or history. The platform tools are unrelated to the domain and do not add meaningful coverage. Overall, the domain surface is minimal but not severely fragmented.
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?
The description adds meaningful behavioral context beyond annotations: it distinguishes session-only login from permanent config-based auth, explains that no-args returns a link, and clarifies the token is a JWT. It does not contradict the annotations, though it could say more about what the tool returns or changes in auth state.
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, front-loaded with the tool's purpose, and packed with actionable details. Every clause contributes useful information without redundancy or padding.
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 single-parameter authentication tool with no output schema, the description covers the main usage modes, token acquisition, and the permanent-config alternative. It is slightly incomplete regarding return values or error scenarios, but it provides enough context for an agent to invoke the tool 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 an optional string with no description, so the description carries the full burden. It explains that the token is a JWT copied from the browser and that passing it enables session-only login, while omitting it returns the login link. This sufficiently compensates for the 0% schema coverage.
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 identifies the tool as an authentication flow for MCP.AI in IDE agents, explaining how to log in, copy the token, and use it. It distinguishes the tool's function from generic operations by giving concrete actions: get a link, paste a token, or configure a permanent header.
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 strong usage guidance: it explains when to call with no args to get a link and when to call with a pasted token. It also recommends the config-header approach as the best permanent option, but it does not explicitly contrast this tool with sibling tools like 'connect'.
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 readOnly and idempotent behavior, so the description adds value by explaining conditional return shapes (authenticated:true vs. connect_url). It provides meaningful behavioral context beyond the safety hints 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?
Two sentences, each carrying distinct and necessary information. The description is front-loaded with the core purpose and then details conditional behavior with no wasted words.
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 is simple (no parameters, no output schema) but the description adequately covers its primary return values and key conditional states. It does not detail the exact structure of 'pending[]' or 'connect_url', but this is sufficient for a status check tool.
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% (empty schema). Per the rubric, a no-parameter tool with full schema coverage receives a baseline of 4 since there are no parameter semantics to clarify.
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 identifies the tool as returning connection status and URLs, which is a specific verb+resource pairing. It implicitly distinguishes from sibling tools like authenticate by focusing on status reporting rather than performing authentication.
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 use cases by describing conditional outcomes (all providers connected vs. credentials missing), but does not explicitly state when to prefer this tool over alternatives or mention exclusions. The usage context is implied, not explicit.
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?
The description goes well beyond the annotations (readOnlyHint=false, openWorldHint=true, idempotentHint=false, destructiveHint=false). It discloses critical behavioral traits: invoke runs even when MCP is not installed (one-off), returns connect/checkout links when auth/payment is needed, requires workspace owner/admin for writes, and distinguishes installed_in_toolkit vs installed_in_workspace. It also explains subscription management and prompt publishing. No contradiction with annotations. The description carries the full burden of these side effects and safety characteristics.
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 about 250 words, which is substantial but justified given the tool's complexity (14 actions, 23 parameters). It is well-structured: starts with overall purpose, then the core flow (search → describe → invoke), then key differentiators (install vs invoke, permissions), then enumerates remaining actions, and finally covers the prompt library. The most important information is front-loaded. Not a single wasted sentence, though it could be slightly tightened.
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 tool with 23 parameters, no output schema, and 14 actions, the description is remarkably complete. It explains the discovery flow, one-off execution, permanent installation, credentials/billing handling, permission requirements, list_tools, subscription management, bug reporting, request_mcp, and the entire prompt library subsystem with its actions. It even covers how search/describe flag installation status. It addresses all major usage scenarios an agent would encounter. The only minor gap is parameter-level detail, but the description compensates through action-specific context.
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 compensate, but it only loosely references parameters like action, mcp_id, tool_id, arguments, and prompt_* fields. It explains the meaning of key actions and their typical parameters implicitly, but it does not systematically map each of the 23 parameters to their roles. For example, 'prompt_vars', 'prompt_targets', 'conversation', 'report_context', and 'cancel_reason' are not explained individually. The description gives high-level semantics but leaves many parameter details to be inferred from action context.
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 starts with a clear, specific statement: 'The official mcp.ai marketplace — the in-platform catalog of every MCP/tool, AND the way to run them.' It immediately distinguishes from sibling tools (authenticate, connect, etc.) by framing itself as the central hub for discovery and execution. The scope is precise, listing distinct capabilities like searching, invoking, installing, and prompt library access, so the agent knows exactly what this tool covers and what it does not.
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 explicit guidance on when to use which action: 'prefer invoke for a single/occasional use' vs 'use install only to make an MCP PERMANENT'; 'list_tools lists what is callable right now'; and it explicitly contrasts invoke with install, handling credentials (connect link) and billing (checkout/top-up link). It also distinguishes the prompt library as separate from MCPs. This gives the agent clear decision criteria for selecting the right action within the tool and relative to siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
pref_rs_caxias_do_sul_cnd_consultarARead-onlyIdempotentInspect
Prefeitura RS Caxias do Sul: 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?
Annotations already mark it read-only, idempotent, and non-destructive. The description adds significant behavioral context beyond that: it incurs a cost (pay-per-query), it requires no platform credentials, it queries official Brazilian sources, and it clarifies LGPD data-responsibility terms. This is exactly the kind of extra information an agent needs to invoke the tool safely and appropriately.
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 three sentences in Portuguese, each adding distinct information: purpose, payment/credentials, and data governance. It is concise with no filler, though it could be more explicitly structured. Overall it earns its place without being verbose.
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 no output schema, so the description should ideally clarify what the caller receives. It explains the source and legal context but does not mention the response format or content (e.g., whether it returns the certificate itself). It also omits any mention of how CPF/CNPJ are used. For a simple query tool, the description leaves the output behavior ambiguous, making it only minimally 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?
The input schema defines only 'cpf' and 'cnpj' as strings with no descriptions, and the schema coverage is 0%. The description does not elaborate on these parameters—it never mentions that CPF/CNPJ are the required identifiers, nor does it say when to provide which. Since the description fails to compensate for the lack of schema documentation, parameter semantics are weak.
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 queries a Certidão Negativa de Débitos (CND) from Prefeitura RS Caxias do Sul via an official source. It uses specific language ('consulta em fonte oficial') and the tool name echoes the action, making the purpose unmistakable. Sibling tools are unrelated platform utilities, so this stands out as a dedicated consultation tool.
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 is hosted by the platform, requires no platform credentials, and is paid per query via prepaid credit. It also notes that the data is the same available to citizens and is not confidential. However, it does not explicitly mention when to use this tool versus alternatives or when not to use it, so it stops short of full exclusion guidance.
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 already indicate this is not read-only, not destructive, and is idempotent. The description adds that conversation context should be included for reproduction, but it does not disclose what happens after reporting, whether a confirmation is returned, or any side effects. This is adequate but not rich.
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 purpose, and no filler. Every sentence contributes actionable information.
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 is relatively simple, and the description covers purpose and one key parameter. However, with no output schema and no explanation of return behavior/side effects, the agent has incomplete expectations about what invoking this tool will produce.
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 explains 'conversation' as containing recent messages for reproduction, but does not clarify 'context' or explicitly tie 'message' to the bug report content. Two of the three parameters remain semantically under-specified.
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?
Description clearly identifies the action ('Report') and the resource ('a bug, missing feature, or send feedback'). This distinguishes the tool from unrelated siblings like authenticate, connect, and 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?
The description states when to use the tool by naming three use cases: bug reports, missing feature requests, and general feedback. It also advises including the conversation array for reproduction. No exclusions or alternative tools are mentioned, so it stops short of a 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 declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds only the specific scope ('platform and adapter versions') but does not describe output format or dynamic behavior.
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, front-loaded sentence that fully states the tool's purpose with no wasted words. It is appropriately minimal for a zero-parameter read-only tool.
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 version-information tool with no parameters and strong annotations, the description is nearly complete. It could mention the output format, but the core purpose is sufficiently clear 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 tool has zero parameters, so parameter semantics are not a burden. The description needs no parameter details, and the baseline of 4 applies.
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 the specific verb 'Show' with a clear resource: 'the current MCP platform and adapter versions.' This distinguishes it from sibling tools like authenticate and report_bug, while remaining clearly scoped to version information.
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?
No guidance is given on when to use this tool versus alternatives such as toolkit_info. The simple read-only nature implies usage, but no explicit context or exclusions 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 declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering safety. The description adds valuable content details (what state is returned) beyond the annotations. It doesn't mention potential performance costs or snapshots, but for a read-only status tool this is adequate.
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, well-structured sentence that front-loads the purpose and lists the returned data elements. Every word contributes value, with no filler or redundancy.
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 tool with no output schema and clear annotations, the description fully explains the return contents (MCPs, status, accounts, tool counts). Nothing critical is missing, and the tool is simple enough that this is 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?
The tool has zero parameters, so the baseline is 4 per the rubric. The description correctly omits parameter details since there are none, and no additional meaning is 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 returns the current toolkit state, specifying exactly what information is provided: installed MCPs, connection status, connected accounts, and catalog tool counts. This is specific and distinguishes it from siblings like show_version which likely returns version info only.
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 it doesn't explicitly say when to use this tool vs alternatives, the purpose is self-evident as a status/overview tool. It gives clear context (returns overall state) but no exclusions or alternative names, so it falls slightly short of a 5.
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 gradedqualityCmaintenanceMCP server that enables querying official Rio Grande do Sul tax debt clearance certificates (Certidão Negativa de Débitos) via a single read-only tool, with pay-per-use hosted access and no platform credentials required.1MIT
- 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
- AlicenseNot gradedqualityCmaintenanceEnables MCP clients to query the official tax clearance certificate (Certidão Negativa de Débitos) from the Florianópolis city government. It is a read-only tool that facilitates verification of a taxpayer's debt status through natural language.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
Your Connectors
Sign in to create a connector for this server.