5 hours ago
x402-trust gives AI agents a "check before you pay" layer for the x402 ecosystem.
Server Config
{
"mcpServers": {
"x402-trust": {
"command": "npx",
"args": [
"-y",
"x402-trust-mcp"
],
"env": {
"X402_TRUST_API_BASE": "https://x402.fuchss.app",
"X402_PRIVATE_KEY": "0xYOUR_BASE_WALLET_KEY",
"X402_MAX_USD": "0.05",
"X402_MAX_TOTAL_USD": "1.00",
"X402_MAX_CALLS": "1000",
"X402_TIMEOUT_MS": "20000"
}
}
}
}