Pre-trade endpoint health checker for trading agents: verifies a target x402 endpoint is fresh, fast, and live before a trade. Returns staleness, p95 latency, success rate, consecutive failures, and drift alerts. $0.002 USDC per check on Base mainnet.
{
"mcpServers": {
"x402-trust-oracle": {
"url": "https://api.x402oracle.com",
"transport": "http",
"x402": { "wallet": "env:X402_WALLET", "maxUsdPerCall": 0.002 }
}
}
}