Prefeitura SP São Paulo: Multas (Antiga)
Server Details
Prefeitura SP São Paulo: Multas (Antiga), official-source lookup. Platform-hosted, pay per query wit
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- mcp-dir/pref_sp_sao_paulo_multas-mcp
- GitHub Stars
- 0
- Server Listing
- Prefeitura SP São Paulo: Multas (Antiga)
TDQS
Scored across 7 tools
While most tools have distinct roles, 'connect' and 'toolkit_info' overlap in reporting connection status, and 'authenticate' is another auth-related tool. The marketplace tool is a catch-all that could be confused with connection setup, causing minor ambiguity.
Tool names mix English imperative verbs (authenticate, connect), noun phrases (toolkit_info), and a Portuguese snake_case name (pref_sp_sao_paulo_multas_consultar). There is no consistent pattern or verb_noun convention across the set.
Seven tools is a reasonable number, but the server is named for a specific domain (SP traffic fines) and only one tool actually relates to that domain. The rest are generic platform management utilities, making the set feel misaligned with the server's apparent purpose.
For a fines-focused server, only one consultation tool exists with no other domain operations (e.g., listing, details, dispute). The bulk of the surface is platform management, which does not form a complete domain workflow for traffic fines.
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 traits: it explains the token expiration (permanent vs. session-only), the requirement to log in via browser, and that calling with no args returns a link. Annotations already indicate idempotentHint=true, so the description adds context about the login flow and token handling, going 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 sentence but packed with essential information: the link, the token, the config option, and the session-only option. It front-loads the most critical info (log in browser, copy token) and provides the optional call syntax. It is slightly dense but every part 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 (one optional parameter, no output schema), the description is quite complete: it explains the authentication flow, both usage modes (permanent and session), and the exact call syntax. However, it could benefit from clarifying what the link looks like or what the response is, but those are minor gaps.
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 only one optional parameter 'token' with no description, and schema description coverage is 0%. The description compensates by explaining exactly how to use the 'token' parameter: 'call with { token: "<jwt>" } after the user pastes' and that no args gets the login link. This fully covers the parameter's meaning and usage.
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: authenticate an MCP server for IDE agents by logging in and obtaining an access token. It specifies the resource (this server's config or session-only login) and the action (authenticate), distinguishing it 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 provides explicit when-to-use guidance: it gives two distinct usage scenarios (permanent config-based login vs. session-only paste), explains the best approach, and mentions the alternative of pasting the token. It also suggests the context (IDE agents like Cursor) and provides step-by-step actions (log in browser, copy token, add to config).
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 readOnlyHint=true, idempotentHint=true, destructiveHint=false, covering safety. The description adds value by detailing state-dependent behavior (authenticated vs missing credentials) and the presence of 'pending[]', which hints at partial states. No contradiction found.
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, zero fluff, front-loaded with the action and result. Each clause adds meaningful information about conditions and outcomes.
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 status tool with no output schema, the description covers the main return values and conditions. It could detail what the URLs are for, but the core functionality is sufficiently explained for an agent to invoke and interpret the result.
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 enriches understanding by explaining what the returned fields mean (authenticated, pending, connect_url), compensating for the lack of schema detail on outputs.
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 verb 'Returns' clearly indicates a read operation for connection status and URLs. It specifies the resource (connection status) and provides conditions for different outputs (authenticated:true vs connect_url), distinguishing itself from siblings like 'authenticate' which perform 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 explains when different outputs occur ('When all providers are connected', 'When credentials are missing') but does not explicitly state when to use this tool versus alternatives like 'authenticate'. It implies this is for checking status, but lacks explicit conditions or 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 |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations are thin (readOnlyHint:false, openWorldHint:true, destructiveHint:false), so the description bears the transparency burden and delivers richly: one-off invoke 'runs the tool pontualmente... without bloating the tool list,' auth-needing MCPs 'return a connect link,' paid-with-empty-wallet returns 'a checkout/top-up link,' and 'Writes... require workspace owner/admin.' No contradiction with annotations—the write-capability implied by readOnlyHint:false is consistent with install/uninstall/invoke.
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?
Every sentence carries distinct informational weight—core flow, one-off invoke, install persistence, subordinate actions, permission requirements, and the prompt library. However, ~300 words are packed into a single unbroken paragraph; breaking out the prompt-library section or the action catalog would aid scannability. Dense but not bloated.
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 14 actions, 23 parameters, no output schema, and minimal annotations, this description is remarkably complete: it covers the search→describe→invoke pipeline, offline invoke behavior, auth and billing fallback flows, install-vs-invoke tradeoffs, permission tiers, and the whole prompt-library subsystem including output hints ('returns a shareable mcp.ai/p/<slug> link'). Minor gaps (the 'resume' action and 'immediate' param go undescribed) but these are trivial against the full surface area handled.
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, and it does substantially: it maps action→parameter usage (query for search, mcp_id for describe, tool_id+arguments for invoke, prompt_slug/prompt_vars for get_prompt). However, it leaves roughly half the 23 parameters unexplained (immediate, tier_slug, conversation, cancel_reason, request_details, prompt_targets). Strong compensation but not exhaustive given the coverage gap.
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 opening line defines the tool precisely: 'The official mcp.ai marketplace — the in-platform catalog of every MCP/tool, AND the way to run them.' It then states the core search→describe→invoke flow with specific verbs, and distinguishes the tool's sub-actions from its siblings (authenticate, connect, toolkit_info). For a 14-action tool, the purpose statement is unambiguous and grounded.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides explicit when-to-use guidance with named alternatives: 'prefer invoke for a single/occasional use' vs 'Use install only to make an MCP PERMANENT'; 'subscribe/cancel handle per-MCP billing; report_bug sends feedback; request_mcp asks us to build a NEW MCP when nothing fits.' It even warns when invoke returns a connect/checkout link and instructs 'the user opens it, then you retry.' No score could reflect this better.
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_multas_consultarCRead-onlyIdempotentInspect
Prefeitura SP São Paulo: Multas (Antiga), 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 |
|---|---|---|---|
| placa | Yes | ||
| renavam | Yes | ||
| login_cpf | No | ||
| login_cnpj | No | ||
| login_senha | Yes | ||
| ignora_boleto | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations indicate readOnlyHint=true, idempotentHint=true, destructiveHint=false, and the description adds that this is a paid consultation requiring prepaid credits and that data is not confidential. It also notes LGPD responsibilities, which is useful context. However, it doesn't mention potential rate limits, response delays, or that the data might be stale, but with annotations covering safety, the description adds reasonable context.
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 that front-loads the purpose, but includes several clauses about hosting, payments, and LGPD that could be condensed. It is not overly long, but it lacks clear structure (e.g., separate sections for usage and behavior).
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 requires 6 parameters with no output schema and no parameter documentation, the description is incomplete for effective use. It provides some context on payment and legal aspects, but misses crucial details like parameter formatting, error handling, and what the result contains. The annotations help, but the complexity of a paid consultation with multiple login options demands more.
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 parameter formats or purposes beyond stating it requires login credentials and vehicle plate/RENAVAM. The 'login_senha' is required, but there is no detail on how login_cpf vs login_cnpj are used or the format of 'placa' and 'renavam'. The parameter 'ignora_boleto' is entirely unexplained. The description must compensate for the 0% coverage but does not.
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 tool queries fines (multas) from São Paulo's official source, specifying it's for 'Antiga' (old) fines and that it's an official consultation. It distinguishes itself from siblings by focusing on this specific domain, though it doesn't explicitly compare to other fine-related 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 mentions payment via prepaid credits and that it's hosted by the platform, but provides no guidance on when to use this tool versus alternatives (e.g., other fine query tools, newer versions). It also doesn't specify prerequisites beyond credentials, and the mention of 'sem credenciais da plataforma' is confusing without elaboration.
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?
The description goes beyond annotations by explaining the conversation array's role in reproduction. However, it does not disclose any side effects, authentication needs, or what happens after the report is submitted. Annotations indicate it is not read-only and not destructive, but the description adds limited extra behavioral context.
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 only two sentences, with the primary purpose stated first and the specific reproduction requirement second. Every sentence earns its place with no redundancy or filler.
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 bug-report tool with no output schema, the description covers the core purpose and the necessary input guidance. It does not mention return values or prerequisites, but the low complexity and annotations make the description sufficiently complete for most uses.
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. It explicitly explains the 'conversation' parameter as an array for reproduction and implies 'message' is the report text. The 'context' parameter is not explained, leaving a gap in full parameter understanding.
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 'Report a bug, missing feature, or send feedback' with a specific verb and resource. It distinguishes the tool from sibling tools, none of which handle bug reporting, and adds the reproduction detail about the conversation array.
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 intended usage is clear from the purpose: use when reporting a bug, missing feature, or feedback. It does not explicitly state alternatives, but no sibling tool offers similar functionality, so the context is adequately conveyed.
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 as true, covering the safety profile. The description adds the specific content (platform and adapter versions), which is sufficient for a simple read operation. No contradictions or missing critical behavioral details.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single sentence, front-loaded with the verb and resource, contains zero wasted words. It is perfectly concise and well-structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter, read-only version tool with no output schema, the description fully explains its purpose and behavior. No additional context is needed.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, and schema description coverage is trivially 100%. The description doesn't need to explain parameters; the baseline of 4 applies because there is nothing 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 uses a specific verb ('Show') and clearly identifies the resource ('current MCP platform and adapter versions'). This distinguishes it from sibling tools like authenticate, connect, and marketplace, which have distinct purposes.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
While no explicit when/when-not guidance is given, the tool's purpose is self-evident as a read-only version check. No alternatives exist among siblings, so context is implied. It clearly conveys this is for retrieving version information without any ambiguity.
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, covering safety. The description adds specific details about the returned data (installed MCPs, connection status, accounts, catalog tools) without contradicting annotations. It does not mention potential latency or side effects, but for a read-only info tool, this is sufficient.
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, focused sentence that lists exactly what is returned. No filler or redundant information, achieving maximum conciseness.
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 rich annotations, the description fully covers what the agent needs to know: what it returns and that it's safe to call. The absence of an output schema is mitigated by the explicit list of returned 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 tool has zero parameters, so there is nothing to document. The baseline for 0 parameters is 4, as the description need not add parameter details.
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 returns toolkit state with specific contents: installed MCPs, connection status, accounts, and catalog tool counts. It uses a specific verb ('Returns') and resource ('toolkit state'), and distinguishes itself from sibling action tools like connect and authenticate.
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 checking the current toolkit configuration and status, which is distinct from sibling tools that perform actions. It does not explicitly state when not to use it or name alternatives, but the context makes it clear this is an introspection 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 SP São Paulo: Multas, official-source lookup. Platform-hosted, pay per query with prepaid
Prefeitura SP São Paulo: AIT, official-source lookup. Platform-hosted, pay per query with prepaid cr
Prefeitura SP São Paulo: AIT (Últimos 36 meses), official-source lookup. Platform-hosted, pay per qu
Prefeitura SP São Paulo: DSV Digital, official-source lookup. Platform-hosted, pay per query with pr
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceQuery São Paulo's traffic violation (AIT) data from the last 36 months via a read-only MCP tool, accessing official Prefeitura de São Paulo sources. It is a hosted, prepaid service that works with any MCP client.MIT
- AlicenseNot gradedqualityCmaintenanceEnables querying traffic fines from São Paulo city hall, providing read-only access via natural language.MIT
- AlicenseNot gradedqualityCmaintenanceRead-only MCP server for consulting traffic fines (multas) from the official GIT Cidadão (PR) source, accessible via pre-paid credits and any MCP-over-HTTP client.MIT
- AlicenseNot gradedqualityCmaintenanceRead-only MCP server for consulting official São Paulo traffic infraction (AIT) data from a hosted API, with pre-paid credits and support for any MCP client.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.