Prefeitura CE Fortaleza: CPOM
Server Details
Prefeitura CE Fortaleza: CPOM, official-source lookup. Platform-hosted, pay per query with prepaid c
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- mcp-dir/pref_ce_fortaleza_cpom-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 7 of 7 tools scored. Lowest: 3.2/5.
Each tool has a distinct purpose: authenticate for login, connect for status, marketplace for the main MCP catalog/execution, pref_ce_fortaleza_cpom_consultar for specific CPOM queries, and report_bug/show_version/toolkit_info for auxiliary platform functions. No two tools overlap in function.
Names follow no unified pattern: some are bare verbs (authenticate, connect), some are noun-based (marketplace, toolkit_info), and one is a long domain-specific identifier (pref_ce_fortaleza_cpom_consultar). The inconsistency makes the toolset harder to predict.
With 7 tools, the server is not overloaded, and each tool serves a clear function. The count is slightly above a minimal set because several tools (show_version, report_bug) are generic platform utilities, but they still justify their presence.
The server covers both the specific CPOM consultation need (one query tool) and the broader MCP marketplace operations (search, invoke, install, prompts, etc.). There are minor gaps like no explicit batch operations or history, but core workflows are covered without dead ends.
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 goes beyond the annotations by explaining the two modes (permanent config header vs session-only pasted token) and the no-args behavior of returning a login link. It doesn't cover error/return behavior for invalid tokens, but annotations already provide idempotent/safe hints.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise, front-loads the purpose, and every clause adds actionable setup information without repetition 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 one-parameter authentication tool with no output schema, this is reasonably complete: it covers setup modes, argument semantics, and no-args behavior. It could mention success/failure responses or security implications, but those are not essential for invoking it.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema only defines token as a string; the description adds meaning by specifying it should be a JWT copied from the browser, and by clarifying that omitting it returns the link. With 0% schema description coverage, this compensation is useful, though format details are still light.
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 authentication for MCP.AI in IDE agents, using specific verbs like 'log in', 'copy the access token', and 'call with token'. It does not explicitly differentiate from sibling tools such as 'connect'.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It gives concrete guidance: use no-args to obtain a link, pass a token for session-only login, and prefer adding a header to the server config for a permanent non-expiring connection. It doesn't mention alternative sibling tools or when-not-to-use, so not a 5.
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, idempotentHint, and destructiveHint false. The description adds valuable behavioral detail, specifying return fields like authenticated, pending[], and connect_url under different conditions, going beyond the annotation basics.
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-loaded with the primary purpose and followed by conditional behavior. Every word earns its place, with no redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is simple with no parameters and no output schema. The description covers the main states (all connected vs missing credentials) but does not mention partial-connection scenarios, leaving a small gap for completeness.
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 coverage is 100%. Baseline for zero parameters is 4, and the description appropriately adds no parameter information 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 it returns connection status and URLs, using the specific verb 'returns' and a defined resource. It distinguishes itself from the sibling 'authenticate' tool by focusing on status rather than authentication action.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context for when to use the tool: to check connection status. It explains behavior for both connected and missing-credential cases, though it does not explicitly name alternative tools or state when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
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 are thin (readOnlyHint=false, idempotentHint=false), so the description carries a heavy burden and delivers richly. It discloses that invoke runs one-off WITHOUT adding the MCP to the toolkit or bloating the tool list, that writes require workspace owner/admin, that search/describe flag installed_in_toolkit vs installed_in_workspace, and what connect/checkout links do. No contradiction with annotations — readOnlyHint=false aligns with the described writes. Exceptional behavioral disclosure.
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?
Every sentence earns its place — there is zero fluff and the information density is high. But it is delivered as one giant run-on paragraph with no bullets, breaks, or sectioning, which makes a 14-action, two-domain (MCP + prompt library) tool very hard to scan. Dense but poorly 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?
For an exceptionally complex tool (14 actions, 23 params, no output schema), the description covers operational completeness well: the full search→describe→invoke pipeline, install-vs-invoke semantics, credential and payment flowbacks, auth requirements for writes, and the prompt-library sub-flow. It even discloses several return behaviors (connect link, checkout link, shareable mcp.ai/p/<slug> link). Gaps remain in parameter semantics and certain return formats, but given no output schema, this is strong.
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% across 23 parameters, so the description must compensate entirely. It does explain the action enum thoroughly (all values with their intents) and touches on key params (mcp_id, tool_id, arguments, tier_slug). However, a large portion of params — conversation, prompt_tool, prompt_vars, prompt_targets, cancel_reason, cancel_comment, report_context, request_details, immediate, limit, message, prompt_body, prompt_slug, request_name — are never mentioned. Partial compensation only for a 23-param tool.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a specific, concrete purpose: 'the in-platform catalog of every MCP/tool, AND the way to run them.' It enumerates all 14 action values with their functions (search/describe/invoke flow, install vs invoke, prompt-library operations) and clearly differentiates this meta-tool from its siblings — authenticates, connects, and singular query tools are not catalog gateways. The verb-resource scope 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?
Outstanding when-vs-alternative guidance. It explicitly distinguishes invoke ('prefer invoke for a single/occasional use') from install ('Use install only to make an MCP PERMANENT'), explains when search/describe are the entry path, and covers conditional flows (credential → connect link, empty wallet → checkout link, then retry). It even ties to siblings implicitly by noting report_bug is an action here. This is model for decision guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
pref_ce_fortaleza_cpom_consultarBRead-onlyIdempotentInspect
Prefeitura CE Fortaleza: CPOM, 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 |
|---|---|---|---|
| cnpj | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds meaningful behavioral context beyond annotations: queries are paid via prepaid credit, no platform credentials are required, the data is the same available to citizens and not confidential, and the client is the data controller under LGPD. No contradiction with annotations was found.
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 three sentences and front-loaded with the core purpose in the first sentence. The additional operational and LGPD context is concise and adds relevant information without excessive verbosity.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple one-parameter, read-only tool, the description covers the main purpose, payment model, and data-control responsibilities. However, it leaves gaps: 'CPOM' is undefined, the CNPJ parameter is not explicitly tied to the query, and there is no mention of expected return/result behavior despite there being no output schema.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, and the description never mentions the 'cnpj' parameter, its format, or its role in the query. The parameter name alone is somewhat self-explanatory in a Brazilian context, but the description does not compensate for the missing schema guidance.
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 read/query operation ('consulta em fonte oficial') targeting CPOM data from Prefeitura CE Fortaleza, which is specific enough to distinguish it from the unrelated sibling tools. However, it never explains what 'CPOM' stands for and broadens to generic 'fontes e órgãos oficiais brasileiros', which slightly dilutes the specificity.
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 operational context (hosted by the platform, no platform credentials, pay-per-query with prepaid credit) but no guidance on when to use this tool versus alternatives. There is no explicit when-to-use or when-not-to-use statement, and no alternatives are mentioned.
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 indicate this is not read-only (readOnlyHint: false) but also not destructive (destructiveHint: false), which is consistent with 'report' implying a side-effectful action. The description adds context about including conversation data for reproduction, going slightly beyond annotations. However, it does not discuss idempotency despite idempotentHint: true being set, missing an opportunity to clarify behavior. No contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences: the first states purpose, the second gives a concrete instruction. Every word earns its place, and the most important information is front-loaded. No fluff.
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 tool with only 3 parameters and no nested objects, the description is under-specified. It omits the purpose of the required 'message' parameter and the 'context' field, and provides no output schema or return expectations. For a bug-reporting tool, it leaves the agent guessing about what to send and what to expect in response.
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 parameters. It only mentions 'conversation array' indirectly, but fails to explain 'message' (required) or 'context.' This leaves the agent without crucial parameter meaning, making the tool difficult to invoke correctly.
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 uses a specific verb ('report'/'send') and identifies the resource (bug/feedback). It differentiates itself from sibling tools like 'authenticate' and 'connect' which have distinct purposes.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description mentions including the conversation array 'for reproduction,' which implies when to use it (when a bug needs debugging). However, it does not explicitly state when to prefer this over alternatives or provide any exclusion criteria. The guidance is implied 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, idempotentHint=true, and destructiveHint=false, so the safety profile is established. The description adds scope definition ('platform and adapter versions') which complements, rather than contradicts, the annotations. No contradiction.
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, complete sentence with zero wasted words. 'Show' is front-loaded, and every remaining word ('current', 'MCP platform', 'adapter versions') carries meaning. Perfectly proportionate to the tool's simplicity.
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 version-inspection tool with zero parameters, rich safety annotations, and no output schema, the description covers all essential behavioral context. Slight deduction only because return-value format isn't hinted, but that's not required in the absence of an output schema.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With zero parameters, the baseline of 4 applies as the description appropriately says nothing about parameters. Schema coverage is trivially 100% with an empty properties object, so there's no gap for the description to fill.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a clear, active verb ('Show') with a specific resource ('MCP platform and adapter versions') and temporal scope ('current'). It's immediately distinguishable from siblings like 'toolkit_info' by making its exact function self-evident.
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 use it (whenever version info is needed) and the word 'current' implies it's not a history command. However, it doesn't explicitly discuss alternatives or exclusions, though the trivial nature of a version check makes this less critical.
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 safety is covered. The description adds meaningful context beyond annotations by specifying exactly what state information is returned, including per-MCP connection status and account details. It does not mention response shape or freshness, but for a read-only info tool 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, well-structured sentence that front-loads the main purpose ('Returns the current toolkit state') and then enumerates the returned details compactly. Every clause provides useful information, with no redundancy 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 parameterless read-only status tool with no output schema, the description is complete: it names all major output components (installed MCPs, connection status, accounts, catalog tool counts). The absence of an output schema is adequately compensated by this explicit enumeration. The tool's simplicity means no further behavioral or format details are necessary.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, and the schema is trivially 100% covered by the empty properties object. The description correctly focuses on the return value rather than parameters, and no parameter semantics are missing. Baseline 4 applies for parameterless tools.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description begins with the specific verb 'Returns' and the resource 'current toolkit state', then details exactly what that state includes: installed MCPs, connection status, connected accounts, and catalog tool counts. This clearly distinguishes it from sibling tools like authenticate, connect, 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 gives clear context that this tool is for inspecting toolkit state, including MCP installation, connection status, and account linkage. It does not explicitly name alternatives or exclusion criteria, but the detailed output list makes the intended usage evident compared to action-oriented siblings.
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 de dados oficiais da Prefeitura SP Mogi das Cruzes (CPOM) em fonte oficial, com ferramenta de leitura para agentes de IA via HTTP.MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for consulting official Campinas city government (CPOM) data in Portuguese. Read-only, hosted service with prepaid credits, compatible with any MCP client.MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for querying Dívida Ativa data from the State Attorney General's Office of Ceará (Brazil). It provides a single read-only tool to consult official debt records, hosted and accessed via prepaid credits.MIT
- AlicenseNot gradedqualityCmaintenanceEnables querying official data from the Prefeitura de Recife (Recife City Hall) through a hosted, read-only MCP server. Supports MCP over HTTP with usage-based prepaid billing.MIT