DETRAN GO: Veículo
Server Details
DETRAN GO: Vehicle, official-source lookup. Platform-hosted, pay per query with prepaid credit.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- mcp-dir/detran_go_veiculo-mcp
- GitHub Stars
- 0
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?
Beyond the annotations, the description discloses meaningful behavior: token persistence semantics ('permanent, non-expiring' vs 'session-only') and no-arg behavior (return the login link). This adds useful context without contradicting 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 front-loaded with the purpose and delivers actionable instructions in three compact sentences. The 'Best:'/'Or' structure makes the options scannable with no wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple tool with one optional parameter and no output schema, the description covers the full workflow: browser login, token retrieval, permanent vs session configuration, and no-arg behavior. The invocation semantics are complete and usable.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema only provides a bare optional string token with 0% description coverage, but the description compensates fully: it explains that token is a JWT for session-only login, and that omitting the token triggers the login-link flow. This is more than enough for correct invocation.
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 action (authenticate) and resource (MCP.AI), and explains the login/token workflow. It is specific enough to distinguish this from sibling tools like connect or marketplace because it focuses entirely on access-token authentication.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives explicit usage options: permanent config header vs session-only token, and calling with no args to get the link. It does not explicitly mention when not to use this tool versus sibling tools, but the two modes are clearly differentiated.
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 annotations already declare the tool as read-only and idempotent, so the description's 'returns status' aligns. It adds value by explaining the output variations: it returns authenticated:true and empty pending[] when all providers are connected, and connect URLs otherwise. This clarifies behavioral outcomes beyond the annotations, though it doesn't mention side effects (none expected given read-only).
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 and front-loaded with the core purpose ('Returns connection status and URLs') followed by specific outcome details. It uses only two sentences, with no wasted words, and clearly communicates the dual 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?
Given the tool's simplicity (no parameters, no output schema), the description is complete enough. It explains the response semantics sufficiently for an agent to know what to expect. However, it doesn't explicitly mention the read-only nature, but that's covered by annotations, so the description doesn't need to repeat it.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has 0 parameters, and the schema has 100% coverage (vacuously). The description provides no parameter info because none exist, so it correctly focuses on the output semantics, which is more useful. Since there are no parameters, the description's job is to explain what the status means, which it does effectively.
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 reports connection status and URLs, and it distinguishes its behavior by describing the two possible outcomes (authenticated with empty pending, or missing credentials with connect URLs). While it doesn't explicitly differentiate from siblings, 'connect' logically pairs with 'authenticate' as a read-only status check, which is implied.
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 the tool is used to check connection status and get URLs when credentials are missing, but it doesn't give explicit when-to-use or when-not-to-use guidance. It does not mention alternatives like 'authenticate' for initiating connections or 'toolkit_info' for general info, so the guidance is inferred but not stated.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
detran_go_veiculo_consultarARead-onlyIdempotentInspect
DETRAN GO: Veículo, 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_senha | No | ||
| pkcs12_cert | No | ||
| pkcs12_pass | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds behavioral context beyond the annotations: it mentions payment model (prepaid credit), absence of platform credentials, and LGPD data-handling responsibility. Combined with readOnlyHint=true and idempotentHint=true, the agent understands this is a safe read operation. It doesn't describe the return format, but the annotations already cover safety, so the added context is valuable.
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, with the core purpose stated in the first sentence, followed by relevant operational notes. It is not overly verbose and is structured as a short paragraph, making it easy to scan. However, it could be improved by front-loading the parameter 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?
Given the tool's complexity (6 parameters, no output schema, no annotation details for inputs), the description is incomplete. It explains the data source and payment, but does not describe what the tool returns, which parameters are needed, or any prerequisites (e.g., having credits). An agent would struggle to invoke this tool correctly without additional information.
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 6 parameters, 2 required, and 0% description coverage. The tool description does not mention any parameter names, types, or purposes. It fails to compensate for the lack of schema documentation, leaving the agent to guess what 'placa' and 'renavam' mean. This is a critical 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 description clearly states the tool's purpose: 'DETRAN GO: Veículo, consulta em fonte oficial' (vehicle consultation from official source). It identifies the specific resource (vehicle info from DETRAN GO) and the action (consulta), distinguishing it from sibling tools like 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 provides context on when to use the tool: it's hosted by the platform, requires no platform credentials, and is paid per query. While it doesn't explicitly exclude alternatives, the context is clear enough for an agent to understand this is the designated vehicle-query tool, and there are no contradictory usage hints.
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 adds substantial behavior beyond annotations. It discloses the key surprise: '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'. It explains connect links for credentials, checkout/top-up links for empty wallets, and the permission requirement: 'Writes (install/uninstall/subscribe/cancel and the one-off install behind invoke) require workspace owner/admin'. No contradiction with annotations (readOnlyHint=false, openWorldHint=true is consistent with the described 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?
For a tool with 14 actions and 23 params, the length is justified — every clause carries information. However, it's a single dense wall of text with en-dash run-ons and no paragraph breaks or bullets, which hurts scannability for an agent parsing quickly. The most important info is front-loaded (marketplace, core flow), but structure could be dramatically improved with sectioning per action group.
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 extreme complexity (14 actions, 23 params, no output schema), the description is remarkably complete: it covers the full discovery→invoke flow, the not-installed invoke behavior, connect/checkout redirects, permission requirements, and the entire prompt-library subdomain. The main gap: no description of return/response shape at all — with no output schema present, an agent cannot anticipate what the tool returns for any of the 14 actions. Minor params (immediate, conversation) also go unexplained.
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 bears full burden. It compensates strongly for the most important params: the entire action enum (all 14 values explained), mcp_id, tool_id, arguments, query intent, and all prompt params (prompt_slug, prompt_vars, prompt_body, prompt_title, prompt_targets, prompt_description). However, several params remain undefined: immediate, conversation, cancel_comment, report_context, request_name, request_details, and limit get no semantic explanation despite 0% schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Exceptionally clear purpose: 'The official mcp.ai marketplace — the in-platform catalog of every MCP/tool, AND the way to run them.' It explains the core flow (search → describe → invoke), enumerates the capability requests it handles ('find an MCP that does X', 'consulta um CPF'), and contrasts with siblings (marketplace catalog vs. direct tools). The breadth is appropriate because the tool itself is a 14-action dispatcher, and the description maps every intent to its action.
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 when-to-use guidance throughout: 'prefer invoke for a single/occasional use' vs. 'Use install only to make an MCP PERMANENT in the active toolkit'; 'request_mcp asks us to build a NEW MCP when nothing fits'; 'list_tools lists what is callable right now'; 'subscribe/cancel handle per-MCP billing'. Also names the prompt-library sub-actions (search_prompts, get_prompt, publish_prompt) with distinct purposes.
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 indicate readOnlyHint=false (write operation), idempotentHint=true (repeatable), and destructiveHint=false (non-destructive). The description adds useful behavioral context by specifying that the conversation array is needed for reproduction, which goes beyond the annotations. No contradictions are present.
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 short sentences, front-loading the purpose and then providing a key usage tip. Every word is necessary, and it is efficiently structured without 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?
The tool has three parameters with no schema descriptions and no output schema. The description only covers the conversation parameter, leaving the required message and optional context unexplained. It also does not specify what happens after reporting (e.g., acknowledgment, response). Given the low schema coverage, this is insufficient for correct invocation.
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 for all parameters. It only explains the purpose of 'conversation' (for reproduction). It does not explain the required 'message' parameter or the optional 'context' parameter, leaving the agent without guidance on what to fill in those fields. This is a significant 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 description clearly states the tool's function: 'Report a bug, missing feature, or send feedback.' It uses a specific verb ('report') with a clear resource (bug/feature/feedback), and the second sentence explains how to include reproduction context. This distinguishes it from sibling tools like authenticate, connect, or show_version, which serve different 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?
The description implies when to use the tool by its phrasing ('Report a bug...'), and it offers a concrete usage hint: 'Include the conversation array with recent messages for reproduction.' It does not explicitly name alternatives or exclusions, but given the sibling tools are unrelated, the context is clear enough.
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 safety profile is well-covered. The description adds the 'current' aspect, implying it returns live data, but does not disclose additional behavioral nuances (e.g., output format). With annotations handling safety, this is adequate but not exceptional.
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, succinct sentence that immediately states the action and subject. Every word earns its place, and there is no fluff or unnecessary detail. It is optimally front-loaded and compact.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has no parameters, no output schema, and annotations fully cover its safety profile, the description is complete enough. It explains what it does (show versions) and no further context is required. There is nothing missing that would hinder an agent from using 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, and the schema is fully covered. Per the rubric, a baseline of 4 is appropriate for 0 parameters. The description adds no parameter-specific information because none is needed, making this a perfect score for the dimension.
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 action: showing current MCP platform and adapter versions. It specifies the exact resource (versions) and is distinct from sibling tools like authenticate or connect, leaving no ambiguity about its 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?
While there is no explicit statement of when to use it, the tool's name and description make it obvious for checking version information. There are no exclusions or alternatives, so the context is clear enough. A slightly higher score is justified because the purpose is so self-evident that explicit guidance is unnecessary.
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 establish the read-only, idempotent, non-destructive nature of the tool. The description adds meaningful context by specifying what data is returned (connections, accounts, catalog tool counts), going beyond the annotations. It does not cover edge cases like empty states or authentication dependencies, but the additional detail is valuable.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single, well-structured sentence leads with the action and then lists the specific data returned, making it immediately scannable. There is no redundant information or filler, so every word 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?
For a low-complexity, zero-parameter read-only tool, the description adequately captures the primary return elements. It could improve by addressing potential empty results or the meaning of connection statuses, but these are minor gaps given the tool's simplicity and good annotation support.
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 input schema is trivially complete and there is no parameter documentation burden. The description correctly implies the tool acts on the entire toolkit without needing inputs, matching the baseline for zero-parameter tools.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses the specific verb 'Returns' and clearly identifies the resource as 'current toolkit state,' then enumerates the exact components returned: installed MCPs, connection status, connected accounts, and catalog tool counts. This makes it easily distinguishable from sibling tools like 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 the tool is used to obtain a high-level status overview of the toolkit, and the sibling context confirms its unique role. However, it does not explicitly state when to use this tool vs alternatives or mention any exclusions, leaving room for more explicit guidance.
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
DETRAN GO: Gravame, official-source lookup. Platform-hosted, pay per query with prepaid credit.
DETRAN GO: Debts, official-source lookup. Platform-hosted, pay per query with prepaid credit.
SEFAZ GO: IPVA, official-source lookup. Platform-hosted, pay per query with prepaid credit.
DETRAN MS: Vehicle, official-source lookup. Platform-hosted, pay per query with prepaid credit.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables querying vehicle licensing information from DETRAN AL (Alagoas, Brazil) via an official read-only MCP tool, with pay-per-use credit system and no credentials required.MIT
- AlicenseNot gradedqualityCmaintenanceConsulta em fonte oficial a base estadual de veículos de São Paulo via MCP, permitindo verificar dados de veículos com linguagem natural, somente leitura e pagamento por uso com créditos pré-pagos.MIT
- AlicenseNot gradedqualityCmaintenanceHosted MCP server for querying official DETRAN BA vehicle information (single read-only tool) via HTTP, with prepaid per-use credits.MIT
- AlicenseNot gradedqualityCmaintenanceRead-only MCP server for consulting IPVA (vehicle property tax) data from the official SEFAZ GO source in Brazil, using prepaid credits and compatible with any MCP client.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Most tools have clearly distinct purposes: authentication, connection status, vehicle query, marketplace, bug reporting, version info, and toolkit state. Minor overlap exists between connect and toolkit_info, both of which expose connection status, but they emphasize different aspects.
Naming is mixed: several tools use imperative verbs (authenticate, connect, report_bug, show_version), while others are nouns (marketplace, toolkit_info), and the domain tool uses a Portuguese compound (detran_go_veiculo_consultar). This inconsistency makes the set feel less cohesive.
Seven tools is a reasonable count in general, but six are generic platform utilities unrelated to the DETRAN vehicle domain. The server's narrow purpose is diluted by infrastructure tools, making the count inappropriate for its stated scope.
The only domain-specific tool is a single query operation; there are no other vehicle-related actions (e.g., lookup by plate, vehicle history, or listing). The remaining tools address platform administration, leaving obvious functional gaps for any real DETRAN vehicle use case.