sat69-mcp
Server Quality Checklist
Latest release: v1.0.0
- Disambiguation5/5
Each tool has a clearly distinct concern: data status/update, single/batch verification, portfolio summary, and name search. The closest pair, verificar_rfc and verificar_lote, is disambiguated by singular vs batch operation.
Naming Consistency4/5Most tools follow a clear verb_noun pattern: actualizar_datos, verificar_rfc, verificar_lote, buscar_nombre. Two names are noun phrases, estado_datos and resumen_cartera, which is a minor deviation from the otherwise consistent style.
Tool Count5/5Six tools are well-scoped for this SAT list verification server. Each tool adds a distinct capability, covering data ingestion, verification, search, and summary without redundancy or bloat.
Completeness4/5The toolset covers the core workflow: update and inspect dataset state, verify single or batch RFCs, search by name, and generate portfolio summaries. A dedicated detailed taxpayer-profile tool could be a minor addition, but the main use cases are well supported.
Average 3.7/5 across 6 of 6 tools scored.
See the Tool Scores section below for per-tool breakdowns.
- No community issues in the last 6 months
- 24 commits in the last 12 weeks
- No stable releases found
- No critical vulnerability alerts
- No high-severity vulnerability alerts
- No code scanning findings
- CI is passing
This repository is licensed under MIT License.
This repository includes a README.md file.
No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.
Tip: use the "Try in Browser" feature on the server page to seed initial usage.
Add a glama.json file to provide metadata about your server.
If you are the author, simply .
If the server belongs to an organization, first add
glama.jsonto the root of your repository:{ "$schema": "https://glama.ai/mcp/schemas/server.json", "maintainers": [ "your-github-username" ] }Then . Browse examples.
Add related servers to improve discoverability.
How to sync the server with GitHub?
Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.
To manually sync the server, click the "Sync Server" button in the MCP server admin interface.
How is the quality score calculated?
The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).
Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.
Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).
Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.
Tool Scores
- Behavior3/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No hay anotaciones, por lo que la descripción asume la carga de transparencia. Aporta un rasgo relevante: la idempotencia por hash, que sugiere que es seguro reintentar. Sin embargo, no explica efectos colaterales de la sincronización, dependencia de red ni qué implica exactamente force_refresh sobre los datos locales.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
Una sola oración con información esencial: verbo, objeto y propiedad clave (idempotencia). Es directa, sin relleno y con el detalle más relevante entre paréntesis.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness3/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Con un output-schema presente y parámetros bien cubiertos, la descripción es suficiente para ejecutar la llamada, pero no para entender cuándo conviene usarla respecto a sus hermanas ni qué implica 'sincronizar' a nivel de datos. Un agente podría invocarla sin saber que debe comprobar antes estado_datos o que puede forzar el refresco.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
La cobertura del esquema es del 100%, así que los parámetros ya están documentados en el input-schema. La descripción no añade semántica adicional a dataset ni a force_refresh; la referencia al hash se relaciona vagamente con force_refresh pero no explica su uso.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
Describe una acción específica ('Descarga y sincroniza') sobre un recurso concreto ('los listados del SAT') y añade un matiz ('idempotente por hash') que delimita su comportamiento. No nombra ni contrasta explícitamente con las herramientas hermanas, pero su alcance queda claro frente a estado_datos o verificar_rfc.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines2/5Does the description explain when to use this tool, when not to, or what alternatives exist?
No se indica cuándo invocar esta herramienta frente a las alternativas, por ejemplo comprobar antes estado_datos o usar verificar_rfc según el caso. Tampoco hay prerequisitos, exclusiones ni contexto de uso; solo se infiere que sirve para actualizar los datos.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior3/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It adds one useful behavioral fact: only findings are returned, implying no full-record dump. However, it does not mention read-only status, error handling, invalid RFC behavior, or side effects.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
Two short sentences with no filler. The primary action is front-loaded, and the second sentence adds meaningful return behavior without redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness3/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a one-parameter tool with an output schema, the core invocation is nearly self-contained. However, with no annotations and no mention of when to prefer verificar_lote over verificar_rfc, the description is not fully complete for correct tool selection in all contexts.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already covers 100% of the single parameter, including its type and maximum limit of 500. The description adds only the 'proveedores' example, which gives context but no substantial new parameter semantics, so the baseline of 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
The description states a clear verb and resource: 'Verifica una lista de RFCs', and adds a distinctive return characteristic: 'Devuelve sólo hallazgos'. It is distinguishable from the sibling verificar_rfc by the batch aspect ('lista'), although it does not explicitly name that differentiation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines2/5Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no explicit guidance about when to use this tool versus verificar_rfc or other siblings. The only contextual hint is 'lista' and the example 'proveedores', which implies batch use but leaves the routing decision to inference.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior3/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full behavioral burden. It usefully discloses accent-insensitivity ('sin acentos') and the FTS5 full-text search mechanism, which tells an agent that 'garcia' will match 'García'. However, it does not explicitly confirm the read-only nature of the operation, though 'busca' strongly implies it, nor does it mention auth, rate limits, or dataset freshness.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
A single eight-word sentence that front-loads the verb and resource, then the search method, then the technical detail (FTS5, sin acentos). Zero waste, no repetition of schema content, and every element earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness3/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is a simple search with full schema coverage and an output schema, so return values are already documented. The description covers the search method and accent behavior adequately. However, with zero annotations, it lacks explicit confirmation of read-only behavior, any note on rate limits or data freshness, and any reference to the dataset parameter semantics beyond the schema.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, with all three parameters (texto, limite, dataset) fully documented in the schema including defaults and constraints. The description adds marginal value by disclosing accent-insensitivity relevant to the texto parameter, but the schema already does the heavy lifting, so the baseline 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Busca' = searches) with a specific resource ('contribuyentes' = taxpayers) and a precise method ('por nombre / razón social parcial' = by partial name/business name). It clearly differentiates from the closest sibling verificar_rfc, which is RFC-based lookup, since this tool searches by name fragment rather than by tax ID.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines3/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The 'por nombre / razón social parcial' phrasing implicitly signals that this tool is for name-fragment lookups, and the sibling names (verificar_rfc, verificar_lote) suggest the alternatives. However, the description never explicitly states when to use it versus those alternatives, so an agent must infer the decision boundary rather than being told it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior4/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full behavioral disclosure burden. It credibly explains that risk is computed deterministically by a rules engine, the AI only drafts the brief and never decides risk, and the AI provider is switchable via LLM_PROVIDER. This meaningfully prevents an agent from assuming the tool performs risk assessment itself.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact and well-structured: the first sentence states the core purpose, and the second paragraph provides crucial behavioral context about determinism and the AI provider. Every sentence adds value, and the most important information is front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the presence of an output schema, the simple input schema with one documented parameter, and the important behavioral clarifications, the description is largely sufficient for an agent to invoke the tool correctly. It could mention data freshness or integration with estado_datos, but this is not essential for a correct call.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% for the single 'rfcs' parameter, including the maximum of 500 items. The description adds no parameter-level detail beyond the schema, but with full schema coverage, the baseline of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the tool's output as an executive summary in natural language for a portfolio of RFCs, which is a specific resource and deliverable. It lacks an explicit imperative verb like 'genera' or 'resume', and does not directly name sibling tools for differentiation, though the purpose is distinct from the listed siblings.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines3/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The usage context is implied by the first sentence: this tool is for summarizing a portfolio of RFCs. However, it does not explicitly state when to use this tool versus alternatives such as verificar_rfc, verificar_lote, or buscar_nombre, nor does it give exclusions or prerequisites.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior4/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full transparency burden. It frames the tool as a status query and lists exactly what it reports, which strongly implies a safe, read-only operation. It does not mention refresh/network behavior or failure modes, but no destructive or surprising behavior is indicated.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single compact sentence that front-loads the core concept ('Estado del dataset') and uses a colon to list three concrete status dimensions. Every word earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no required parameters and an output schema available, the description sufficiently covers tool selection and expected content. It enumerates the status dimensions and does not need to describe return structure because the output schema already exists.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters4/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters and the schema fully reflects that, so there is no parameter ambiguity to resolve. The description adds no parameter-level detail, but none is needed.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
The description identifies the resource ('dataset') and the specific status facets it exposes: SAT-declared validity, counts, and last import. It lacks an explicit verb but is unambiguous and clearly distinguishable from siblings like actualizar_datos and verificar_rfc.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines3/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The purpose is clear enough to imply 'use this when you need dataset status', and the listed facets suggest it complements actualizar_datos and verificar_rfc. However, the description never explicitly states when to use it versus those alternative tools or 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.
- Behavior4/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. The verb 'Verifica' clearly indicates a read-style checking operation rather than a mutation, and the specific article references add useful context about the data sources. It could more explicitly state that no changes are made or that external SAT lists are consulted, but the core behavior is adequately transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
A single, tightly worded sentence that front-loads the action and resource. The parenthetical legal reference is informative rather than filler, and there is no redundant or vague language.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple one-parameter tool with an output schema, the description is largely complete: it states the object, the source, and the specific legal lists. The main gap is the absence of explicit routing guidance toward or away from verificar_lote, but the singular language and low complexity keep this from being a significant deficiency.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% and the single 'rfc' parameter is already described with automatic normalization. The tool description only repeats that it checks an RFC, adding no new meaning beyond the schema, so the baseline score of 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Verifica') and clearly identifies the resource (an RFC) and the target (SAT lists under Articles 69, 69-B, and 69-B Bis). The singular 'un RFC' distinguishes it from the sibling verificar_lote, making the tool's purpose unmistakable.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines3/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies the tool is used to verify a single RFC against SAT lists, but it does not explicitly state when to prefer this over siblings such as verificar_lote or when not to use it. There is no mention of alternatives or exclusionary conditions, leaving some inference to the agent.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
GitHub Badge
Glama performs regular codebase and documentation scans to:
- Confirm that the MCP server is working as expected.
- Confirm that there are no obvious security issues.
- Evaluate tool definition quality.
Our badge communicates server capabilities, safety, and installation instructions.
Card Badge
Copy to your README.md:
Score Badge
Copy to your README.md:
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/edbror/sat69-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server