Prefeitura SP São Paulo: Segunda via Simplificada de IPTU
Server Details
Prefeitura SP São Paulo: Segunda via Simplificada de IPTU, official-source lookup. Platform-hosted,
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- mcp-dir/pref_sp_sao_paulo_iptu2via-mcp
- GitHub Stars
- 0
- Server Listing
- Prefeitura SP São Paulo: Segunda via Simplificada de IPTU
TDQS
Scored across 7 tools
Some tools have overlapping purposes: authenticate and connect both deal with authentication/connection, and show_version and toolkit_info both provide status/version information. However, the descriptions clarify their distinct intents, so there is moderate ambiguity but not severe.
Tool names are inconsistent: some are single words (authenticate, connect, marketplace) while others use snake_case (pref_sp_sao_paulo_iptu2via_consultar, report_bug, show_version, toolkit_info). The IPTU-specific name is long and does not follow the pattern of the others, making the set feel disorganized.
The server is named as an IPTU consultation service, yet only one of the seven tools (pref_sp_sao_paulo_iptu2via_consultar) relates to IPTU. The other six are generic MCP management tools that seem out of place for this server's stated purpose, making the tool count poorly scoped.
For the IPTU domain, only a single consultation tool is provided, with no other operations (e.g., listing, updating, or managing IPTU data). This is a significant gap for a service dedicated to IPTU. The management tools are also incomplete (e.g., install, uninstall, subscribe are mentioned in descriptions but not exposed as tools), so the overall surface is underdeveloped.
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 discloses behavioral aspects beyond annotations: calling with no args yields a login link, while providing a token enables a session-only login. It also explains permanence differences between config-based and session-based methods. This adds useful context beyond the annotations (idempotentHint true, destructiveHint false) without contradiction.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact yet dense with information, using three sentences to convey purpose, two usage modes, and parameter behavior. It front-loads the purpose and avoids fluff, though it is slightly more verbose than strictly necessary.
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 (auth flow with two modes), the description covers all essential aspects: how to obtain access, token vs config, session vs permanent, and how to invoke. No output schema exists, but the description doesn't need to explain return values. Minor omissions like error handling or post-auth behavior, but overall sufficient for an auth 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 only parameter 'token' is undocumented in the schema (0% coverage), but the description fully explains its meaning: a JWT for session-only login, and that omitting it returns a link. This fully compensates for the schema gap, making the parameter's purpose and usage unambiguous.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: authenticating the MCP.AI server for IDE agents by logging in, obtaining an access token, and supporting two modes (permanent via config header vs session-only via token). It distinguishes itself from sibling tools by focusing specifically on authentication, not general connectivity or utilities.
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 usage scenarios: 'Best: add it to this server's config as a header...' for permanent access, and 'Or paste it here for a session-only login' with clear instructions to call with a token or without args. It does not explicitly mention when not to use this tool or contrast with 'connect', but the context is clear enough for an IDE agent to decide when to invoke it.
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?
The description adds significant behavioral context beyond the readOnlyHint and idempotentHint annotations by specifying exact response scenarios: returning authenticated:true when all providers are connected, and connect_url when credentials are missing. This enriches the agent's understanding of runtime 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 two-sentence description is concise, front-loads the main purpose, and uses a clear conditional structure to explain response variations. Every word adds value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a stateless, zero-parameter status tool, the description fully covers the relevant outcomes and the meaning of the response fields. Combined with the safe annotations, no additional context seems missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With zero parameters, the baseline is 4. The description does not need to add parameter details, and the schema coverage is trivially 100%. No further explanation is necessary.
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,' using a specific verb and resource. It distinguishes itself from siblings like 'authenticate' by focusing on status retrieval, and the conditional behavior further clarifies its purpose.
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 this is the tool to check connection status, but it does not explicitly state when to use it over alternatives or provide exclusions. The usage context is implied rather than explicitly guided.
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?
The description discloses critical behaviors beyond annotations: invoke runs one-off without installing, returns connect/checkout links when needed, permissions required for writes, and how search/describe flag installation status. It aligns with annotations and adds substantial contextual detail.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single dense paragraph, but front-loaded with the core purpose and well-organized around the flow. It is longer than ideal but every sentence contributes value; minor improvement would be bullet points for clarity, but it remains 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's high complexity (14 actions, 23 params, prompt library, payment/auth flows) and no output schema, the description covers the vast majority of behaviors and use cases, including permissions and edge conditions. Missing parameter semantics slightly reduce completeness.
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 must compensate, and it explains the action enum and key parameters (mcp_id, tool_id, arguments, prompt fields) through the described flow. However, it does not explain all 23 parameters (e.g., limit, query, conversation, immediate, tier_slug) explicitly, leaving gaps.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the tool as the official mcp.ai marketplace, explaining both its catalog role and its execution capability. It distinguishes itself from sibling tools by covering all marketplace actions and the prompt library, with a specific verb (marketplace) and resource (MCPs/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 provides explicit when-to-use guidance for each action (search, describe, invoke, install, list_tools, subscribe, etc.), including when to prefer invoke over install and how to handle credentials/payment. It also contrasts with other tools implicitly by covering the entire marketplace workflow.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
pref_sp_sao_paulo_iptu2via_consultarBRead-onlyIdempotentInspect
Prefeitura SP São Paulo: Segunda via Simplificada de IPTU, 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 |
|---|---|---|---|
| ano | Yes | ||
| sql | Yes | ||
| parcela | Yes | ||
| numero_notificacao | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false. The description adds value by explaining that the tool requires per-query payment via prepaid credits, that no platform credentials are needed, that the data is not confidential, and that the client is the LGPD controller. This expands beyond the annotations without contradicting them.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is moderately concise but contains redundant statements about official sources ('fonte oficial' and 'fontes e órgãos oficiais brasileiros') and includes LGPD boilerplate that may not be necessary for tool selection. It could be streamlined without losing essential 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?
Despite the clear purpose, the tool lacks an output schema and the description does not explain what the query returns (e.g., the actual second copy details), nor does it clarify the meaning and usage of the four parameters. This leaves significant gaps for an agent trying to construct a valid request.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has four parameters with zero description coverage, and the tool description does not explain any of them. In particular, 'sql' is ambiguous and could be mistaken for a structured query language string. Since the description fails to compensate for the 0% schema coverage, the agent is left without guidance on required meaning and format.
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 Simplified IPTU Second Copy from São Paulo, using the verb 'consultar' and specifying the official source. This distinguishes it from platform-level sibling tools like authenticate or connect, making its purpose unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides context on how to use the tool (requires prepaid credits, no platform credentials) and clarifies it queries official public data, but it does not explicitly state 'use this when...' or contrast with alternative IPTU tools. However, since no domain siblings exist, the implied usage is sufficient.
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 readOnlyHint=false, destructiveHint=false, and idempotentHint=true, providing a basic safety profile. The description adds that the conversation array is used for reproduction, which implies data transmission for debugging. However, it does not elaborate on potential side effects, data handling, or external communication, though the bar is lower given existing 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 exceptionally concise—two sentences total. It front-loads the purpose and then provides a direct, actionable instruction. Every word earns its place with no fluff 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 simple feedback tool with no output schema and minimal side-effect concerns, the description is reasonably complete. It explains the core purpose, guides on key parameter usage, and works well with the existing annotations. Minor gaps remain on the 'context' parameter and what happens after submission, but these are not critical for basic functionality.
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 does clarify that 'conversation' should contain recent messages for reproduction, which adds meaning to that parameter. However, 'message' and 'context' are left to rely on their names, and the format of the conversation array is not specified. Partial coverage of the parameters.
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.' The verb 'report' and the resource (bugs/missing features/feedback) are explicit. It distinguishes itself from sibling tools like 'authenticate' or 'marketplace' by its unique function.
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 by instructing to 'Include the conversation array with recent messages for reproduction,' which gives necessary context for effective use. However, it does not explicitly state when to use this tool versus alternatives, nor does it mention any prerequisites or exclusions. It provides some usage guidelines but lacks explicit comparative guidance.
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=true, idempotentHint=true, and destructiveHint=false, so the description need not repeat that. The description's verb 'Show' is consistent with these annotations, and it adds the specific resource (MCP platform and adapter versions), which is appropriate. No contradiction, and it doesn't need to disclose more for such a simple operation.
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?
Single concise sentence that fully conveys the action and scope. No extraneous information, and it is front-loaded with the key 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?
For a zero-parameter, read-only version display tool with clear annotations, the description is complete. It states exactly what versions it shows. No output schema is needed. The description is sufficient for an agent to know when to call it and what to expect.
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?
Tool has 0 parameters, so the baseline is 4. The description doesn't need to explain parameters, and the schema has no properties, so there's nothing to elaborate on.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it shows the current MCP platform and adapter versions. It is a specific verb ('Show') with a clear resource ('MCP platform and adapter versions'), and it is distinct from sibling tools like connect or marketplace.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage (when you need version info) but does not explicitly contrast with alternatives or provide context on when to use this tool. Since there are no obvious alternatives among siblings, the usage is fairly obvious, but the description lacks explicit guidance.
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 readOnlyHint=true, idempotentHint=true, and destructiveHint=false, establishing a safe read-only profile. The description adds valuable context beyond annotations by specifying exactly what is returned (installed MCPs, connection status, accounts, catalog tool counts), which fully discloses the tool's behavior without contradictions.
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, information-dense sentence that lists all key output facets without any fluff or repetition. It is front-loaded with 'Returns the current toolkit state' and immediately enumerates the details. Every part of the sentence adds value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has no parameters, no output schema, and simple read-only behavior, the description is complete. It enumerates all relevant output categories (installed MCPs, connection status, accounts, catalog tool counts), giving the agent a clear understanding of what to expect. The sibling context does not introduce additional requirements.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the schema is fully documented (100% coverage). No parameter descriptions are needed. The description focuses on the output, which is entirely sufficient. Baseline of 4 for zero parameters is appropriate because there is no parameter complexity to explain.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns the current toolkit state with specific details: installed MCPs, connection status, connected accounts, and catalog tool counts. It uses a specific verb ('Returns') and resource ('toolkit state') and distinguishes itself from sibling tools like 'connect' or 'authenticate' by focusing on state inspection rather than actions.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description clearly indicates when to use this tool (any time you need an overview of the toolkit's MCPs and their status). However, it does not explicitly mention when not to use it or name alternative tools. With siblings like 'connect' and 'authenticate', the context makes its purpose obvious, but it lacks explicit exclusions or alternative references.
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 SP São Paulo: Certificate Tributária de IPTU, official-source lookup. Platform-hosted, pa
Prefeitura SP São Paulo: Certificate de Dados Cadastrais do Imóvel, official-source lookup. Platform
Prefeitura SP São Paulo: 2ª Via da Taxa de Elevadores, official-source lookup. Platform-hosted, pay
Prefeitura SP São Paulo: Debts de IPTU, official-source lookup. Platform-hosted, pay per query with
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables consultation of São Paulo city property tax (IPTU) certificates from official sources. Read-only tool for querying tax certificate data through natural language in any MCP client.MIT
- AlicenseNot gradedqualityCmaintenanceEnables read-only consultation of the second copy (2ª via) of the elevator fee (Taxa de Elevadores) from São Paulo's city hall, using official sources via natural language.MIT
- AlicenseNot gradedqualityCmaintenanceEnables users to consult official data on the issuance of Simples Nacional parcels from São Paulo city hall. Provides a read-only MCP server with a single tool for this query.MIT
- AlicenseNot gradedqualityCmaintenanceRead-only MCP server that consults official IPTU (property tax) debt information for São Paulo city, with a single tool for querying.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.