Skip to main content
ClaudeWave
MCP ServersRegistry oficial0 estrellas0 forksTypeScriptMITActualizado today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/JonasFuchss/x402-trust-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "x402-trust-mcp": {
      "command": "node",
      "args": ["/path/to/x402-trust-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/JonasFuchss/x402-trust-mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# x402-trust-mcp

An [MCP](https://modelcontextprotocol.io) server that lets your agent check the
**trust & reliability of x402 endpoints before paying them**.

Backed by [x402.fuchss.app](https://x402.fuchss.app), which monitors the entire
x402 ecosystem (Base + Solana) 24/7: uptime probes, 402-envelope spec compliance,
advertised-price history, and **real on-chain USDC settlement volume** per
endpoint.

## Why

Agents increasingly pay x402 endpoints autonomously. But ~⅔ of listed x402
endpoints are unreachable and ~⅓ of the reachable ones serve non-compliant
payment envelopes. Before your agent sends USDC to an unknown endpoint, ask:
*is it alive, compliant, and does anyone actually pay it?*

## Tools

| Tool | Cost | Description |
|---|---|---|
| `x402_ecosystem_stats` | free | Aggregate state of the x402 ecosystem (listings, reachability, compliance, 30d settlement volume). |
| `x402_trust_leaderboard` | free | Top-25 most trustworthy x402 endpoints. |
| `x402_trust_score` | paid | Trust score (0-100, grade A-F) for a specific endpoint, with full breakdown + flags. |
| `x402_endpoint_history` | paid | Observation time-series for a specific endpoint (listings, price changes, probes). |

Paid tools cost a few tenths of a cent, charged over x402 (USDC on Base). If you
set `X402_PRIVATE_KEY`, the server **auto-pays** within your `X402_MAX_USD`
limit; otherwise it returns the price quote for your host to pay.

## Install

Add to your MCP client config (e.g. Claude Desktop `claude_desktop_config.json`):

```json
{
  "mcpServers": {
    "x402-trust": {
      "command": "npx",
      "args": ["-y", "x402-trust-mcp"]
    }
  }
}
```

To enable autonomous payment for the paid tools, add a funded Base USDC wallet:

```json
{
  "mcpServers": {
    "x402-trust": {
      "command": "npx",
      "args": ["-y", "x402-trust-mcp"],
      "env": {
        "X402_PRIVATE_KEY": "0xYOUR_BASE_WALLET_KEY",
        "X402_MAX_USD": "0.05"
      }
    }
  }
}
```

## Configuration (env vars)

| Var | Default | Description |
|---|---|---|
| `X402_TRUST_API_BASE` | `https://x402.fuchss.app` | API base URL. |
| `X402_PRIVATE_KEY` | _(unset)_ | Base wallet private key (0x…). Enables auto-pay for paid tools. |
| `X402_MAX_USD` | `0.05` | Per-call auto-pay ceiling. |
| `X402_TIMEOUT_MS` | `20000` | Request timeout. |

The free tools work with no configuration at all.

## Security

`X402_PRIVATE_KEY` is a hot wallet — fund it with only what you're willing to
spend on trust lookups. The key never leaves your machine; it signs EIP-3009
payment authorizations locally.

## License

MIT

Lo que la gente pregunta sobre x402-trust-mcp

¿Qué es JonasFuchss/x402-trust-mcp?

+

JonasFuchss/x402-trust-mcp es mcp servers para el ecosistema de Claude AI con 0 estrellas en GitHub.

¿Cómo se instala x402-trust-mcp?

+

Puedes instalar x402-trust-mcp clonando el repositorio (https://github.com/JonasFuchss/x402-trust-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar JonasFuchss/x402-trust-mcp?

+

JonasFuchss/x402-trust-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene JonasFuchss/x402-trust-mcp?

+

JonasFuchss/x402-trust-mcp es mantenido por JonasFuchss. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a x402-trust-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega x402-trust-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: JonasFuchss/x402-trust-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/jonasfuchss-x402-trust-mcp)](https://claudewave.com/repo/jonasfuchss-x402-trust-mcp)
<a href="https://claudewave.com/repo/jonasfuchss-x402-trust-mcp"><img src="https://claudewave.com/api/badge/jonasfuchss-x402-trust-mcp" alt="Featured on ClaudeWave: JonasFuchss/x402-trust-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a x402-trust-mcp