SEFAZ PR: Certidão Negativa de Débitos
Server Details
SEFAZ PR: Clearance Certificate (Debts), official-source lookup. Platform-hosted, pay per query with
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- mcp-dir/sefaz_pr_certidao_debitos-mcp
- GitHub Stars
- 0
- Server Listing
- SEFAZ PR: 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.1/5 across 7 of 7 tools scored. Lowest: 3.2/5.
Tools have mostly distinct purposes: authentication, status, marketplace search/invoke, bug reporting, a specific query, version info, and toolkit info. Some overlap exists between connect and toolkit_info (both report connection state), but overall the boundaries are clear enough.
Naming is inconsistent: single verbs (authenticate, connect) mix with descriptive names (marketplace, report_bug, show_version, toolkit_info), and the domain-specific tool uses a long Portuguese name. No uniform verb_noun or camelCase pattern is followed.
With 7 tools, the count is within the typical 3-15 range. The server bundles platform management with a single domain tool, which is slightly unusual but still reasonable given the dual purpose.
For its stated purpose (SEFAZ PR certificate query), the single consult tool covers the main need, and platform tools comprehensively manage MCP marketplace operations. Minor gaps exist (e.g., no explicit certificate history or financial operations), but core workflows are supported.
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 flag idempotent and non-destructive, so safety is covered. The description adds behavioral context by explaining the two modes (permanent via config, session via token) and the no-arg link retrieval. It does not detail session expiration or side effects, but is consistent with annotations and gives useful beyond-schema information.
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 moderately long but every sentence serves a purpose, covering context, permanent token setup, session login, and argument handling. It is front-loaded with the tool's target audience, though the formatting could be slightly more compact.
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 an authentication tool with no output schema, the description gives enough context: how to authenticate (browser), token format (JWT), two usage modes, and the no-arg behavior. It does not mention response details or error cases, but these are not critical given the annotations and schema.
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 one undocumented optional string parameter `token`, but the description explains it fully: `token` should be a JWT pasted by the user, and calling with no args returns a login link. This completely compensates for the 0% schema description 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 indicates the tool handles authentication, explaining how to obtain and use access tokens for IDE agents. It distinguishes itself from siblings like connect or marketplace by focusing on login/token exchange, though the exact verb 'authenticate' is implied rather than explicitly stated.
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 clear usage guidance: use this tool for session-only login or to get a login link, and the 'best' alternative is to add a permanent token to the server config. It does not explicitly compare to sibling tools but offers a practical when-to-use versus when-to-use-config distinction.
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 establish this as a read-only, idempotent, non-destructive operation. The description adds valuable behavioral detail beyond that: it reports authenticated status, empty pending[], and provides connect_url when credentials are missing. This is sufficient context for a safe status-checking 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?
Two sentences, front-loaded with the core purpose, and every clause adds meaningful behavior. There is no redundant boilerplate or repetition of annotations.
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 with rich annotations, the description fully captures the relevant behavior: return values in both success and incomplete-credential scenarios. No output schema exists, but the description conveys the key return semantics well.
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 100% schema coverage, so the baseline is 4. The description correctly focuses on behavior rather than parameters, as there is nothing to document. No parameter-related gaps exist.
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+resource: 'Returns connection status and URLs.' It also outlines conditional outcomes (authenticated:true vs pending[]), making the purpose clear. It doesn't explicitly differentiate from sibling 'authenticate', but the read-only status-check role is evident.
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 gives useful context by explaining what happens when providers are connected versus when credentials are missing, which implies when a user would call this tool. However, it does not explicitly state when to prefer this over siblings like 'authenticate' or mention any exclusions.
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 discloses important behavioral traits entirely beyond the annotations: invoke runs uninstalled MCPs one-off without bloating the tool list, returns connect or checkout/top-up links when credentials or payment are needed, and write actions require workspace owner/admin. This is rich behavioral context that annotations alone do not provide.
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 most sentences earn their place given the broad and complex functionality. It front-loads the core flow and then organizes the common actions, prompt library, and permission notes. It could be even tighter, but it is not padded or tautological.
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 high complexity, 23 optional parameters, open-world nature, and no output schema, the description provides a strong operational overview: core flows, auth/wallet side effects, ownership requirements, and the prompt library. It is still somewhat incomplete regarding return shapes, the full set of action-specific parameters, and edge-case behavior, but it is far above the minimum viable bar.
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 0% schema description coverage, the description carries the full burden, and it does explain the central action parameter and many related fields (action=search/describe/invoke, mcp_id, tool_id, arguments, prompt_vars, etc.). However, several parameters are never mentioned (limit, immediate, tier_slug, prompt_targets, cancel_reason, report_context), so the mapping between prose behavior and the full 23-parameter schema is only partial.
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 defines the tool as the mcp.ai marketplace: an in-platform catalog of MCPs/tools and the execution path to run them. It explicitly names the core flow (search → describe → invoke) and the prompt-library sub-feature, which distinguishes it from the sibling tools.
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 gives explicit guidance on when to use each action: prefer invoke for one-off/occasional use, use install only to make an MCP permanent, list_tools shows what is currently callable, and subscribe/cancel/report/request have distinct purposes. It also spells out when NOT to use certain paths, like avoiding install unless persistence is needed.
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 readOnlyHint=false, idempotentHint=true, and destructiveHint=false. The description adds that the conversation array is for reproduction, implying data is sent for debugging. It does not contradict annotations, but it could be more transparent about the side effect of transmitting data externally. It adds some context beyond the annotations, but not extensively.
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, direct sentence with an additional imperative instruction. It is perfectly concise, front-loads the tool's purpose, and contains no redundant 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?
For a tool with three simple parameters and no output schema, the description adequately conveys the core function and a key requirement. However, it omits any detail about the required 'message' field, which is essential for the agent to use the tool correctly. A more complete description would briefly mention what message or context are for.
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 description explicitly references the 'conversation' parameter and explains its purpose ('with recent messages for reproduction'), which is valuable given 0% schema coverage. However, it does not mention the required 'message' parameter or the optional 'context' parameter, leaving room for ambiguity about their meaning.
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 specific verbs 'Report' and 'send feedback' and clearly identifies the resource ('bug, missing feature, or feedback'). It also adds a distinctive usage hint about the conversation array, which goes beyond simply restating the tool name and differentiates it from unrelated siblings like 'authenticate' and 'connect'.
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 opening phrase gives clear context for when to use the tool, and the directive to 'Include the conversation array with recent messages for reproduction' is a practical usage guideline. However, it does not explicitly mention alternatives or any exclusions, 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.
sefaz_pr_certidao_debitos_consultarBRead-onlyIdempotentInspect
SEFAZ PR: 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 declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is clear. The description adds context about being hosted by the platform, not requiring platform credentials, and involving per-query costs with prepaid credits. It also mentions LGPD compliance and data ownership. These are useful behavioral details beyond the annotations, though it doesn't discuss rate limits or exact response 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?
The description is a single paragraph of about 3-4 sentences, which is concise. It front-loads the purpose and then provides operational details. No wasted words, though it could be more structured (e.g., bullet points) for clarity, but overall it is efficient.
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 has no output schema and simple parameters, the description provides moderate context: it explains the data source, legal considerations, and payment model. It lacks explicit guidance on whether both CPF and CNPJ can be provided, what happens if none is provided, and what the response looks like. For a simple query tool, this is adequate but not 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?
Schema description coverage is 0%, meaning the description does not explain the parameters at all. While the parameter names 'cpf' and 'cnpj' are self-explanatory (Brazilian tax identifiers), the description does not clarify that they are optional (required: 0) or that one of them must be provided for a query. It also doesn't explain formats (e.g., with or without punctuation) or constraints. Since the description carries the burden and fails to compensate, this scores low.
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 that the tool consults a negative debt certificate from SEFAZ PR in an official source. It uses a specific verb ('consultar') and resource ('Certidão Negativa de Débitos'), which is clear. However, it could be more explicit about distinguishing from potential sibling tools (e.g., other certidão tools), but none are present in the sibling list, so it stands alone.
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 indicates this is for consulting official Brazilian data and mentions it is not sensitive data, implying it is for legitimate purposes. It also notes payment requirements (prepaid credits). However, it does not explicitly state when to use this tool versus alternatives, nor when not to use it. Given the sibling list, no direct alternatives exist, but guidance on prerequisites (e.g., needing CPF or CNPJ) is implied but not explicit.
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 declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the agent already knows this is a safe, read-only operation. The description adds the specific scope ('MCP platform and adapter') but doesn't elaborate on output format or any potential constraints. With strong annotations, 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?
The description is a single, concise sentence that front-loads the purpose without any superfluous words. It perfectly matches the tool's simplicity.
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, the description is complete enough. It clearly states what the tool does, and the annotations cover safety. The only minor gap is not describing the output format, but that's acceptable 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 tool has 0 parameters, and schema coverage is 100% (trivially, since there are no properties). The description adds meaning by specifying what version info is shown (platform and adapter versions), which is useful beyond the empty schema.
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 resource ('version'), and it distinguishes itself from siblings by being solely about version retrieval, unlike 'authenticate', 'connect', 'marketplace', 'report_bug', 'sefaz_pr_certidao_debitos_consultar', and 'toolkit_info' 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 implies that the tool is for retrieving version information, which provides clear context for when to use it. It doesn't explicitly state when not to use it, but given the sibling tools, it's obvious this is for checking versions, not for performing actions like authentication or reporting bugs.
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?
The description discloses the tool's read-only nature implicitly by stating it 'returns' state, and annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds specific behavioral detail about the content (installed MCPs, connection status, accounts, catalog tool counts), which is useful beyond 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?
The description is a single, front-loaded sentence that efficiently lists what the tool returns. No filler or repetition. Every clause adds information about the content of the response.
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 with no parameters and no output schema. The description comprehensively covers what the tool returns: installed MCPs, connection status, connected accounts, and catalog tool counts. Given the simplicityches, 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?
With 0 parameters mice schema coverage is 100% (trivially), the description doesn't need to explain parameters. According to the rubric, 0 params = baseline 4. The description adds no parameter info but doesn't need to.
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: it returns toolkit state, specifically enumerating installed MCPs, their connection status, associated accounts, and catalog tool count. This is specific and distinguishes it from siblings like show_version (version info) or marketplace (available MCPs).
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 its usage for checking current state but does not explicitly state when to use it versus alternatives. It provides clear context on what it returns (installed MCPs, status, accounts, catalog counts) without mentioning exclusions or alternative tools. This qualifies as clear context with no exclusions, rating a 4.
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
- Alicense-qualityCmaintenanceEnables consulting Brazilian federal tax debt certificates (CND) from the official PGFN source through a read-only MCP tool, with pay-per-use hosted access.MIT
- Alicense-qualityCmaintenanceEnables querying Brazilian state tax clearance certificates (Certidão Negativa de Débitos Estaduais) from official sources via a read-only, hosted MCP tool with pay-per-use access.MIT
- Alicense-qualityCmaintenanceProvides read-only consultation of official SEFAZ Paraíba negative debt certificates, enabling users to check tax debt status via a single tool.MIT
Your Connectors
Sign in to create a connector for this server.