ECRVSP Restrições: Bloqueios Judiciais RENAJUD
Server Details
ECRVSP Restrições: Bloqueios Judiciais RENAJUD, official-source lookup. Platform-hosted, pay per que
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- mcp-dir/ecrvsp_restricoes_renajud-mcp
- GitHub Stars
- 0
- Server Listing
- ECRVSP Restrições: Bloqueios Judiciais RENAJUD
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.3/5 across 7 of 7 tools scored.
The single RENAJUD consultation tool is clearly distinct, and version/bug-report tools are unambiguous. However, `authenticate`, `connect`, and `toolkit_info` overlap around authentication/status, while the `marketplace` tool is a catch-all that also covers listing, invoking, installing, billing, and even bug reporting, creating real ambiguity for agent tool selection.
Most names are lowercase and use underscores, but the naming conventions are mixed: plain verbs (`authenticate`, `connect`), generic nouns (`marketplace`, `toolkit_info`), and a single long Portuguese name with the verb at the end (`ecrvsp_restricoes_renajud_consultar`). There is no uniform verb-noun structure or shared domain prefix, so the set feels stylistically inconsistent.
Seven tools is not an unreasonable total, but the server is named after the ECRVSP/RENAJUD restriction service, and only one tool actually performs that domain task. The rest are platform, authentication, version, and marketplace utilities, making the set feel padded and only loosely scoped to the named service.
For the core read-only domain of looking up judicial-block restrictions from an official Brazilian source, the `ecrvsp_restricoes_renajud_consultar` tool covers the primary transaction, and the platform tools cover connection/auth/toolkit management. There is no obvious dead-end for the main use case, though the domain surface beyond that single consultation is thin.
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 |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description explains the behavior of the tool beyond the annotations. For example, it clarifies the auth flow, discusses sessions versus permanent tokens, and notes that a token is non-expiring when configured via the header. This adds value on top of the idempotentHint annotation, indicating a side-effect-free operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is dense but efficient, using a colon and paragraph break to separate the permanent and session-based flows. While it's slightly long, every clause provides necessary instruction, earning a high score for conciseness given the complexity.
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 (1 optional param, no output schema, no nested objects) and the provided annotations, the description covers the essential context: how to authenticate, what to do with the token, and the two modes of operation. It's complete for an authentication tool, though it could have elaborated on what the login link looks like or expected response, but the lack of an output schema makes this less critical.
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 itself only lists a 'token' string with no description, and there's 0% schema description coverage. The description compensates for this by explaining that the token is an optional JWT to paste for session-only login and clarifies the no-argument call. This brings the score up to a baseline 3, as the description makes the parameter's usage clear despite the schema's lack of detail.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: authenticating MCP.AI for IDE agents by logging in via browser and copying an access token. It specifies the authentication methods, including permanent configuration via header or session-only token, and covers the no-arg call. This clearly distinguishes it from siblings like 'connect' 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 explicitly tells when to use this tool, providing step-by-step instructions for both a permanent and session-only login. It also clarifies the behavior with and without arguments, leaving no ambiguity about the recommended setup. While it doesn't name alternatives, the guidance is explicit and actionable.
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 provide readOnlyHint and idempotentHint, but the description adds valuable behavioral context: it explains the two distinct return states (all providers connected vs. missing credentials) and specifies what URLs are returned. This goes beyond the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two concise sentences that front-load the core purpose and then clarify behavior. No wasted words. Every sentence adds information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter status tool, the description fully explains the output states and URL behavior, which is sufficient. No output schema exists, but the description provides the necessary return details. Combined with strong annotations, this is complete.
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?
There are zero parameters, and schema coverage is 100% (empty schema). The baseline for 0 params is 4, and the description does not need to add parameter info since none exist. It appropriately focuses on the return behavior instead.
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: 'Returns connection status and URLs.' It specifies the resource (connection status) and the action (returns), and distinguishes it from siblings by indicating it returns URLs and authentication state, which is not covered by siblings like 'authenticate'.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for checking connection status but does not explicitly state when to use this tool versus alternatives like 'authenticate' or mention exclusions. However, the clear purpose makes the context obvious, so it earns a 4 rather than a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
ecrvsp_restricoes_renajud_consultarARead-onlyIdempotentInspect
ECRVSP Restrições: Bloqueios Judiciais RENAJUD, 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 |
|---|---|---|---|
| a3 | Yes | ||
| a3_pin | Yes | ||
| chassi | Yes | ||
| login_cpf | Yes | ||
| login_senha | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Description discloses that it's a read-only consultation (supports readOnlyHint), does not involve sensitive data ('não é dado sigiloso'), and clarifies the LGPD responsibility of the client as data controller. It also mentions the payment model and that it's hosted by the platform. 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?
Description is concise but informative, covering purpose, usage, and context in a few sentences. It's not overly verbose. However, it could be more structured, but it's acceptable.
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 gives context about the official source, payment, and LGPD, but lacks details on when to use vs siblings, and does not explain the parameters. Since there are 5 required params, more context would be helpful. It also doesn't mention output format or what information is returned.
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 5 required parameters but no descriptions. The description mentions credentials (a3, a3_pin, login_cpf, login_senha) and chassi (likely the vehicle chassis), but does not explicitly explain each parameter's purpose or format. With 0% schema description coverage, the description partially covers the parameters but not fully. It's ambiguous what a3 and a3_pin are exactly.
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 what the tool does: it consults judicial blocking restrictions from RENAJUD via an official source. It is distinct from sibling tools like 'authenticate' or 'marketplace', which are general platform functions. The name and description align, and it specifies the resource (RENAJUD restrictions) and the action (consult).
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 this tool: for querying RENAJUD judicial blocking information from official Brazilian sources encoded in ECRVSP. It mentions payment via prepaid credits and that no platform credentials are needed (though user credentials are required in the schema). It doesn't explicitly contrast with siblings, but the purpose is clear enough to differentiate.
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 |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations provide only basic flags, but the description adds substantial behavioral detail: invoke runs uninstalled MCPs one-off without adding them to the toolkit, returns connect links for auth and checkout links for payment, and requires workspace owner/admin for writes. It also explains installed_in_toolkit vs installed_in_workspace flags and the prompt-library publishing behavior. No contradictions 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 information-dense and well-organized: it starts with the core identity, then walks through the primary flow, key invoke behavior, install-vs-invoke tradeoffs, billing, and the prompt library. Every section adds distinct value, though it could be slightly more scannable with clearer separation or 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?
Given the tool's complexity, 23 parameters, and lack of an output schema, the description covers the main workflow, edge cases like auth/payment links, permission requirements, and the secondary prompt-library feature. It leaves some gaps around exact arguments JSON format, the resume action, and response shapes, but overall it provides strong contextual grounding for an agent.
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 23 parameters and 0% schema description coverage, the description carries a heavy burden for explaining parameters. It explains the action enum and high-level roles of tool_id and arguments, but many parameters such as limit, query, immediate, tier_slug, cancel_reason, prompt_* fields, and request_* fields are not meaningfully described. The value added is real but incomplete relative to the parameter set.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the tool as the official mcp.ai marketplace and explains that it covers both discovery and execution of MCPs/tools, including capability requests like 'find an MCP that does X'. It names the core actions (search, describe, invoke, install, etc.) and distinguishes it from sibling tools like authenticate or connect by describing a specific marketplace flow.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit guidance on when to use each action, including the core flow of search → describe → invoke, when to prefer invoke over install, and when install is appropriate for making an MCP permanent. It also covers list_tools, subscribe/cancel, request_mcp, and prompt-library actions, with clear alternatives and exclusions.
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, idempotentHint:true, and destructiveHint:false, establishing the behavioral baseline. The description adds guidance to include a conversation array for reproduction, supplying a small extra behavioral detail. However, it does not disclose what happens after reporting, whether confirmation is returned, or any side effects beyond the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence with no fluff, front-loading the core purpose and then adding the key instruction about the conversation array. Every word earns its place, and the structure is immediately scannable.
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 relatively simple tool with three flat parameters and no output schema, the description is mostly sufficient. It covers the tool's goal and highlights the important reproduction detail (conversation array). It does not describe the response behavior or error cases, but these are less critical given the low complexity and clear intent of a user-facing bug report mechanism.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate. It does explain the 'conversation' parameter as the array for reproduction, but it never explicitly defines 'message' (the required parameter) or 'context'. The description partially bridges the schema gap but leaves notable ambiguities for two of the three parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose with specific verbs and targets: 'Report a bug, missing feature, or send feedback.' This unambiguously differentiates it from sibling tools such as authenticate, show_version, or marketplace, 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 explicitly enumerates the applicable scenarios (bug, missing feature, feedback) and provides guidance to include the conversation array for reproduction. Though no explicit alternatives or exclusion criteria are stated, the use cases are clear and no sibling tool could reasonably be mistaken for this one.
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=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds no additional behavioral details beyond restating the purpose, so it relies on annotations for 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 a single clear sentence with no fluff, front-loaded with the action.
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, no params, no output schema. The description adequately conveys that it returns version info, enough for an agent to know what to expect. It could specify output format, but not necessary for this basic 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 no parameters, and the schema coverage is 100% (empty). Per rubric, baseline for 0 params is 4, and description doesn't need to add param semantics.
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 with a specific verb ('show') and resource ('current MCP platform and adapter versions'), distinguishing it from sibling tools like authenticate or connect. It is specific and 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 implies usage (when you need version info) but does not explicitly mention when to use it against alternatives or any exclusions. Since the tool is simple and no sibling serves the same purpose, the lack of explicit guidance is acceptable, but it falls short of explicit guidelines.
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?
The description fully discloses what the tool returns, and the annotations (readOnly, idempotent, not destructive) are consistent with the description. No hidden side effects or additional behaviors are implied, ensuring 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 a single, clear sentence that lists all key information. There is no unnecessary wording or redundancy, making it concise and well-structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Without parameters and without a specified output schema, the description provides complete context about what the tool does and what it returns. It covers all necessary aspects for a simple info-gathering 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 schema coverage is 100%. The description does not need to explain parameters, and it doesn't. Given the trivial nature, this is adequate, though a perfect score might be reserved for tools with parameters that are thoroughly explained.
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: returning the current toolkit state, including installed MCPs, connection status, connected accounts, and catalog tool counts. It is specific and distinct from sibling tools which focus on authentication, connection, version, etc.
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 the description does not explicitly mention when to use this tool versus alternatives, its role as an info/status tool is evident from the content. Sibling tools serve different purposes (authenticate, connect, report_bug, etc.), so usage is clear enough, though not explicitly stated.
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 gradedqualityCmaintenanceConsulta restrições e bloqueios ativos DETRAN em fonte oficial via MCP. Servidor somente leitura, hospedado, com pagamento por uso via créditos pré-pagos.MIT
- AlicenseNot gradedqualityCmaintenanceConsulta em fonte oficial para documentos ECRVSP de primeiro emplacamento, com ferramenta somente leitura.MIT
- AlicenseNot gradedqualityCmaintenanceEnables querying vehicle registration information (BIN RENAVAM) from the official ECRVSP source. Read-only, prepaid per use, works with any MCP client.MIT
- AlicenseNot gradedqualityCmaintenanceConsulta em fonte oficial para ECRVSP Documentos: Escolha da Placa, permitindo consultas via MCP.MIT
Your Connectors
Sign in to create a connector for this server.