Consulta de Radar (PSIE/Inmetro)
Server Details
Look up the metrological status of a city's speed cameras and breathalyzers in Inmetro's official re
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- mcp-dir/psie-mcp
- GitHub Stars
- 0
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.1/5 across 6 of 7 tools scored. Lowest: 3.4/5.
Most tools have distinct purposes: authenticate and connect both relate to connection/auth but one handles tokens and the other status/URLs, creating minor overlap. The marketplace tool is a catch-all for many actions, which can blur boundaries, but overall the tools are distinguishable.
Tool names are inconsistent: single-word names (authenticate, connect, marketplace) are mixed with underscore-separated verbs (report_bug, show_version) and a Portuguese snake_case tool (psie_consulta_municipio). No predictable verb_noun pattern is maintained across the set.
Seven tools is within a reasonable count, but the set is dominated by MCP platform management tools unrelated to the radar consultation purpose. Only one tool directly serves the domain, making the count feel bloated for the stated server name.
The radar domain is severely under-covered: only a municipality-based query is available, with no direct serial number lookup, no detail view, and no other lifecycle operations. The administrative tools are orthogonal to the server's apparent purpose, leaving significant gaps in domain functionality.
Available Tools
7 toolsauthenticateBIdempotentInspect
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 |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description discloses the persistence of the authentication (permanent vs. session), which adds behavioral context. It does not mention side effects or success/failure outcomes, but the annotations indicate idempotency and non-destructiveness, partially covering that gap.
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 somewhat rambling and mixes instructions for end-users with those for agents, making it less concise than ideal. It could be streamlined into clearer, separate usage cases, but it is not overly verbose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description covers the essential usage cases and the token parameter, but does not mention expected return values or error conditions. Given the simplicity of the tool and lack of output schema, it is adequate but not exhaustive.
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?
Although the schema provides only a bare 'token' parameter with no description, the tool description explains that it accepts a JWT token and that omitting it returns a login link. This adds significant meaning beyond the raw schema, compensating for the lack of 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?
The description clearly states the tool's purpose of authentication, explaining both permanent configuration and session-based token login. It distinguishes between two authentication methods, making it clear what the tool does, though the initial 'MCP.AI for IDE agents' phrasing is a bit ambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It provides usage instructions for two scenarios (permanent config vs. session token) and explains how to call with or without the token parameter. However, it does not explicitly compare with alternative tools like 'connect' or clarify when authentication is preferred over other methods.
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 | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds meaningful behavioral context beyond annotations: the conditional return states and the connect_url behavior when credentials are missing, which helps the agent interpret responses.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences with zero waste. The first sentence front-loads the core purpose, and the second succinctly explains the two outcome branches. 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 no-parameter status tool with strong annotations, the description adequately covers both main states and the URL return behavior. It doesn't fully explain the semantics of pending[], but that's a minor gap for such a simple tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the baseline is 4 per the rubric. There is no parameter information needed, and the description appropriately focuses on behavior rather than inputs.
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 states a clear action ('Returns connection status and URLs') with a specific resource, and the conditional outcomes (authenticated:true vs connect_url) distinguish it from siblings like authenticate and show_version. The verb+resource+behavior combination makes the tool's purpose unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives clear context for when to call the tool by describing the two possible states (all connected vs missing credentials), which helps the agent decide to check status before authenticating. It doesn't explicitly name alternatives or state when not to use it, but the behavioral cues provide practical guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
marketplaceInspect
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 |
psie_consulta_municipioARead-onlyIdempotentInspect
Lista os instrumentos do Inmetro (radares/medidores de velocidade por padrão) de um município e a situação metrológica de cada um: Nº de Série, Sentido, Vel. Nominal, Responsável, Local, Data da Declaração, Data Validade e Resultado (Aprovado/Reprovado/Reparado). Use pra checar se o radar que autuou (case o Nº de Série da sua multa na lista) estava aprovado e dentro da validade na data da infração. Consulta paga (debita a carteira).
| Name | Required | Description | Default |
|---|---|---|---|
| uf | Yes | ||
| tipo | No | ||
| municipio | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds an important behavioral detail not captured by annotations: that this is a paid query ('Consulta paga (debita a carteira)'). The annotations already note read-only and idempotent, but the cost implication is a significant side effect that the description discloses, enhancing transparency.
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 relatively concise, composed of two sentences, and includes a clear enumeration of output fields. It is well-structured and does not waste words, though it could be streamlined by removing redundant phrasing like 'por padrão'.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description covers the purpose, the return data fields, and a specific use case, which is quite complete for a simple query tool. It does not mention potential errors or response formats, but given the simplicity and lack of output schema, it adequately informs the user about what to expect.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description does not explain the parameters (uf, municipio, tipo). It lists output fields but gives no guidance on what values are expected for the inputs. Since the schema provides only names and types, the description fails to add meaning to the parameters, leaving them unclear.
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 that the tool lists Inmetro speed-measuring instruments for a municipality and provides their metrological status, with a specific list of attributes. This is a precise action (list) and resource (speed cameras in a municipality), making the purpose unambiguous and distinct from the unrelated sibling 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 gives a concrete use case: checking whether a radar that issued a fine was approved and within validity at the date of the infraction. This effectively tells when to use the tool, though it does not explicitly mention when not to use it or alternative tools, but given the context that is sufficient.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
report_bugAIdempotentInspect
Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | ||
| message | Yes | ||
| conversation | No | [] |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate readOnlyHint=false, destructiveHint=false, and idempotentHint=true, so the tool is known to be a non-destructive but state-changing action. The description adds that the conversation array is needed for reproduction, which is extra behavioral context. However, it does not explain what happens after reporting (e.g., whether it sends data asynchronously or returns a confirmation). With annotations covering safety, the description provides moderate additional transparency, hence a score of 3.
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, concise sentence. It conveys the purpose and a key usage guideline without any filler. It is appropriately sized and front-loaded, containing no unnecessary words or repetitions.
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 is simple: it has 3 parameters, no output schema, and no nested objects. The description covers the general purpose and one parameter, but lacks explanation of 'message' and 'context'. Since there is no output schema, the description should at least clarify expected input formats or return behavior, but it does not. The description is adequate for a basic reporting tool but incomplete regarding parameter semantics and any response/behavior beyond the annotation hints.
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 explain the parameters. The description only mentions the 'conversation' parameter ('Include the conversation array...'), but does not explain 'message' or 'context'. 'Message' is presumably the bug report text, but it is not explicitly stated. 'Context' is entirely unexplained. The description partially compensates but falls short of covering all three parameters, so it scores 2.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Report a bug, missing feature, or send feedback.' This is a specific verb (report) with a defined resource (bug/missing feature/feedback). It also distinguishes itself from sibling tools like authenticate, connect, and marketplace, which are unrelated to reporting. The purpose is unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides a clear context: it is used to report issues or send feedback. It also gives a specific usage instruction: 'Include the conversation array with recent messages for reproduction.' However, it does not explicitly mention when not to use this tool or describe alternatives, but given that none of the sibling tools are alternatives for reporting, the guidance is sufficient. It lacks a 'when-not' clause but is otherwise explicit about the action.
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 | |||
Tool Definition Quality
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 no further behavioral context such as authentication requirements or output format details, but nothing contradicts 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, front-loaded sentence with no filler or redundant phrasing. Every word contributes to understanding the tool's purpose.
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 lookup with clear annotations, this description is sufficiently complete. The lack of an output schema is not a significant gap because the expected return is simply version 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 tool has zero parameters, so the schema carries no burden and the description does not need to document parameter details. The baseline for a parameter-free tool is 4.
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 names the exact resource ('current MCP platform and adapter versions'). This clearly distinguishes the tool from siblings and leaves 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?
The description implies usage when a user needs version information, but it does not explicitly state when to use this tool versus alternatives or when not to use it. No exclusions or alternative tool references are provided.
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 | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false, covering safety. The description adds value by specifying the exact behavioral output (installed MCPs, connection status, accounts, tool counts) beyond what annotations provide. No contradictions.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single, well-structured sentence that front-loads the verb and resource, followed by a precise list of returned data. No redundant words 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 zero-parameter, read-only info tool, the description fully explains what will be returned despite lacking an output schema. The sibling tools are all action-oriented (authenticate, connect, report_bug), making this the only status/inspection tool, so no further 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?
Tool has zero parameters and the schema is essentially empty (100% coverage by default). Per rubric, baseline is 4 for zero-parameter tools. The description adds no parameter info needed since there are none.
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 specific verb 'Returns' with a concrete resource ('current toolkit state') and enumerates the exact items included (installed MCPs, connection status, accounts, catalog tool counts). This clearly distinguishes it from siblings like show_version (version info) or connect (establishing connections).
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 context by stating what it returns, making it clear this is for inspecting overall toolkit status. It does not explicitly state when not to use it or name alternatives, but the purpose is self-evident and matches the read-only, informational nature.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
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
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 Servers
- AlicenseNot gradedqualityCmaintenanceProvides read-only consultation of INMETRO cronotacograph details from official sources via a single tool, requiring prepaid credits.MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for consulting Brazilian INMETRO chronotachograph data from official sources, read-only, with one tool for queries.MIT
- AlicenseNot gradedqualityCmaintenanceEnables querying official INMETRO tanker vehicle (veículos tanque) data through a hosted MCP HTTP endpoint. Provides one read-only tool, inmetro_instrumentos_vc_tanque_consultar, for real-time consultation with robust documentation and client support.MIT
- AlicenseNot gradedqualityCmaintenanceEnables querying Brazilian traffic fine tickets (boletos de infração) from SENATRAN official source, read-only, via a single MCP tool for AI assistants.MIT