Conselho Nacional de Justiça: Improbidade Administrativa e Inelegibilidade
Server Details
Conselho Nacional de Justiça: Improbidade Administrativa e Inelegibilidade, official-source lookup.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- mcp-dir/cnj_improbidade-mcp
- GitHub Stars
- 0
- Server Listing
- Conselho Nacional de Justiça: Improbidade Administrativa e Inelegibilidade
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.2/5.
Each tool serves a clearly distinct purpose: authenticate handles login, connect checks status, marketplace covers discovery and invocation, report_bug handles feedback, show_version and toolkit_info provide system info, and cnj_improbidade_consultar queries a specific data source. No functional overlap causes confusion.
Names mix styles: single words (authenticate, connect, marketplace), underscore-separated verbs (report_bug, show_version), noun phrases (toolkit_info), and a Portuguese compound (cnj_improbidade_consultar). This inconsistency in language, structure, and verb/noun usage makes the set feel uncoordinated.
With 7 tools, the count is reasonable for a platform-management server plus one domain-specific query tool. The marketplace tool is broad but consolidates many related actions, keeping the number manageable. No tool feels superfluous.
The set covers core platform needs: authentication, connectivity status, discovery/invocation, bug reporting, version checks, and toolkit state. The cnj tool adds a domain capability. Missing a dedicated list-tools operation is a minor gap since the marketplace description references it, but it's not a standalone tool.
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?
Annotations indicate idempotentHint=true and destructiveHint=false, which are already safe. The description adds behavioral context: calling with no args returns a login link, calling with a token establishes a session-only login, and the token does not expire when placed in server config as a header. This gives the agent meaningful behavioral expectations beyond 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 information-rich and front-loaded with the target context and the essential action. It is slightly run-on with multiple alternatives packed into one long sentence, but every clause contributes necessary behavioral information, so it is appropriately concise overall.
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 single optional parameter, no output schema, and no schema descriptions, the description does enough to completely convey the authentication flow: configuration setup, session-only fallback, and link generation behavior. It does not explicitly say when authentication becomes necessary, but the IDE-agent framing is sufficient practical context.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has only an optional `token` string with no description, but the description fills the gap by explaining that `token` is a JWT access token pasted by the user and is only used for session-only login. It also clarifies that omitting token triggers a link-returning behavior, giving the single parameter useful semantic context.
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: authenticates to MCP.AI by obtaining and providing an access token, either persistently via config or session-only via pasted token. The verb 'log in' and 'authenticate' plus the concrete resource (access token for this server's config) make the purpose unmistakable.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives explicit usage guidance: it is for IDE agents like Cursor, provides a best-practice config approach for permanent login, and clarifies when to paste a token versus call with no args to get the link. It also distinguishes session-only from permanent authentication paths.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
cnj_improbidade_consultarARead-onlyIdempotentInspect
Conselho Nacional de Justiça: Improbidade Administrativa e Inelegibilidade, 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 |
|---|---|---|---|
| cpf | No | ||
| cnpj | No | ||
| nome | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate read-only, idempotent, and non-destructive behavior. The description adds valuable context beyond annotations: cost per query (prepaid credit), no platform credentials required, data is non-confidential, and the client is the data controller under LGPD. This enriches the agent's understanding of operational and legal boundaries.
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 composed of three sentences, each providing relevant operational or legal context. It is front-loaded with the core purpose and then adds cost and compliance details. Slightly verbose due to LGPD phrasing, but still concise and organized.
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 relatively simple (read-only query with optional parameters). The description covers the data source, cost, and legal responsibility, but lacks guidance on parameter usage and expected output format. Since there is no output schema, the description should have provided some insight into return values, but it does not. It is adequate but with clear gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has three parameters (cpf, cnpj, nome) with 0% description coverage, and the description does not mention any of them. There is no guidance on how to use these parameters or whether they are mutually exclusive. The description fails to add meaning beyond the schema, leaving the agent without necessary parameter 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: querying official CNJ data on Improbidade Administrativa and Inelegibilidade. It uses a specific verb ('consulta') and names the resource (Conselho Nacional de Justiça), distinguishing it from the sibling tools which are generic platform operations.
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 on when to use this tool: for querying official Brazilian sources, with prepaid credits and no platform credentials. It doesn't explicitly state when not to use it or mention alternatives, but the sibling tools are unrelated, so the context is sufficient.
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 and idempotentHint, so the safe, non-destructive behavior is covered. The description adds transparency about the two possible output states and what happens when credentials are missing, without overstating side effects.
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, front-loads the core result, and uses each sentence to convey a meaningful distinction. There is no unnecessary detail 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?
For a read-only status tool with no parameters and no output schema, the description gives the key return states and associated URLs. It is nearly complete, though it does not explicitly describe a mixed/partial provider connection state beyond the all-connected and credentials-missing cases.
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 parameter-level semantics are not applicable. The description still helps by explaining what behavior the parameterless call produces, which is sufficient in this case.
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 gives concrete conditional behavior (authenticated:true vs connect_url). This distinguishes it from siblings like authenticate, which is associated with performing authentication rather than reporting status.
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 it should be used to check connection status and retrieve URLs when credentials are missing, which is useful but not explicitly framed as when-to-use guidance. It does not mention exclusions or explicitly reference an alternative such as authenticate.
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?
Given annotations only state readOnlyHint false, the description adds essential behavioral context: invoke works even without installation, returns connect/checkout links for credentials/payment, and writes require owner/admin. It also explains flags for installed status and the prompt library's share links, far exceeding annotation coverage.
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 logically structured, leading with the core flow and then addressing specific behaviors and the prompt library. Each sentence contributes necessary information, though chunking into a single paragraph reduces scannability. It is appropriately detailed for a tool with 14 distinct actions.
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, no output schema), the description covers the primary use cases, retry logic, and permissions thoroughly. It omits some edge-case parameters but provides enough context for an agent to operate the most common actions correctly. The absence of output schema is mitigated by describing typical responses like connect and checkout links.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema description coverage, the description compensates by explaining the meaning of key parameters like action, query, mcp_id, tool_id, arguments, and prompt_* fields. It does not detail every parameter (e.g., limit, immediate, cancel_reason), but the core flow is well documented, so it adds significant value beyond the 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 states the tool's role as the official marketplace and catalog of MCPs/tools, with a specific flow for discovery, describe, and invoke. It distinguishes itself from sibling tools by covering the entire lifecycle, and the term 'marketplace' is given a concrete operational definition.
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 outlines when to use each action (search, describe, invoke, install, list_tools, etc.) and provides decision rules such as preferring invoke for one-off use and install for permanence. It also contrasts with alternatives like request_mcp and clarifies subscription handling.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
report_bugBIdempotentInspect
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 (so it may have side effects) and destructiveHint=false (not destructive), idempotentHint=true (safe to repeat). The description adds that it sends a bug report/feedback, implying a network call, but does not disclose what happens after submission, potential rate limits, or whether it guarantees a response. With annotations present, the description adds a bit of context but not rich behavioral detail.
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 one sentence, concise, and front-loaded with the core purpose. It includes the key instruction about the conversation array without wasted words. Perfectly concise.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has 3 parameters, 0% schema description coverage, no output schema, and moderate annotations, the description should compensate. It fails to explain the 'context' parameter, the JSON format of 'conversation', and the expected message content. The description is too thin for an agent to invoke correctly without additional guessing. Sibling tools are unrelated, so no comparison helps. It is incomplete for a functional report 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?
Schema description coverage is 0%, meaning the description must explain parameters. The description mentions 'conversation' as a concept and 'message' implicitly (report a bug), but it does not clarify the role of 'context' or the format of 'conversation' (it says 'array' but does not explain what it should contain). The default values are not explained. Thus, the description provides minimal semantic help for 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: report a bug, missing feature, or send feedback. It also adds the specific instruction to include the conversation array for reproduction. This distinguishes it from siblings (which are unrelated actions like authenticate, connect, etc.), though it doesn't explicitly differentiate from any similar reporting 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?
The description implies when to use it (when there's a bug, missing feature, or feedback) and gives a specific instruction to include the conversation array. However, it does not specify when not to use it or alternatives, and there is no mention of any prerequisites or context requirements beyond the conversation array. Adequate but not explicit.
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 and idempotentHint=true, aligning with the non-mutating 'Show' action. The description adds the specific detail that both 'platform' and 'adapter' versions are returned, which is mildly informative beyond the annotations but does not disclose additional behaviors like output format or potential latency.
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, front-loaded sentence with no wasted words. Every word earns its place, and the structure is optimally concise.
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 inquiry with strong annotations, the description fully covers the necessary context. The tool is trivial, and the description is complete for its purpose.
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 the rubric specifies a baseline of 4 for such cases. The description needs to add no parameter meaning since none exist.
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 verb 'Show' and the resource 'MCP platform and adapter versions,' making its purpose unambiguous. However, it does not explicitly distinguish itself from sibling tools, though its simplicity largely removes ambiguity.
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 this tool is used when you need version information, but it provides no explicit guidance on when to use it over alternatives or any exclusions. For such a trivial tool, the implied usage is acceptable but not explicitly stated.
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=true, idempotentHint=true, and destructiveHint=false, so the agent knows it is a safe, non-mutating operation. The description adds value by specifying what the read returns (installed MCPs, connection status, accounts, tool counts), which complements the annotations. There is no contradiction. It could have mentioned whether the call has side effects like network probing, but for a lightweight status query, this is sufficient.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence that packs all relevant information without fluff. Every clause adds value: 'current toolkit state', 'installed MCPs', 'connection status', 'accounts connected', 'catalog tools count'. It is 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?
Given the tool's simplicity (no parameters, no output schema, readOnlyHint=true), the description is complete enough. It tells the agent exactly what information it will get. It might have mentioned the response format or type, but since there is no output schema, the agent relies on the description, and the listed contents are clear. The sibling context also suggests this is a status/diagnostic tool, which fits.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, and schema description coverage is 100% (trivially, since there are no properties). The description does not need to explain any parameters. The baseline for zero-param tools is a 4, and the description does not waste space on parameters, so a 4 is appropriate.
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 current toolkit state and enumerates specific contents: installed MCPs, connection status, accounts, and catalog tool counts. It uses a specific verb ('Returns') and resource ('current toolkit state'), which distinguishes it from siblings like connect, authenticate, and show_version.
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 this is a diagnostics/status tool for inspecting the toolkit's connected state, useful before using connect or authenticate. However, it does not explicitly state when to use it versus siblings or when not to use it. The context signals show zero parameters and readOnlyHint=true, reinforcing it as a status query, but explicit guidance is absent.
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 gradedqualityCmaintenanceMCP server that checks administrative impropriety convictions and ineligibility (CNIA) for a person or company using CPF or CNPJ, via a hosted API with prepaid credits and read-only tools.MIT
- AlicenseNot gradedqualityCmaintenanceConsulta detalhes de serventias extrajudiciais do Conselho Nacional de Justiça em fonte oficial, com ferramenta de leitura paga por uso e integração com qualquer cliente MCP.MIT
- AlicenseNot gradedqualityCmaintenanceEnables legal research by querying public official sources for processes, sanctions, DJEN publications, and jurisprudence using names, CPF, CNPJ, or CNJ numbers, without login.2MIT
- AlicenseNot gradedqualityCmaintenanceEnables querying the Brazilian Superior Electoral Court (TSE) for electoral crimes certificates of individuals using personal data like name, CPF, voter ID, and birth date.MIT
Your Connectors
Sign in to create a connector for this server.