Safe-Check (recall + counterfeit)
Server Details
Is it recalled or fake? Recall lookup vs live US gov feeds + transparent counterfeit risk signal.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
3 toolscounterfeit_riskAInspect
Assess counterfeit RISK for a collectible listing (a risk SIGNAL, never proof of fake). Combines marketplace base-risk + a price-vs-retail-median check when the item is a known collectible niche. Returns a risk level (low/med/high), a score, the signals, and authenticity advice.
| Name | Required | Description | Default |
|---|---|---|---|
| price | No | Optional: the listed price to compare against the retail median. | |
| query | Yes | Product or brand, e.g. 'Funko Batman' or 'LEGO 10307'. | |
| marketplace | No | Optional: where it's listed, e.g. 'aliexpress', 'ebay', 'etsy'. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden and clearly states the tool outputs a risk level (low/med/high), score, signals, and advice, and that it is a risk signal, not proof. It does not describe any side effects, required permissions, or rate limits, but the behavior is well-scoped and non-destructive.
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 primary purpose and caveat, and efficiently covers the tool's logic and return values. Every sentence adds value with no redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a 3-parameter tool with no output schema, the description explains the return values (risk level, score, signals, advice) and the condition for the price check. It is nearly complete, though it does not mention error conditions or bounds for the risk levels.
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%, so the schema already documents each parameter. The description adds no additional semantic meaning beyond the schema; it restates the price parameter's purpose. 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 uses a specific verb ('assess') and resource ('counterfeit RISK for a collectible listing') along with a clarifying caveat ('a risk SIGNAL, never proof of fake'). It distinguishes itself from sibling tools by detailing its unique combination of signals (marketplace base-risk and price-vs-retail-median check).
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 when the item is a known collectible niche, but it does not explicitly state when to use this tool versus the sibling tools (recall_lookup, safe_check) or provide exclusion criteria. There is no guidance on 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.
recall_lookupAInspect
Look up active US product recalls for a product or brand against live government feeds (CPSC/FDA/NHTSA-style aggregate). Returns matching recalls with the official agency source link and last-updated date. Use to check if something is recalled before buying/using it.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Product name or brand, e.g. 'Peloton bike' or 'stroller'. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description carries full burden. It states returns include agency source link and date, and that it uses live feeds. Does not mention rate limits, authentication, or error handling, but provides core 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?
Two efficient sentences, front-loaded with purpose and outcome. No unnecessary 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 simple tool with one parameter and no output schema, the description covers purpose, scope (US, active, government feeds), and return content. Lacks mention of edge cases like no results, but sufficient for most uses.
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 the single parameter, and the description adds value with examples ('Peloton bike' or 'stroller') and clarifies it's for product or brand.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it looks up active US product recalls from government feeds, specifying verb and resource. It does not explicitly distinguish from sibling tools (counterfeit_risk, safe_check) but the domain is clear.
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?
Explicit usage context given: 'Use to check if something is recalled before buying/using it.' No exclusions or alternatives mentioned, but the use case is clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
safe_checkAInspect
Run both a recall lookup and a counterfeit-risk check in one call. Best general-purpose product-safety screen.
| Name | Required | Description | Default |
|---|---|---|---|
| price | No | ||
| query | Yes | ||
| marketplace | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description must cover behavioral traits. It discloses that the tool runs two checks in one call. However, it does not state read-only/destructive nature, auth needs, or side effects. Adequate but not detailed.
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?
Single sentence with no wasted words, front-loaded action, and clear purpose. Highly concise and efficient.
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?
With 3 parameters, no output schema, and no annotations, the brief description is insufficient. Lacks parameter explanations, return value details, and usage context. Agent cannot fully utilize the tool.
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 provides no information about parameters. It does not mention price, marketplace, or query purpose, leaving the agent to guess. No value added beyond bare 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?
Description clearly states it performs both a recall lookup and counterfeit-risk check in one call, distinguishing it from siblings that are single-purpose tools. Verb is specific and resource is product-safety screen.
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?
Description says 'Best general-purpose product-safety screen,' implying use for general safety checks. Sibling tools are named (counterfeit_risk, recall_lookup), suggesting alternatives for specific checks. Lacks explicit when-not conditions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
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 or an account that owns the GitHub organization, then choose Claim with GitHub.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
Check a product's recall risk: score + active CPSC/FDA/NHTSA recalls for a product or brand.
Search 120,000+ recalled products from 8 global safety agencies using AI similarity.
Is this product recalled in the EU? 46,506 official Safety Gate alerts by GTIN, brand or name.
CPSC MCP — US consumer-product safety recalls (CPSC, free, no auth).
Related MCP Servers
AlicenseNot gradedqualityDmaintenanceSearch 120,000+ recalled products from CPSC, FDA, EU Safety Gate, and other global agencies via MCP. Enables AI agents to check product safety by text or image.Apache 2.0- AlicenseNot gradedqualityCmaintenanceAccess US consumer-product safety recalls from the CPSC, free and without authentication.16MIT
- AlicenseNot gradedqualityDmaintenanceEnables instant U.S. vehicle recall lookup by make, model, and year using official NHTSA data.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool has a clearly distinct purpose: counterfeit_risk for counterfeit risk assessment, recall_lookup for product recall checks, and safe_check runs both together. There is no ambiguity or overlap in their functionality.
All tool names follow a consistent snake_case pattern with descriptive verb-noun combinations (counterfeit_risk, recall_lookup, safe_check). The naming is clear and predictable.
With 3 tools, the server is well-scoped for its domain of product safety checking. Each tool earns its place, covering counterfeit risk, recall lookup, and a combined operation without being too few or excessive.
The tool surface covers the core safety checks: counterfeit risk and recall lookup, plus a combined call for convenience. There are no obvious gaps for the stated purpose of a product safety screen.