check_merchant gives autonomous agents a trust recommendation — PROCEED, CAUTION, or
INSUFFICIENT SIGNAL — built from a merchant's observable on-chain and x402 settlement history, before it
commits to a real payment.
Agents are autonomous but still need a trust check at the moment of payment. Here's where Gradient Decisions sits in that loop.
Agent hits an x402 402 Payment Required challenge from a merchant it hasn't dealt with before.
Agent calls check_merchant with the merchant's wallet address — $0.01, paid via x402 on Base.
Wallet age, unique payers, settlement volume, and price fairness vs. category peers, scored from real activity.
Agent gets back PROCEED, CAUTION, or INSUFFICIENT SIGNAL, with the reasons behind it. Decision support, not a certification.
Agent uses the recommendation to decide whether to complete the real payment to the merchant.
Wallet age, unique payer count, settlement volume, and price fairness against category peers — computed from real on-chain and x402 activity, not self-reported claims.
PROCEED / CAUTION / INSUFFICIENT SIGNAL, with the reasons behind each call — decision support for an agent's payment logic, not a certification.
Works out of the box as an MCP tool over streamable HTTP, or as a plain GET /check endpoint for HTTP-only x402 clients.
Gradient Decisions works natively via MCP over streamable HTTP. Add it as a remote server and your agent
can call check_merchant directly — no API keys, no accounts, every call
authenticated by its own x402 payment.
GET /check{
"mcpServers": {
"gradient-decisions": {
"url": "https://mcp.gradientdecisions.com/mcp",
"transport": "streamable-http"
}
}
}
Last refreshed 3m ago. Aggregate counts only — per-merchant results are available via the paid check_merchant tool.
api.exa.ai
Search API · base
Search and content retrieval for agents.
vaaya.ai
Agent Tool Gateway · base
Multi-tool x402 gateway — search, scraping, sandboxes, media generation.
Live check_merchant output for two merchants already in the index — every other merchant's recommendation and signals stay behind the paid tool.
Add Gradient Decisions to your agent's MCP config in under five minutes. Every check is $0.01, paid the same way as the payment it's protecting.