Prefeitura PE Recife: Certidão Negativa de Débitos
Server Details
Prefeitura PE Recife: Clearance Certificate (Debts), official-source lookup. Platform-hosted, pay pe
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- mcp-dir/pref_pe_recife_cnd-mcp
- GitHub Stars
- 0
- Server Listing
- pref_pe_recife_cnd
TDQS
Scored across 7 tools
The domain-specific tool is unambiguous, but authenticate, connect, and toolkit_info all overlap around authentication/connection status, and marketplace also overlaps with toolkit_info regarding installed tools. The detailed descriptions help, but an agent could still route status or login-related requests to the wrong tool.
Tool names follow no consistent pattern: bare verbs (authenticate, connect), nouns (marketplace, toolkit_info), compound verbs (report_bug, show_version), and a long domain-prefixed name (pref_pe_recife_cnd_consultar) are mixed together. The names are readable individually, but there is no uniform verb_noun or naming convention across the set.
Seven tools is not an excessive number, but six are generic platform/auth/marketplace utilities that are largely unrelated to the stated Prefeitura/Recife CND purpose. The set feels over-scoped for a dedicated certificate service while only offering one actual domain tool.
For the narrow domain of consulting a Recife negative-debt certificate, the consult tool covers the essential action, and authentication/payment are handled by the surrounding platform tools. There are no obvious missing CND operations, though the set does not extend beyond this single use case.
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 |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds substantial context beyond annotations: it explains the token is a JWT, that the connection is 'permanent, non-expiring' when configured, and that calling with no args returns a login link. This goes far beyond the annotations (readOnlyHint false, idempotentHint true) and provides crucial behavioral details about state and side effects.
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 front-loaded with the tool's purpose and flows logically from permanent to session-login use cases. It's slightly run-on with multiple clauses separated by colons and commas, but every sentence adds value without fluff.
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 only one optional parameter and no output schema, the description covers all necessary aspects: setup, invocation (with and without token), configuration persistence, and example invocation. It anticipates user needs around security and session permanence. No output schema exists, so no return-value documentation is expected.
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?
Despite 0% schema description coverage, the description fully explains the single 'token' parameter: it's an optional JWT used for session-only login, and omitting it returns a login link. It also explains workflow context (paste token) that the schema lacks, effectively compensating for the schema's lack of annotations.
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 function: 'log in in the browser, copy the access token' for MCP.AI. It specifies the resource (IDE agents like Cursor) and provides a concrete verb-noun structure. It distinguishes itself from siblings like 'connect' by focusing on authentication via browser login and token exchange.
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 explains when to use the token parameter vs no arguments ('call with { token: "<jwt>" } after the user pastes, or with no args to get the link') and differentiates permanent (config) vs session-based login. However, it doesn't explicitly contrast with alternative sibling tools like 'connect', so it stops slightly short of full when/not guidance.
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 | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare read-only and idempotent hints, and the description adds useful context about return values in both connected and missing-credential scenarios. It doesn't contradict annotations and provides clarity on what the tool does without side effects.
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 core function ('Returns connection status and URLs'), and includes essential conditional details without fluff. Every sentence earns its place.
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 simplicity (no parameters, no output schema), the description fully explains the return values in both possible states. It covers the complete behavior an agent needs to know to use 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 the baseline is 4. The description doesn't need to elaborate on parameters, and the schema coverage is trivially 100%.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns connection status and URLs, with specific output fields (authenticated, pending[], connect_url). It distinguishes itself from siblings like authenticate (which performs auth) and marketplace by focusing on status reporting.
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 explains conditional behavior based on provider connection state (connected vs missing credentials), which implicitly tells when to use it. However, it doesn't explicitly mention when not to use it or name alternative tools, so it falls short of full explicit guidance.
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 |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations indicate openWorldHint=true and readOnlyHint=false, but the description adds rich behavioral context: invoke runs tools without installation, may return connect/checkout links for auth/payment, writes require workspace owner/admin, and actions like install/uninstall/subscribe/cancel have side effects. This goes well beyond the sparse annotations, providing transparency about permissions, execution model, and failure paths.
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 long paragraph (~300 words) but is densely packed with essential information, including a clear flow (search→describe→invoke) and key distinctions (invoke vs install). It is front-loaded with the core flow and emphasizes the most critical insight (invoke works without installation). While not broken into sections, it efficiently covers all functionality without wasted words. The length is justified by the fourteen actions plus prompt library.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (23 parameters, 14 actions, no output schema), the description is remarkably complete. It covers the core interaction model, permission requirements, failure handling (connect/checkout links), distinctions between installed_in_toolkit and installed_in_workspace, and the prompt library. It explains all major behaviors and what to expect, making it sufficient for an agent to use the tool effectively across its many modes.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0% and the description does not explain any of the 23 parameters directly. While it mentions actions (e.g., 'action=search'), it never maps specific parameters like 'query', 'mcp_id', 'tool_id', or 'arguments' to their roles. The description focuses on the tool's purpose and flow rather than parameter usage, leaving an agent to infer which fields to populate for each action. This is a significant gap given the tool's complexity.
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 this is the official mcp.ai marketplace, acting as both catalog and runner for MCPs. It explains the core flow (search→describe→invoke) and distinguishes itself from siblings like authenticate, connect, and toolkit_info by focusing on marketplace-specific actions. The verb 'marketplace' is a noun but the description thoroughly defines its role, making purpose unmistakable.
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?
Explicit guidance is provided: use search to discover, describe to inspect, invoke for one-off runs, install only for permanent additions, and list_tools to see current callables. It clearly contrasts invoke vs install and covers the prompt library separately. This gives an agent clear decision rules for when to use each action, meeting the dimension fully.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
pref_pe_recife_cnd_consultarARead-onlyIdempotentInspect
Prefeitura PE Recife: 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 | ||
| inscricao | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds valuable behavioral context beyond the annotations: no platform credentials needed, prepaid credit billing, public non-confidential data, and customer responsibility under LGPD. This supplements the readOnlyHint and idempotentHint with operational and legal details, though it does not cover rate limits or failure modes.
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 appropriately sized, with the main purpose stated first and additional context in the following sentences. It covers purpose, hosting, billing, and legal responsibility without verbosity, though the final LGPD sentence could be seen as slightly tangential.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description provides good operational and legal context (billing, LGPD, public data) but omits any mention of the return value, which is significant given the absence of an output schema. The lack of parameter documentation further reduces completeness for a tool with only three fields.
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% description coverage, and the description does not explain what CPF, CNPJ, or inscrição mean or when to use each. The agent would be completely in the dark about how to populate the required 'inscricao' field or choose between CPF and CNPJ.
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 a query for the official negative debt certificate (CND) from Recife's city government, using specific language like 'consulta em fonte oficial.' It is easily distinguishable from generic sibling tools such as authenticate or 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 description implies usage for CND queries and provides context about billing (pay-per-query) and LGPD, but it does not explicitly state when to use this tool versus alternatives or when not to use it. The guidance is implicit rather than explicit.
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 | [] |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate idempotent (idempotentHint: true) and non-destructive (destructiveHint: false). The description adds behavioral context by instructing to include the conversation array for reproduction, which clarifies the tool's reliance on conversation data. It does not contradict the annotations—the idempotency claim is consistent with a report action (though duplicates could be a concern, the annotation is authoritative).
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise, consisting of two short sentences. It front-loads the purpose immediately and adds a single critical usage hint. There is no fluff or redundancy, making it 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?
With no output schema, the description should explain what the tool returns or the outcome of the action. It does neither. Additionally, it only partially documents parameters, leaving 'message' and 'context' undefined. Given the tool's simplicity, it still lacks essential return-value info and parameter coverage, making it incomplete for an agent to use confidently.
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 the 'conversation' parameter (include recent messages for reproduction) but does not clarify 'message' (though it's implied as the report content) or 'context' (which has a default but no explanation). This leaves two of three parameters ambiguous.
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 (report) with clear resources (bug, missing feature, feedback), and it distinguishes itself from sibling tools like show_version or authenticate by its focus on issue reporting.
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 context for when to use the tool (when a bug, missing feature, or feedback is encountered) and mentions a required action (including the conversation array for reproduction). However, it does not explicitly name alternatives or state when not to use it, but the sibling tools are so distinct that the usage context is unambiguous.
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 | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the description need not repeat safety. However, it adds no extra behavioral context (e.g., output format, network calls) beyond the one-line purpose. It is consistent with annotations, so no contradiction.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence containing zero filler. It conveys the essential purpose without unnecessary detail, earning a top score.
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 with no parameters and no output schema, the description completely captures what the tool does. There are no missing prerequisites, side effects, or return-value expectations to clarify.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
There are zero parameters, so the schema coverage is 100% vacuously. Per guidelines, 0 params merits a baseline of 4. The description correctly refrains from inventing parameter details, and there is nothing for it to compensate for.
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 shows the current MCP platform and adapter versions, using a specific verb and resource. It is distinct from siblings like connect or authenticate, though it partially overlaps with toolkit_info without explicitly differentiating, so not a perfect 5.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies when to use the tool (i.e., when you need version information) but does not explicitly contrast with alternatives like toolkit_info or provide any exclusion criteria. For a trivial version-check tool, this is acceptable but not fully explicit.
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 | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare this as read-only (readOnlyHint: true) and non-destructive (destructiveHint: false), so the safety profile is clear. The description adds value by disclosing the specific types of information returned (installed MCPs, connection status, accounts, catalog tool counts), which the annotations do not cover. This extra detail helps the agent predict what the tool will report without contradicting 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, well-structured sentence that lists all key information categories. It is front-loaded with the verb 'Returns' and covers all relevant aspects without padding. Every word contributes to the meaning, making it exceptionally concise and easy to parse.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool is a read-only status reporter with no parameters, the description sufficiently covers the essential aspects: what it returns and what categories are included. It does not describe the format or structure of the returned data (e.g., whether it's a nested object), but the absence of an output schema means the agent relies on the description for that info. The listing of four specific categories compensates for the lack of schema, though the description could hint at the structure (e.g., list vs. object) to be fully 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 schema coverage is trivially 100%. The description does not need to explain parameters; it correctly focuses on what the tool returns. Since there are no params, the description's clear outline of the output fields (installed MCPs, connection status, accounts, catalog tool counts) provides all necessary semantic 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 clearly states the tool's function: returning the current toolkit state, including installed MCPs, connection status, connected accounts, and catalog tool counts. It uses a specific verb ('Returns') and resource ('current toolkit state'), which distinguishes it from sibling tools like 'authenticate' or 'connect' that handle authentication flow.
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 does not explicitly explain when to use this tool versus alternatives, but it implies it should be used when an agent needs an overview of the toolkit's configuration and connectivity. Without explicit exclusion of cases where other tools like 'authenticate' or 'connect' would be more appropriate, it remains somewhat implicit but adequate for a status-check tool.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity – fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge – works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge – works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
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
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
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 Connectors
Prefeitura CE Fortaleza: Clearance Certificate (Debts), official-source lookup. Platform-hosted, pay
Prefeitura TO Palmas: Clearance Certificate (Debts), official-source lookup. Platform-hosted, pay pe
Prefeitura RJ Rio de Janeiro: Clearance Certificate (Debts), official-source lookup. Platform-hosted
Prefeitura SP Ribeirão Preto: Clearance Certificate (Debts), official-source lookup. Platform-hosted
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables querying negative debt certificates from the Natal city government using an official source.MIT
- AlicenseNot gradedqualityCmaintenanceEnables consulting SEFAZ PE negative debt certificates from an official source, using a single read-only tool. Works with any MCP client and charges per use with prepaid credits.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 querying official data from the Prefeitura de Recife (Recife City Hall) through a hosted, read-only MCP server. Supports MCP over HTTP with usage-based prepaid billing.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.