SEFAZ SP: Cupom Fiscal Eletrônico (SAT)
Server Details
SEFAZ SP: Cupom Fiscal Eletrônico (SAT), official-source lookup. Platform-hosted, pay per query with
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- mcp-dir/sefaz_sp_cfe-mcp
- GitHub Stars
- 0
- Server Listing
- SEFAZ SP: Cupom Fiscal Eletrônico (SAT)
TDQS
Scored across 7 tools
There is real overlap between marketplace, connect, and toolkit_info, which all report on installed MCPs/connection state, while marketplace bundles a huge surface area (search, invoke, install, subscribe, prompts) into a single tool. The one clearly distinct tool is sefaz_sp_cfe_consultar, which is also the only one matching the server's purpose. It's not a 1 since most tools have *some* distinguishing purpose, but boundaries are blurred.
No coherent pattern: single-word verbs (authenticate, connect), snake_case verbs (report_bug, show_version), a noun (marketplace), and a Portuguese noun (toolkit_info, sefaz_sp_cfe_consultar). The introduction of Portuguese in one tool while the rest are English breaks any consistency, and verb_noun style is not maintained.
Seven tools is a reasonable raw number, but only one (sefaz_sp_cfe_consultar) actually serves the stated SEFAZ/CF-e purpose; the other six are generic platform plumbing. For the advertised 'SEFAZ SP: Cupom Fiscal Eletrônico (SAT)' scope, the count is inflated with off-topic infrastructure, making the tool surface misleading in a single-purpose server.
For the domain implied by the server name (CF-e/SAT consultation), there is exactly one operation with no listing, batch, status, or error-recovery support, so agents can only execute a single look-up per session. There is no way to enumerate documents, paginate results, or handle related SEFAZ queries, leaving clear functional gaps.
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?
The description discloses that the tool initiates a browser login flow and returns a link when called with no args, and that it can accept a token for session-only login. It also mentions the permanent config option. Annotations indicate idempotentHint=true and destructiveHint=false, which align with the description. The description adds context about the browser interaction and token handling, though it doesn't detail what happens after token submission (e.g., validation, error handling).
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 and front-loaded with the tool's purpose. It uses a single paragraph with clear instructions, but it could be slightly more structured (e.g., separating the two usage modes). However, it is efficient and avoids unnecessary detail.
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 (one optional param, no output schema), the description is fairly complete. It covers the main use cases and provides actionable steps. However, it doesn't mention potential errors, token expiration, or what the response looks like, which could be useful for an agent. But overall, it's adequate for the tool's complexity.
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 one optional parameter 'token' with no description, and schema description coverage is 0%. The description compensates by explaining that the token is a JWT to be pasted for session-only login, and that calling without args returns a link. This adds meaning beyond the bare schema, though it could be more explicit about the token format and behavior.
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: to authenticate the user for MCP.AI IDE agents by logging in via browser and obtaining an access token. It distinguishes itself from siblings by focusing on authentication, while siblings like 'connect' and 'marketplace' serve different functions.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit usage scenarios: it explains when to use the tool (to log in and get a token), and offers two methods—permanent via config header or session-only by pasting the token. It also clarifies when to call with no args (to get the link) versus with a token (after user pastes). This is clear guidance on when and how to use it.
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?
With annotations already declaring readOnlyHint, idempotentHint, and destructiveHint, the description adds meaningful behavioral detail by explaining conditional outcomes: when all providers are connected, authenticated:true with empty pending[], and when credentials are missing, connect_url and per-install URLs. This goes beyond the annotations without contradicting them.
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 only two sentences, fully front-loaded with the primary purpose, and every clause contributes meaningful information about return values and behaviors. There is 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?
Given the tool has no parameters, no output schema, and is a simple status/URL check, the description covers the essential scenarios effectively: the all-connected case and the missing-credentials case. It provides enough detail for an agent to correctly infer the tool's behavior and responses.
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 no input schema requirements, so the parameter dimension is trivially satisfied. The description correctly focuses on behavior rather than parameters, earning a baseline 4 for a parameterless 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 verb and resource: 'Returns connection status and URLs.' It clearly distinguishes this from siblings by focusing on status retrieval, while authenticate likely handles the actual connection flow.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies when to use the tool—when wanting to check connection status and pending URLs—but it does not explicitly contrast it with alternatives like authenticate. The intended context is clear enough, but no exclusion guidance is provided.
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?
The description goes well beyond the minimal annotations by revealing crucial runtime behaviors: invoke works even if the MCP is not installed, it does not bloat the toolkit, missing credentials produce a connect link, insufficient wallet funds produce a checkout/top-up link, and privileged mutations require owner/admin access. These are high-value behavioral disclosures that an agent needs to set expectations and decide the next action.
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?
This is a long but information-dense description with almost no wasted words; each sentence adds a distinct behavior or distinction. The main structural issue is that it is one dense paragraph rather than something more scannable with the input schema, but the density is justified by the breadth of the tool.
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 23 parameters, no output schema, and no property descriptions, the text is commendably complete at the task level: it explains the core search-describe-invoke loop, auth and payment edge cases, the install-vs-invoke distinction, and the prompt-library sub-features. It still leaves some reachable actions and fields undocumented, such as the resume action and several prompt/unlikely parameters, so a fully frictionless invocation would still require some inference.
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 prose adds meaning for the main action-oriented fields, especially action values and tool_id, and explains the prompt, subscribe, and request flows. However, the 23-parameter schema has no property descriptions, and the description does not systematically map to the remaining fields such as arguments, immediate, tier_slug, conversation, resume, or cancel_reason. It gives enough for gross selection but not enough to confidently populate all parameters without inference.
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 immediately identifies the tool as the official mcp.ai marketplace and explains that it is both a catalog of MCPs/tools and the execution layer for running them. It gives a concrete action flow (search → describe → invoke) and clearly distinguishes the tool from sibling utilities by defining its much broader catalog-execution scope.
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 routes when to use each action: search by intent, describe to inspect, invoke for one-off runs, install only for permanent toolkit additions, list_tools for callable tools, and request_mcp when nothing fits. It even calls out the key distinction between invoke and install with clear guidance to prefer invoke for single or occasional use.
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?
The description explains that it reports/sends feedback and notes the conversation payload needed for reproduction, which adds context beyond the annotations. However, it does not disclose what happens after reporting, whether any external destination is notified, or how idempotent/reporting behavior manifests.
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 short, direct sentences that immediately convey purpose and the one critical implementation detail. There is no filler, redundancy, or unnecessary wording.
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 three-parameter tool with no output schema, this description gives enough to understand the purpose and the important conversation requirement. It lacks a little detail on the other two parameters, but the tool is simple enough that this description is close to sufficient.
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 burden is on the description to explain parameters. It meaningfully clarifies that 'conversation' should contain recent messages for reproduction, but it does not explain the required 'message' parameter's expected content or the optional 'context' parameter's role. This is partial compensation only.
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 action verb ('report') and clearly enumerates the supported intents: reporting a bug, missing feature, or sending feedback. This distinguishes it well from the unrelated sibling tools such as authenticate, marketplace, or 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 for when to use the tool and adds the important instruction to include the conversation array with recent messages for reproduction. It does not explicitly exclude alternative channels or name alternatives, but none of the sibling tools serve the same purpose, so this is sufficiently clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
sefaz_sp_cfe_consultarARead-onlyIdempotentInspect
SEFAZ SP: Cupom Fiscal Eletrônico (SAT), 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 |
|---|---|---|---|
| chave | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already mark the tool as read-only, idempotent, and non-destructive, and the description adds meaningful context beyond those annotations: no platform credentials are needed, billing is per-query prepaid, and the data is non-confidential and available to citizens. The LGPD note also clarifies data-handling responsibility.
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 purpose is front-loaded and the first two sentences are efficient. The later sentences about official data and LGPD responsibilities add context but are somewhat tangential to actually invoking the tool, making the description slightly less concise than it could be.
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 purpose and authentication/billing context are well covered. However, there is no output schema and the description does not describe the returned data or the expected 'chave' format, leaving some uncertainty for the agent about invocation and results.
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 a single 'chave' string with zero description coverage, and the description does not explain what 'chave' should be or its expected format. The meaning is inferable from the tool's domain, but the description adds no parameter-level value.
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 names the exact resource ('Cupom Fiscal Eletrônico (SAT)') and the action ('consulta em fonte oficial') with a specific scope (SEFAZ SP). This clearly differentiates it from the unrelated sibling tools about authentication, connectivity, and platform functions.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives clear operational context: the tool is hosted by the platform, requires no platform credentials, and is paid per query with prepaid credit. It does not explicitly state when to prefer this over alternatives or provide exclusion conditions, so it falls short of full usage guidance, but the context is clear.
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 declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds no additional behavioral context (e.g., return format, auth requirements). It neither contradicts annotations nor enriches them; it just restates the basic function.
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, focused sentence that immediately conveys the tool's purpose. No fluff or redundancy. It is appropriately sized for a simple version query tool.
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 no parameters, no output schema, and simple function, the description is sufficient to understand what it returns (platform and adapter versions). The lack of output structure detail is not a gap given the tool's simplicity and annotations.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the schema is empty. The description correctly implies no arguments are needed. With zero parameters, a baseline of 4 is appropriate as per the rubric, and no further param explanation is required.
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 action ('Show') and the resource ('current MCP platform and adapter versions'). It is specific and distinct from sibling tools like 'toolkit_info' by focusing explicitly on version information.
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 self-evident from the name and description, so the agent will know when to use it. However, it does not explicitly mention when not to use it or differentiate from the sibling 'toolkit_info', which might also return version info. Clear context but no explicit exclusions.
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 declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is clear. The description adds substantial detail about the return content (installed MCPs, connection status, accounts, catalog tool counts), which is particularly valuable since there is no output schema. This fully discloses the tool's informational 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 a single, well-structured sentence that front-loads the primary purpose ('Returns the current toolkit state') and then lists the specific details returned. Every word adds value, 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 read-only, parameterless tool, the description fully covers what the tool does and what it returns. The annotations handle safety, and the description enumerates the return items in sufficient detail even without an output schema. There are no 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 tool has zero parameters, so the baseline is 4. No parameter documentation is needed, and the schema confirms an empty properties object. The description does not attempt to explain nonsensical params, so it correctly relies on 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 function: 'Returns the current toolkit state' and enumerates specific data points (installed MCPs, connection status, accounts, catalog tool counts). This distinguishes it from sibling tools like authenticate or connect, which perform actions rather than reporting state.
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 (to inspect toolkit state) and there are no sibling tools that provide the same information. However, it does not explicitly state when not to use it or mention alternatives. Given the clear purpose and lack of overlapping siblings, a 4 is appropriate.
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
SEFAZ SP: Cupom Fiscal Eletrônico (SAT) - Detalhado, official-source lookup. Platform-hosted, pay pe
SEFAZ CE: Cupom Fiscal Eletrônico (SAT), official-source lookup. Platform-hosted, pay per query with
SEFAZ SP: NFC-e, official-source lookup. Platform-hosted, pay per query with prepaid credit.
SEFAZ SP: NFE, official-source lookup. Platform-hosted, pay per query with prepaid credit.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceRead-only MCP server providing a single tool that queries Brazilian SEFAZ SP electronic fiscal receipt (Cupom Fiscal Eletrônico/SAT) data from an official source. It offers prepaid, per-query access via MCP over HTTP with no platform credentials needed.MIT
- AlicenseNot gradedqualityCmaintenanceEnables users to query official SEFAZ CE Cupom Fiscal Eletrônico (SAT) data through a hosted, read-only MCP server with prepaid per-query credits.MIT
- AlicenseNot gradedqualityCmaintenanceRead-only MCP server for querying Brazilian SEFAZ SP NFC-e tax documents from official sources, with a single tool and prepaid usage.MIT
- 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
Glama MCP Gateway
Add one secure layer between your agents and this server.