Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Merchant Context

io.github.ihint/merchant-context

Resolve sourced merchant facts and safe actions before an agent acts.

Uptime
100.0%
1 direct probes · 30d
Response
1790ms
last probe
Tools
9
callable
Resources
0
readable
Prompts
0
available

Tools · 9

get_service_info

Describe the Merchant Context service, price, and inspection checks.

check_merchant

Run a free merchant-site diagnostic. Agents should use resolve_merchant before relying on merchant facts or actions.

resolve_merchant

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_merchants

Search cached merchant records by sourced offer, place, price, timing, policy, action support, and freshness. Payment and adoption never change order.

compare_offers

Compare only sourced offer fields from two or more merchants. Unknown values stay unknown and payment never changes order.

get_safe_actions

Return current merchant-owned action URLs, exact inputs, authority, confirmation, expiry, retry rules, recovery, and attribution.

preflight

Resolve one merchant, evaluate sourced intent constraints, select a safe action, state approval, and return attribution.

refresh_merchant

Pay for a fresh merchant inspection and cache refresh. Show the price and get explicit human approval first.

inspect_merchant

Compatibility alias for refresh_merchant. Show the price and get explicit human approval first.

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"
    }
  }
}