Merchant Context
io.github.ihint/merchant-contextResolve sourced merchant facts and safe actions before an agent acts.
Tools · 9
Describe the Merchant Context service, price, and inspection checks.
Run a free merchant-site diagnostic. Agents should use resolve_merchant before relying on merchant facts or actions.
Resolve cached merchant identity, sourced facts, offers, terms, freshness, and safe actions for free. Call this before relying on merchant facts or starting an action.
Search cached merchant records by sourced offer, place, price, timing, policy, action support, and freshness. Payment and adoption never change order.
Compare only sourced offer fields from two or more merchants. Unknown values stay unknown and payment never changes order.
Return current merchant-owned action URLs, exact inputs, authority, confirmation, expiry, retry rules, recovery, and attribution.
Resolve one merchant, evaluate sourced intent constraints, select a safe action, state approval, and return attribution.
Pay for a fresh merchant inspection and cache refresh. Show the price and get explicit human approval first.
Compatibility alias for refresh_merchant. Show the price and get explicit human approval first.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"merchant_context": {
"url": "https://api.merchant.atomandbits.com/mcp",
"transport": "streamable-http"
}
}
}