Polícia Rodoviária Federal: Débitos
Server Details
Polícia Rodoviária Federal: Debts, official-source lookup. Platform-hosted, pay per query with prepa
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- mcp-dir/prf_debitos-mcp
- GitHub Stars
- 0
- Server Listing
- prf_debitos
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?
Annotations only indicate idempotent/non-destructive/non-read-only; the description adds useful behavioral context: browser login requirement, permanent non-expiring vs session-only access, and token-based invocation. It does not contradict annotations and explains the underlying auth mechanism well.
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 dense but front-loaded with the core action ('log in in the browser, copy the access token'). Each sentence adds distinct value, though the final sentence is slightly run-on and could be clearer with tighter formatting.
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 one-parameter authentication tool with no output schema, the description covers the essential flow: browser login, token capture, permanent vs session-only options, and how to invoke. It could mention what exact response to expect, but the link-generation behavior is stated sufficiently.
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 coverage is 0%, but the description compensates fully: it explains that the single optional 'token' parameter is a JWT, shows the exact call shape ({ token: "<jwt>" }), and clarifies that calling with no args returns the login link. This goes well beyond the bare schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly defines an authentication flow: log in via browser, retrieve an access token, and either configure it permanently or pass it for a session. It uses concrete verbs and describes the auth resource, though it does not explicitly distinguish itself from sibling tools like '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 gives explicit invocation guidance: add the token to server config for a permanent connection, or paste it for session-only login, with no args to get the link. It does not explicitly state when to use an alternative sibling tool, but it clearly covers the tool's own modes.
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, so the description adds value by explaining what the response contains (fields like authenticated, pending, connect_url) and differentiates between two states. There is no contradiction with 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?
Two sentences, zero filler. The description is front-loaded with 'Returns connection status and URLs' and then clarifies states. 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?
Given no parameters, no output schema, and strong annotations, the description fully captures the tool's behavior. It explains the two possible outcomes (connected or missing credentials) and what each returns, which is enough for an agent to use it correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has 0 parameters, and schema description coverage is 100% (since no properties). The description adds meaning by explaining the return values and state semantics, which is helpful even without 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 returns connection status and URLs, and describes the difference between connected state (authenticated:true, empty pending[]) and missing credentials (connect_url and per-install URLs). It distinguishes from siblings like authenticate which likely initiates connection, though it doesn't explicitly name it.
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: to check connection status before proceeding. It contrasts states when credentials are missing versus connected. It doesn't explicitly name alternatives (e.g., authenticate), but the semantic is clear for an agent deciding whether to check or initiate.
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 only say readOnlyHint=false, openWorldHint=true, idempotentHint=false, destructiveHint=false; the description adds substantial behavioral context: invoke runs one-off without installing, returns connect/checkout links on auth/payment failures, and writes require workspace owner/admin. It also discloses installed_in_toolkit vs installed_in_workspace flags. No contradiction with 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 long but well-structured: purpose first, then 'Core flow', 'KEY', install-vs-invoke guidance, permissions, and prompt library. It is dense and front-loaded, though it could be slightly more scannable with bullet points.
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 14-action, 23-parameter tool with no output schema, the description covers the main workflows, auth requirements, billing edge cases, and the prompt library. It omits the 'resume' action and some parameter details, but is complete enough for an agent to select and invoke 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?
With 0% schema coverage, the description compensates by explaining the central action enum and core parameters (mcp_id, tool_id, arguments via 'params', prompt_slug/prompt_vars via the prompt library flow). However, it leaves several fields undocumented (limit, query, immediate, conversation, cancel_comment, report_context, request_details, prompt_title/description/category/targets), so it doesn't fully cover the 23-parameter surface.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with 'official mcp.ai marketplace — the in-platform catalog of every MCP/tool, AND the way to run them' and enumerates specific actions (search, describe, invoke, install, list_tools, prompt-library actions). It clearly distinguishes this meta-tool from siblings by framing it as the catalog/execution layer rather than a domain-specific tool.
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?
Explicitly prescribes a core flow (search → describe → invoke) and gives when-to-use guidance: 'prefer invoke for a single/occasional use' vs 'Use install only to make an MCP PERMANENT'; also distinguishes list_tools ('what is callable right now') and request_mcp ('when nothing fits'). This is strong alternative-selection guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
prf_debitos_consultarARead-onlyIdempotentInspect
Polícia Rodoviária Federal: Débitos, consulta em fonte oficial. Hospedado pela plataforma, sem credenciais da plataforma, pague por consulta com crédito pré-pago. Consulta informação de fontes e órgãos oficiais brasileiros (a mesma disponível ao cidadão), não é dado sigiloso. O cliente é o controlador dos dados e responde pela finalidade legítima (LGPD).
| Name | Required | Description | Default |
|---|---|---|---|
| ait | No | ||
| placa | Yes | ||
| renavam | Yes | ||
| ignora_boleto | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds useful behavioral context: payment via prepaid credit, official source, non-confidential nature, and LGPD responsibilities. It goes beyond 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 a single compact paragraph, front-loaded with the core purpose ('PRF: Débitos, consulta em fonte oficial'). It covers purpose, hosting, payment, data source, and legal notes without excessive verbosity. However, it could be slightly more structured with explicit parameter guidance.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With 4 parameters, no parameter descriptions, and no output schema, the description is incomplete. It does not explain expected inputs (e.g., plate format, renavam numeric), what the query returns (e.g., list of fines, amounts, payment status), or any error conditions. The legal and payment context is useful but does not compensate for missing functional details.
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 tool description does not explain any of the parameters (ait, placa, renavam, ignora_boleto). Even required fields like placa and renavam are only implied by the domain (PRF debts), not explicitly described. Optional parameters like 'ait' and 'ignora_boleto' are completely unexplained, leaving the agent to guess their meaning.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool queries debts ('Débitos') from the Polícia Rodoviária Federal (PRF) official source. This is specific about the resource (vehicle debts) and the action (query). It distinguishes from siblings like authenticate or connect, 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 provides clear context: it is a paid per-query service hosted by the platform, requiring no platform credentials. It implies usage when checking PRF debts, though it does not explicitly mention alternatives or when not to use it. The mention of LGPD and data controller status adds situational context.
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 provide readOnlyHint=false, destructiveHint=false, and idempotentHint=true, so safety is conveyed. The description adds the instruction to include recent conversation for reproduction, which is useful behavioral context, but it doesn't describe response behavior or side effects beyond what annotations imply. No contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence that covers purpose and a key usage hint. Every word adds value; no filler or repetition.
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 (3 params, no output schema), the description adequately covers the main use case and instructs on the critical parameter (conversation). It does not explain the 'context' parameter or response format, but for a bug-report tool this is acceptable. The description is mostly complete for an agent to use it correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 0%, so the description must compensate. The description explains the purpose of the 'conversation' parameter (for reproduction) but leaves 'message' and 'context' undocumented in the description. While the required 'message' parameter is self-explanatory, 'context' is not addressed, and the description does not fully compensate for the lack of schema explanations.
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.' It uses a specific verb ('Report') and resource ('bug/missing feature/feedback'), which distinguishes it from sibling tools like authenticate 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 ('to report a bug, missing feature, or send feedback') but does not explicitly contrast with alternatives or state when not to use. It provides a usage hint to include the conversation array for reproduction, but no explicit exclusions or selection criteria.
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, which fully cover the safety profile. The description adds minimal extra behavioral context (e.g., that it shows 'current' versions), but does not describe return format or other nuances. It does not contradict the annotations, so a middle score is appropriate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence that conveys the essential information without any waste. It is perfectly concise and well-structured for a tool with no parameters.
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 low complexity (no parameters, no output schema, clear annotations), the description is fully complete. It tells the agent exactly what the tool does, and the annotations cover behavioral safety. There are no missing pieces that would hinder 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?
The tool has no parameters, and the schema coverage is trivially 100%. Per rubric, 0 parameters warrants a baseline of 4. The description does not need to explain parameters; it simply states the tool's purpose, which is sufficient.
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 clear verb ('Show') and specifies the resource ('current MCP platform and adapter versions'), making the tool's purpose unambiguous. It is specific enough to distinguish it from sibling tools like authenticate or connect, which have entirely different functions.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies the tool is used when version information is needed, but it does not explicitly state when to use it versus alternatives or provide any exclusion criteria. Since the tool is trivial, the context is clear enough, but it lacks explicit guidance on when or when not to use it.
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. The description adds valuable transparency by spelling out what state is returned: installed MCPs, connection status, accounts, and catalog tool counts. It does not describe return formatting or potential staleness, but it does not contradict annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single well-structured sentence. It front-loads the verb and resource, then lists concrete details. Every clause earns its place with no filler or repetition.
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?
This is a low-complexity, stateless info tool with no parameters and strong annotations. The description fully specifies the returned information categories, so the tool is adequately documented even without an output schema.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has zero parameters, so the baseline is 4. The description has no parameter details to provide, and no missing parameter information needs compensation since the tool takes no arguments.
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?
Description opens with the specific verb 'Returns' and names the resource: 'the current toolkit state'. It enumerates the exact content (installed MCPs, connection status, connected accounts, catalog tool counts), making it clearly distinct from siblings like show_version and 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 clearly indicates when to invoke the tool: whenever an agent needs an overview of installed MCPs, their status, accounts, or exposed tool counts. It does not explicitly contrast with sibling tools, but the detailed content makes the use context obvious and no exclusions are needed.
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
DPRF Nada consta: Multas em Aberto, official-source lookup. Platform-hosted, pay per query with prep
DETRAN PR: Multas (Extrato), official-source lookup. Platform-hosted, pay per query with prepaid cre
DETRAN PR: Multas (Descritivos), official-source lookup. Platform-hosted, pay per query with prepaid
DNIT: Traffic Fines (CNPJ), official-source lookup. Platform-hosted, pay per query with prepaid cred
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceConsulta multas em aberto do DPRF (Polícia Rodoviária Federal) em fonte oficial, permitindo verificar pendências de trânsito via consulta de leitura.MIT
- AlicenseNot gradedqualityCmaintenanceConsulta o histórico de multas de trânsito da Polícia Rodoviária Federal por RENAVAM, incluindo canceladas, em aberto ou pagas, via uma ferramenta somente leitura.MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for querying vehicle debts (débitos) from DETRAN DF's official source. It is read-only and works with any MCP client over HTTP, with pay-per-use prepaid credits.MIT
- AlicenseNot gradedqualityCmaintenanceEnables users to query vehicle debts from the official SEFAZ RS system, offering a single read-only tool to fetch debt information for vehicles registered in Rio Grande do Sul.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Several tools serve overlapping meta-purposes: 'authenticate' and 'connect' both handle connection/auth flows, while 'marketplace', 'report_bug', 'show_version', and 'toolkit_info' are generic platform utilities that could apply to any server, not specific to the PRF débitos domain. This creates confusion about when to use which tool, especially for an agent expecting a focused domain toolset.
The one domain-specific tool 'prf_debitos_consultar' uses a descriptive prefix, but the other tools are generic verbs (authenticate, connect, marketplace, report_bug, show_version, toolkit_info) with no consistent pattern or domain alignment. The mixing of specific domain naming with generic platform utility names breaks any coherent convention.
At 7 tools total, the count is reasonable for a server, but it is misleading: only 1 tool actually serves the stated purpose (PRF débitos), while 6 are generic MCP platform utilities (auth, catalog, version info, bug reporting) that could belong to a separate meta-server. For the PRF domain, 1 domain tool feels thin.
The server claims to be about 'Débitos' (debt/fines) from the Polícia Rodoviária Federal, but besides a single 'consultar' (query) tool, there is no coverage for common lifecycle operations (e.g., listing different debt types, checking payment status, getting details, or handling errors). The remaining tools are unrelated platform meta-functions, leaving the stated domain severely under-covered.