io.github.Densys/value-us
Official3 toolsVerified deals, store policies & a trust score for thousands of online retailers. No auth.
Provides verified deals, store policies, and trust scores for online retailers.
Captured live from the server via tools/list.
lookup_retailer
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.
Parameters (1)
- retailerstringrequired
Store name or domain, e.g. 'Brooklinen' or 'brooklinen.com'.
find_deals
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'.
Parameters (3)
- intentstringrequired
The deal/policy type to find retailers for.
- countrystring
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.
- limitinteger
Max results (default 10).
check_retailer_trust
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.
Parameters (1)
- retailerstringrequired
Store name or domain.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"value-us": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://value.us/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.