puerto-rico
Server Details
Puerto Rico's hand-verified data layer: businesses, health deserts, FDA recalls, public record.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4/5 across 6 of 6 tools scored.
Each tool targets a distinct domain: business search, FDA recalls, public records, local demand, health deserts, and events. There is no overlap or ambiguity between them, even though several relate to Puerto Rico.
All tools use lowercase snake_case, which is consistent, but the grammatical pattern varies: some are verb+noun (buscar_negocio, chequear_recall) while others are noun+adjective or compound nouns (dato_citable, demanda_local, desiertos_salud, eventos_proximos). The names are readable but not uniform.
Six tools is well within the ideal range for a focused server. Each tool covers a specific data source or use case, and none feel redundant or extraneous.
The set covers a broad but curated set of Puerto Rico-related queries, from local business information to health and public records. Minor gaps exist (e.g., no tool for general geographic or demographic data), but the tools are self-contained and leave no obvious dead ends for their intended use cases.
Available Tools
6 toolsbuscar_negocioBuscar negocio verificadoAInspect
Busca negocios y servicios locales de Puerto Rico (foco: Cabo Rojo y el oeste) en el directorio verificado a mano de mapadecaborojo.com. Devuelve nombre, teléfono, dirección y la FECHA en que un humano lo verificó por última vez — lo que Google Places no te puede dar de un pueblo de PR.
| Name | Required | Description | Default |
|---|---|---|---|
| limite | No | Máximo de resultados (1-20, default 5) | |
| consulta | Yes | Qué buscas: nombre del negocio o tipo de servicio (ej: "plomero", "farmacia", "Tino's") | |
| municipio | No | Filtrar por municipio (ej: "Cabo Rojo") |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of disclosure. It openly states that results include the date of last human verification, a key behavioral trait, and that the directory is hand-verified. It also implies a read-only search operation via 'Busca'. It does not mention rate limits or error behavior, but for a straightforward search tool the coverage is solid.
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 with no wasted words. The first sentence states the action and scope; the second explains the unique return value and why it matters. It's front-loaded and every sentence earns its place.
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?
Since there is no output schema, the description correctly explains the return values (name, phone, address, verification date). It also provides geographic context and the directory's curation method. It does not detail pagination or parameter effects on output, but for a simple search tool with three parameters, this is sufficiently complete.
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 already describes all three parameters with 100% coverage, so the baseline is 3. The description adds the context that results include a verification date, but it does not provide additional parameter-level semantics beyond the schema. Schema does the heavy lifting, so a 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Busca') and identifies the exact resource: verified local businesses and services in Puerto Rico, with a geographic focus on Cabo Rojo and the west. It clearly distinguishes itself from sibling tools (recalls, citations, local demand, health deserts, events) by topic and by its unique human-verification date output.
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 you need local business info from a hand-verified directory, especially for Puerto Rican towns, and it contrasts itself with Google Places. However, it does not explicitly state when not to use it or reference alternatives among the sibling tools, leaving the guidance implied rather than explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
chequear_recallChequear recall FDA de un medicamentoAInspect
Verifica si un medicamento o producto tiene un recall activo de la FDA, con razón en español cuando existe. Data federal actualizada a diario. Cobertura: Estados Unidos y Puerto Rico.
| Name | Required | Description | Default |
|---|---|---|---|
| medicamento | Yes | Nombre del medicamento o producto (ej: "metformin") |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It adds useful context beyond the schema, such as data being updated daily, coverage area, and that the reason is provided in Spanish when it exists. This gives the agent a good sense of what to expect, though it does not explicitly state output structure or behavior when no recall is found.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise—two sentences. The first sentence states the core purpose, and the second adds relevant context (data update and coverage). Every sentence contributes meaning, with no redundancy or 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 parameter, no output schema, no annotations), the description is complete. It explains what the tool verifies, the output characteristic (reason in Spanish when it exists), data freshness, and coverage. This is sufficient for an agent to select and invoke the tool 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?
Schema description coverage is 100% with the parameter 'medicamento' having an example ('metformin'). The tool description adds no additional parameter-level semantics beyond what is already in the schema, so the baseline of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function with a specific verb ('Verifica') and resource ('medicamento o producto tiene un recall activo de la FDA'). It also provides scope (Estados Unidos y Puerto Rico) and is clearly distinct from sibling tools, which focus on unrelated topics like business search and local demand.
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 usage context by stating the data source (FDA), update frequency (diaria), and geographic coverage (Estados Unidos y Puerto Rico). It does not explicitly mention when not to use it or name alternative tools, but the context is sufficient for a simple lookup tool.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
dato_citablePregúntale al récord público de PRAInspect
Busca en el récord público verificado de Puerto Rico (PuertoRicoSinFiltros): datos con fuente primaria, contradicciones declarado-vs-entregado, y citas de vistas públicas ancladas al minuto de video. Cada dato viene con su fuente y el link al récord completo. Ideal para verificar afirmaciones sobre agua, luz, FEMA, salud, presupuesto y promesas públicas de PR.
| Name | Required | Description | Default |
|---|---|---|---|
| limite | No | Máximo de datos (1-10, default 5) | |
| pregunta | Yes | La pregunta o afirmación a verificar (ej: "¿cuánto del dinero FEMA ha llegado?") |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description bears the full transparency burden. It discloses that results include source and link to the full record, and implies a read-only search behavior. It doesn't over-promise, but omits details like pagination or auth; for a simple search tool this is adequate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences with the core action first, followed by data characteristics and practical use case. No filler or redundant restatement.
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 has no output schema, so it's important that the description communicates expected results—it does ('Cada dato viene con su fuente y el link al récord completo'). It covers topics and use case, though it could mention result format nuances or limitations. Still, for a 2-param search tool, this is 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?
Schema description coverage is 100% for both parameters (pregunta and limite), so the baseline is 3. The description doesn't add parameter details, but it does enrich the understanding of what 'pregunta' should be via the example in the schema; no extra meaning 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 action ('Busca en el récord público verificado de Puerto Rico') and enumerates distinct content types (fuente primaria, contradicciones declarado-vs-entregado, citas ancladas al minuto), which clearly differentiates it from sibling tools like buscar_negocio or desiertos_salud.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It explicitly states 'Ideal para verificar afirmaciones sobre agua, luz, FEMA, salud, presupuesto y promesas públicas de PR', giving clear use context. It doesn't formalize exclusions or alternative tool references, but the domain is well-scoped.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
demanda_localDemanda local agregadaAInspect
Qué servicios buscó la gente real de Cabo Rojo y el oeste de PR por el canal *7711, agregado por categoría (conteos solamente, nunca mensajes crudos). Útil para entender qué hace falta en el mercado local.
| Name | Required | Description | Default |
|---|---|---|---|
| dias | No | Ventana en días (1-90, default 30) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden and does well: it discloses that only counts are returned, never raw messages, and that data is aggregated by category and limited to a specific region and channel. It adds meaningful behavioral context beyond the schema.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loads the core purpose, and every clause earns its place: geographic scope, channel, aggregation, and intended use. 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?
For a low-complexity tool with one optional parameter and no output schema, the description is sufficiently complete. It explains the result shape (counts by category) and what is deliberately excluded (raw messages), which is enough for an agent to select and invoke 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?
Schema coverage is 100%, so the single parameter (dias) is fully documented in the schema. The description does not add extra parameter details, but none are needed; the baseline of 3 applies because the schema handles parameter meaning.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states what the tool does: it shows demand for services searched by real people in Cabo Rojo and western PR via *7711, aggregated by category. It uses a specific verb ('buscó'), names the resource, and the mention of aggregated counts distinguishes it from sibling tools like buscar_negocio.
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 says it is useful for understanding what is missing in the local market, providing clear context for when to use it. It does not name alternatives or exclusions, but the unique purpose is apparent enough.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
desiertos_saludDesiertos de salud por especialidadAInspect
Municipios de Puerto Rico con cero o casi cero proveedores de una especialidad médica, ordenados por riesgo real (déficit vs el área metro + pobreza + aislamiento geográfico + HPSA federal), no alfabéticamente. Basado en el registro federal NPPES cruzado con Census. Único dataset de este tipo para PR.
| Name | Required | Description | Default |
|---|---|---|---|
| limite | No | Máximo de municipios (1-76, default 10) | |
| especialidad | Yes | Especialidad (ej: "psiquiatra", "cardiologo", "pediatra") |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It discloses the data source (NPPES registry crossed with Census) and the ranking methodology (deficit vs metro area, poverty, geographic isolation, federal HPSA). However, it does not specify the response format, the definition of 'casi cero', or potential edge cases like empty results, leaving some behavioral ambiguity.
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, tightly packed with key information: what is returned, how it is ordered, and the data provenance. No filler or repetition; the unique-dataset claim is the only slightly promotional element but still informative.
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 two parameters, no output schema, and no annotations, the description explains the core function and sorting logic. However, it leaves out expected output fields (e.g., municipality name, risk score, provider counts) and does not clarify the threshold for 'casi cero', making it less complete for an agent trying to interpret 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 already provides descriptions for both parameters (especialidad and limite), covering 100% of the schema. The description adds no additional parameter-level detail beyond the title's mention of 'por especialidad', so it does not exceed the baseline.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns municipalities in Puerto Rico with zero or near-zero providers of a medical specialty, sorted by a specific risk score rather than alphabetically. This specific content and the 'único dataset de este tipo para PR' claim distinguish it clearly from sibling tools like buscar_negocio or eventos_proximos.
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 the tool is for finding medical specialty deserts in Puerto Rico but provides no explicit guidance on when to use it versus alternatives. Sibling tools cover different domains (business search, recalls, citable data, local demand, events), so the use case is contextually distinct, but no exclusions or alternatives are named.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
eventos_proximosEventos próximos verificadosAInspect
Eventos publicados y aptos para familia en Cabo Rojo y el oeste de Puerto Rico en los próximos días, con lugar, hora y precio cuando existe.
| Name | Required | Description | Default |
|---|---|---|---|
| dias | No | Ventana en días hacia adelante (1-60, default 14) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the transparency burden. It discloses the nature of the data (published, family-friendly, upcoming) and the included fields (place, time, price), but does not explicitly state it is a read-only list or mention any limitations such as pagination or filtering. This is moderate behavioral insight.
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, efficient sentence that packs essential details—geographic scope, family-friendly filter, time window, and included fields—without any redundant words. It is well-suited for quick agent understanding.
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 tool with one optional parameter and no output schema, the description adequately explains the content of the result (place, time, price). It could explicitly state that it returns a list, but the intent is clear and the parameter is fully described in the schema.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema covers 100% of the parameter 'dias' with a clear description of its range and default. The tool description adds no extra semantic meaning beyond the schema, so the baseline of 3 applies.
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 the tool's subject—published and family-friendly upcoming events in Cabo Rojo and western Puerto Rico—and includes place, time, and price details. It clearly distinguishes from sibling tools like business search or recall checks, but lacks an explicit verb such as 'lists' or 'retrieves.'
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: to find upcoming family-friendly events in a specific geographic region. It does not explicitly mention alternatives or exclusions, but none of the sibling tools overlap with events, so the context is sufficient.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseBqualityCmaintenanceQuery 20 structured datasets from AI agents — healthcare providers (9M NPI records), SEC EDGAR filings, PACER federal courts, USPTO patents and trademarks, OFAC sanctions screening, crypto whale wallets, DeFi liquidation signals, Polymarket smart money, economic indicators (FRED/BLS), federal contracts, NOAA weather, and OTC shell risk scoring. Pay per query, no subscriptions751MIT
- Flicense-qualityBmaintenanceThe owner-verified local business data + service & menu-price layer for AI agents. Owner-authored business profiles where every response carries provenance — verification level, completeness score, freshness timestamps, and upstream sources. * Search & profiles — find businesses by name, category, city, or geo-radius; full profiles with contacts, hours, media, ratings. * Price layer
- Alicense-qualityCmaintenanceINEGI DENUE MCP — Mexico's directory of economic units (~6M businesses).8MIT
- AlicenseAqualityDmaintenanceRegulatory intelligence API — look up permits, licenses, and fees for food service businesses in Austin, SF, and NYC.338MIT