value-us
Server Details
Verified deals, store policies & a trust score for thousands of online retailers. No auth.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
3 toolscheck_retailer_trustAInspect
Get value.us's proprietary VUS score (0-5) for a retailer and when its data was last verified. The VUS score measures how much current, verified data value.us holds on the store (a data-confidence signal) - it is NOT a verdict on whether the store is trustworthy or safe to buy from.
| Name | Required | Description | Default |
|---|---|---|---|
| retailer | Yes | Store name or domain. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are present, so the description carries the full burden. It adds valuable context by explaining what the VUS score measures (data confidence) and explicitly warns it is NOT a verdict on store trustworthiness. However, it does not disclose potential error behavior, read-only guarantees, or rate limits, which would be additional useful behavioral traits.
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-loading the core function and adding a crucial caveat. Every word earns its place with no redundancy, making it highly concise and well-structured.
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 the return values (score and last verified time) and the essential interpretation caveat. It lacks usage guidance and edge-case behavior, but these are partially covered by other dimensions, so the completeness is solid 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 only parameter 'retailer' already has a clear schema description ('Store name or domain.'), giving 100% schema coverage. The description adds no extra parameter semantics, 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 retrieves value.us's VUS score (0-5) and last verified time for a retailer, using a specific verb ('Get') and resource. It also clarifies that the VUS score is not a trust verdict, which distinguishes its purpose from what the name implies, but it does not explicitly reference sibling tools to fully differentiate them.
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?
No guidance is provided on when to use this tool versus alternatives like find_deals or lookup_retailer. The description implies it is for data-confidence checks but does not state conditions, exclusions, or recommend sibling tools for trust-related questions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
find_dealsAInspect
Find online retailers that currently have a specific kind of verified deal or policy, ranked. Use for questions like 'who has free shipping', 'which stores give a student discount', or 'what's on sale now'.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 10). | |
| intent | Yes | The deal/policy type to find retailers for. | |
| country | No | 2-letter market the shopper is in (e.g. 'US', 'GB', 'DE'), so results are relevant to where they can buy. Defaults to 'US'. Pass 'all' for every market. Retailers with no declared market are always included. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It adds behavioral context by saying 'verified deal or policy' and 'ranked,' implying results are filtered/curated and ordered. Yet it does not disclose potential limitations (e.g., data recency, market availability behavior already in schema, whether results include retailer contact info) or any side effects. For a read-only search tool this is acceptable but not rich.
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 total. The first sentence is front-loaded with the primary action and result, the second gives clear, relevant usage examples. No filler, no repetition of schema fields, every phrase 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?
For a simple search tool with 3 params and no output schema, the description is sufficiently complete. It states the action, the result type (ranked retailers), and common use cases. It could explicitly mention that the output is a ranked list, but 'ranked' already implies that. The sibling tool names provide additional context for disambiguation. This is above the minimum viable 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?
Schema coverage is 100%, so the baseline is 3. The description adds value by mapping example questions to specific intents (e.g., 'free shipping' corresponds to the free-shipping enum), which helps the agent pick the right intent. It also hints at the 'country' parameter implicitly with 'where they can buy' in the schema, though the description itself doesn't mention country beyond examples. Overall, it enriches the schema's parameter docs enough to justify a 4.
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+resource: 'Find online retailers that currently have a specific kind of verified deal or policy, ranked.' This clearly distinguishes the tool from siblings like check_retailer_trust (which likely evaluates trust of a given retailer) and lookup_retailer (which retrieves retailer details). It also provides concrete example queries ('who has free shipping', 'which stores give a student discount'), making the intent unmistakable.
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?
Usage guidance is explicit via 'Use for questions like...' followed by three representative queries that map to intent enum values. This tells the agent when to apply the tool. However, it does not explicitly mention when not to use it or name alternatives like check_retailer_trust or lookup_retailer, so it stops short of a full comparison.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
lookup_retailerAInspect
Look up verified deals and store policies for a specific online retailer: signup/newsletter offer, free-shipping threshold, return window, price-match, gift cards, student/military discounts, current sale, and the value.us VUS score (our data-confidence rating). Input a store name or domain.
| Name | Required | Description | Default |
|---|---|---|---|
| retailer | Yes | Store name or domain, e.g. 'Brooklinen' or 'brooklinen.com'. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden of explaining behavior. It does disclose the data returned (signup offers, shipping thresholds, return windows, etc.) and the VUS score, but it does not mention potential limitations such as missing data for obscure stores, freshness, or what happens when a retailer isn't found. This is adequate but not rich.
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, information-dense sentence that front-loads the core purpose ('Look up verified deals and store policies for a specific online retailer') followed by a clear, comma-separated list of included data. Every word earns its place; no filler or repetition.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (single parameter, no output schema), the description is comprehensive: it lists the return data fields and the input requirement. It does not describe return format or error handling, but the absence of an output schema is mitigated by the explicit enumeration of what the tool returns. A score of 4 reflects its completeness for typical use.
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% and the parameter description already includes examples ('Brooklinen' or 'brooklinen.com'). The tool description reiterates 'Input a store name or domain' but adds no new semantic information beyond what the schema provides. 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 uses a specific verb ('Look up') and resource ('verified deals and store policies for a specific online retailer'), clearly distinguishing this from sibling tools like find_deals (general deal search) and check_retailer_trust (trust rating only). It enumerates the exact data categories returned, leaving no ambiguity about the tool's 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 provides clear context: use this tool when you need verified deals and store policies for a specific named retailer. It implies a targeted lookup ('Input a store name or domain') and contrasts with siblings by focusing on a single retailer. However, it does not explicitly state exclusions or when to prefer alternatives, so it falls short of a 5.
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
Open, verified shop database for AI agents: products, offers, price comparison, trust and coupons.
Curated, human-reviewed deal feed for AI agents — live deal search + price watches. No auth.
AI-agent product catalog: search, lookup & purchase routing over verified merchant data.
Deep purchase intelligence for agents and apps: live prices, landed cost, trust scores. Free.
Related MCP Servers
- FlicenseAqualityBmaintenanceEnables AI shopping agents to verify a storefront's legitimacy before committing payment by checking domain registration, SSL certificate history, HTTPS validity, and known-scam blocklists, returning a trust score with explainable reasons and a clear recommendation.1320
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to search products across Amazon and live Shopify storefronts, vet merchants, build carts, and obtain checkout URLs via a pay-per-call API with no API key or signup.
- AlicenseAqualityDmaintenanceKlarna-style product discovery for AI shopping agents. Makes product catalogs machine-readable so AI agents can search, compare, and purchase products programmatically.6MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI models to find the best online deals by browsing and interacting with multiple shopping platforms like Amazon and eBay across various regions. It uses Playwright to automate searches and retrieve product information from compatible e-commerce and deal-tracking websites.273MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Tools are mostly distinct: one for trust scores, one for searching deals across retailers, one for detailed retailer policies. Minor overlap between find_deals and lookup_retailer on deals, but the scoping is clear.
All three tool names follow a consistent verb_noun pattern in lower snake_case: check_retailer_trust, find_deals, lookup_retailer. No mixing of styles.
3 tools is a small but well-focused set for a retail data service covering trust scores, deal search, and retailer details. Not too few given the narrow domain.
The tool set covers core user needs: trust assessment, deal discovery, and retailer policy lookup. Missing features like retailer comparison or list are non-critical, so it's reasonably complete.