Prefeitura SP Sumaré: NFS-e (Nota Fiscal Eletrônica de Serviços)
Server Details
Prefeitura SP Sumaré: NFS-e (Nota Fiscal Eletrônica de Serviços), official-source lookup. Platform-h
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- mcp-dir/pref_sp_sumare_nfs-mcp
- GitHub Stars
- 0
- Server Listing
- Prefeitura SP Sumaré: NFS-e (Nota Fiscal Eletrônica de Serviços)
TDQS
Scored across 7 tools
Most tools have clear, distinct purposes: authentication, connection status, marketplace search, the NFS-e consultation, and generic support tools. However, 'authenticate' and 'connect' have some overlap in functionality (both deal with login/status), which could cause minor confusion.
Tool names are inconsistent: some are single words (authenticate, connect, marketplace), while others use snake_case (report_bug, show_version, toolkit_info) and one is a long domain-specific compound (pref_sp_sumare_nfs_consultar). This mixed pattern lacks a clear and uniform naming convention.
With 7 tools, the server exceeds the typical range for a focused service like NFS-e consultation. A large portion are meta/infrastructure tools (marketplace, report_bug, show_version, toolkit_info) that dilute the core purpose, leaving only one actual domain tool.
The core capability is a single 'consult' operation for NFS-e, which may suffice for basic queries but lacks additional operations like listing, filtering, or managing invoices. The meta tools are comprehensive, but the domain coverage feels incomplete for a full-featured integration.
Available Tools
7 toolsauthenticateAIdempotentInspect
MCP.AI for IDE agents (Cursor, etc.): log in in the browser, copy the access token. Best: add it to this server's config as a header Authorization: Bearer <token> for a permanent, non-expiring connection. Or paste it here for a session-only login: call with { token: "" } after the user pastes, or with no args to get the link.
| Name | Required | Description | Default |
|---|---|---|---|
| token | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations indicate readOnlyHint=false, idempotentHint=true, and destructiveHint=false, so the description is not expected to restate those. It adds useful context beyond annotations by explaining the persistent vs session-only nature of the connection and the behavior with no arguments. It does not describe failure modes or exact return values, but the core login behavior is transparent.
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 contributes useful information, and the description is front-loaded with the audience and action. It is somewhat dense and could be broken into clearer steps, but there is no wasted content.
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 low-complexity tool with one optional parameter and no output schema, the description covers the key scenarios: permanent config token, session-only token, and no-arg link retrieval. No critical behavior is left unexplained.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 0%, but the description fully compensates for the only parameter: 'token' is explained as a JWT to paste for session-only login, and the no-argument behavior (get the link) is also described. This is exactly the semantic info the schema lacks.
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 to MCP.AI for IDE agents via a browser login and access token. It gives a specific verb ('log in', 'call with token'), a resource ('MCP.AI'), and distinguishes this tool from siblings by focusing on authentication/token handling. The two modes (permanent config header vs session-only token) are explicit.
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 usage guidance: 'Best: add it to this server's config as a header' for permanent access, or 'paste it here for a session-only login', plus 'with no args to get the link'. It clearly indicates when to use config vs the token argument, but does not explicitly discuss when not to use the tool or compare it to the sibling 'connect' tool.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
connectARead-onlyIdempotentInspect
Returns connection status and URLs. When all providers are connected, returns authenticated:true and empty pending[]. When credentials are missing, returns connect_url for the toolkit and per-install URLs.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description goes beyond annotations by revealing conditional return behavior and specific fields, which is not present in the structured data. It explains what happens in two distinct states, adding valuable transparency about the tool's behavior.
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 long, front-loads the core purpose, and uses every word effectively. It is concise yet packed with specific conditional details, making it highly structured and 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?
Given the tool has no parameters and no output schema, the description covers the main scenarios adequately (authenticated vs. missing credentials). It is complete enough for straightforward usage, though it could theoretically mention error handling or edge cases, it is sufficient for the tool's simplicity.
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 description need not explain parameters. The baseline of 4 is appropriate, and the description does not need to add anything more regarding 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 specifies 'Returns connection status and URLs,' using a clear verb and resource. It distinguishes this tool from siblings by focusing on status retrieval, and details specific return fields (authenticated, pending[], connect_url) that clarify its purpose.
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 mention alternatives or exclusions. It provides clear context by describing conditional outputs (all connected vs. missing credentials), making the usage scenario understandable without explicit 'when-not' guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
marketplaceAInspect
The official mcp.ai marketplace — the in-platform catalog of every MCP/tool, AND the way to run them. Covers capability requests like "find an MCP that does X", "consulta um CPF", "is there a tool for Y". Core flow: action=search discovers MCPs by intent → describe returns one MCP's full profile (every tool with its id + params, pricing, auth) so you pick the right tool_id → invoke RUNS that tool. KEY: invoke works even when the MCP is NOT installed — it runs the tool pontualmente (one-off), without adding the MCP to the toolkit and without bloating the tool list. If the MCP needs a credential/login, invoke returns a connect link; if it is paid and the wallet is empty, invoke returns a checkout/top-up link (the user opens it, then you retry). Use install only to make an MCP PERMANENT in the active toolkit (its tools then show up natively in future sessions); prefer invoke for a single/occasional use. list_tools lists what is callable right now. subscribe/cancel handle per-MCP billing; report_bug sends feedback; request_mcp asks us to build a NEW MCP when nothing fits. Search/describe flag installed_in_toolkit vs installed_in_workspace. Writes (install/uninstall/subscribe/cancel and the one-off install behind invoke) require workspace owner/admin. It also carries the mcp.ai PROMPT LIBRARY, which is about ready-made prompt TEXT rather than MCPs: search_prompts finds one, get_prompt returns its full text with {{variables}} filled, and publish_prompt saves a prompt and returns a shareable mcp.ai/p/ link that opens without login.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | ||
| action | No | search | |
| mcp_id | No | ||
| message | No | ||
| tool_id | No | ||
| arguments | No | {} | |
| immediate | No | ||
| tier_slug | No | ||
| prompt_body | No | ||
| prompt_slug | No | ||
| prompt_tool | No | ||
| prompt_vars | No | {} | |
| conversation | No | [] | |
| prompt_title | No | ||
| request_name | No | ||
| cancel_reason | No | ||
| cancel_comment | No | ||
| prompt_targets | No | ||
| report_context | No | ||
| prompt_category | No | ||
| request_details | No | ||
| prompt_description | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
It discloses important behaviors beyond annotations: invoke runs tools without installing them, returns connect links for credentials and checkout links for payment, avoids bloating the tool list, and flags installed_in_toolkit vs installed_in_workspace. It also notes prompt share links open without login. No contradiction with the annotations exists.
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 almost every sentence adds operational value—purpose, core flow, invoke exceptions, permission requirements, and prompt library are all covered. It is slightly dense and uses the Portuguese word 'pontualmente' mid-sentence, but it remains well front-loaded and organized by logical progression.
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 23 optional parameters, multiple action modes, and no output schema, the description covers the main workflows, permission boundaries, auth/payment edge cases, and the prompt-library subsystem. It omits some action-specific details like resume, immediate, and tier_slug, but the overall operational picture is strong enough for an agent to select and use the tool correctly in most scenarios.
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 for the most important parameters by explaining action=search/describe/invoke, tool_id selection, arguments, and prompt_slug behavior. However, many parameters such as limit, immediate, tier_slug, conversation, cancel_reason, prompt_vars, request_details, and report_context receive no semantic explanation, leaving significant gaps.
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 is the official mcp.ai marketplace, acting as both a catalog of MCPs and a way to run them. It names the core search→describe→invoke flow, distinguishes itself from the sibling report_bug tool, and covers both the MCP catalog and the prompt library with concrete example requests.
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 decision rules: use invoke for one-off runs, install only for permanent toolkit additions, list_tools for currently callable tools, request_mcp when nothing fits, and search_prompts for prompt text. It also states that writes require workspace owner/admin and explains the connect/checkout retry flow for auth and payment.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
pref_sp_sumare_nfs_consultarBRead-onlyIdempotentInspect
Prefeitura SP Sumaré: NFS-e (Nota Fiscal Eletrônica de Serviços), 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 |
|---|---|---|---|
| codigo_autenticidade | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds useful behavioral context about data being the same available to citizens, not confidential, requiring prepaid credit, and carrying LGPD data-controller responsibility. No contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description contains redundant legal and platform boilerplate, such as repeated references to official sources and LGPD responsibilities, which could be condensed. Important operational information like the parameter is missing, so the length is not justified by content value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Despite low complexity (one parameter and no nested objects), the description omits essential parameter guidance and return value expectations. It covers payment, credential, and legal context, but not enough to fully support correct invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, and the description does not mention the required 'codigo_autenticidade' parameter at all. It does not explain where the code comes from, its format, or how it should be supplied, leaving the agent without sufficient information to invoke the tool 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 identifies the tool as a query/consulta for NFS-e (Nota Fiscal Eletrônica de Serviços) from Prefeitura SP Sumaré, using a specific verb and resource. This distinguishes it from the generic sibling platform tools like authenticate, 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 provides clear operational context: it is an official-source query, requires no platform credentials, and is paid per query with prepaid credit. It does not name alternative tools or explicitly state when not to use it, but the use case is clearly implied and no conflicting alternative is present.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
report_bugAIdempotentInspect
Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | ||
| message | Yes | ||
| conversation | No | [] |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare idempotentHint=true and destructiveHint=false, and the description adds the requirement to include the conversation array, which is a behavioral instruction beyond structured data. However, it doesn't disclose side effects like where the report goes or if it triggers any actions, so it only partially adds value.
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 mentions the key instruction. Zero wasted words, making it highly efficient and easy to parse.
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 3 parameters and no output schema. The description covers the main use case and points to the necessary input but omits details like context field meaning, expected response, or any constraints. It's adequate for a basic tool but leaves room for clarification on '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?
Schema description coverage is 0%, so the description must compensate. It explains the 'conversation' parameter (include recent messages for reproduction) but leaves 'context' and 'message' undefined. While 'message' is clear from purpose, 'context' remains ambiguous, leaving a gap in parameter understanding.
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 'report' and the resource (bug, missing feature, feedback). It distinguishes itself from sibling tools like 'authenticate' or 'connect' by its specific purpose of bug reporting, making it 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 when to use the tool (when there's a bug, missing feature, or feedback) and explicitly instructs to include the conversation array for reproduction. It doesn't mention when NOT to use it, but given the sibling tools are unrelated, this is sufficient context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
show_versionARead-onlyIdempotentInspect
Show the current MCP platform and adapter versions.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already establish readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is well-covered. The description adds specificity about what is being shown (platform and adapter versions), which is meaningful 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, clear sentence with no filler and no redundancy. It fully conveys the tool's function without wasted words.
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 inspection tool with strong annotations, the description is complete. No output schema is required for this simple, informational operation.
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 extensive parameter explanation is unnecessary. The description fully covers what the tool does, and the schema confirms no inputs are needed.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Show') and resource ('current MCP platform and adapter versions'), making the tool's purpose immediately clear. It distinguishes itself from sibling tools like authenticate/connect because it is specifically about version reporting.
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 purpose is unambiguous and implies use when an agent needs to check the runtime platform or adapter versions. It does not explicitly state when not to use alternatives, but the use case is clear enough given the tool's simplicity and sibling context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
toolkit_infoARead-onlyIdempotentInspect
Returns the current toolkit state: installed MCPs, their connection status, the accounts connected to each one, and how many catalog tools each exposes.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already mark it as read-only, idempotent, and non-destructive. The description adds value by detailing exactly what the state includes (installed MCPs, connection status, accounts, catalog tool counts), which is beyond the annotations and helps the agent understand the output. No contradictions.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, well-structured sentence that immediately states the primary purpose ('Returns the current toolkit state') and then enumerates the specific components. Every word contributes to understanding, with no fluff or repetition.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema and only read-only annotations, the description fully explains what the tool returns: the toolkit state with installed MCPs, connection status, accounts, and catalog tool counts. There are no parameters or side-effect details needed, making the description complete for an agent to use it correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so schema coverage is trivially 100% and no parameter descriptions are needed. The baseline for 0 parameters is 4, and the description doesn't need to add anything here.
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. It specifies the exact contents (installed MCPs, connection status, accounts, catalog tool counts), distinguishing it from sibling actions like connect or authenticate, which are operational rather than informational.
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: it is for retrieving state information. It doesn't explicitly mention when not to use it or alternatives, but the clear purpose and sibling tool names (e.g., connect, authenticate) provide enough context for an agent to choose this tool when needing status.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity – fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge – works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge – works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Prefeitura SP São Paulo: NFS-e (Nota Fiscal Eletrônica de Serviços), official-source lookup. Platfor
Prefeitura PE Recife: NFS-e (Nota Fiscal Eletrônica de Serviços), official-source lookup. Platform-h
Prefeitura MT Cuiabá: NFS-e (Nota Fiscal Eletrônica de Serviços), official-source lookup. Platform-h
Prefeitura SP Araçariguama: NFS-e (Nota Fiscal Eletrônica de Serviços), official-source lookup. Plat
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables read-only consultation of electronic service invoices (NFS-e) from São Paulo city hall via an official source, using a single tool and pay-per-use credits.MIT
- AlicenseNot gradedqualityCmaintenanceEnables consulting electronic service invoices (NFS-e) from the official Prefeitura SP Araçariguama source. Read-only, with prepaid pay-per-query usage and no credentials required.MIT
- AlicenseNot gradedqualityCmaintenanceAllows consultation of NFS-e (electronic service invoices) from the Brazilian Federal Revenue official source, with a single read-only tool.MIT
- AlicenseNot gradedqualityCmaintenanceEnables users to consult official data on the issuance of Simples Nacional parcels from São Paulo city hall. Provides a read-only MCP server with a single tool for this query.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.