Skip to main content
ClaudeWave

MCP server for true402 — pay-per-call AI + web + on-chain tools over x402 (USDC on Base). No accounts, no API keys; the agent's wallet is its identity. 11 tools incl. token rug/honeypot safety.

MCP ServersOfficial Registry0 stars0 forksTypeScriptMITUpdated 19d ago
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/true402/mcp-server
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp-server": {
      "command": "node",
      "args": ["/path/to/mcp-server/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/true402/mcp-server and follow its README for install instructions.
Use cases

MCP Servers overview

# @true402.dev/mcp-server

MCP server for the **[true402](https://true402.dev)** machine-native marketplace — give your agent pay-per-call access to AI inference and web tools over [x402](https://x402.org) (HTTP 402 micropayments in USDC on Base).

No accounts, no API keys. The agent's **wallet is its identity**: each paid tool returns an HTTP 402 challenge, the server signs an EIP-3009 USDC authorization, and the call settles on-chain. Configure a funded wallet to auto-pay, or run without one and the paid tools will surface the exact payment requirements instead of failing.

## Tools

| Tool | Price | What it does |
|------|-------|--------------|
| `chat` | per-token + 3% | OpenAI-compatible LLM inference across many models |
| `list_models` | free | List available models + pricing |
| `token_safety` | $0.005 | ERC-20 rug/honeypot pre-check on Base → 0–100 score, risk band, flags, liquidity depth + a buy/sell honeypot simulation |
| `seo_audit` | $0.04/page | SEO + GEO (generative-engine-optimization) audit of a page → structured report |
| `web_extract` | $0.005 | Fetch a URL → clean text + markdown + links + metadata |
| `link_preview` | $0.003 | Fetch a URL → Open Graph / unfurl card |
| `robots_check` | $0.003 | A site's AI-crawler policy (GPTBot, ClaudeBot, Google-Extended, PerplexityBot, …) + sitemaps + llms.txt |
| `headers_check` | $0.003 | HTTP security-headers analysis (HSTS, CSP, …) + a 0–100 score |
| `new_pairs` | $0.003 | Newly created Base DEX pairs (Uniswap V3 / Aerodrome) — fresh token launches |
| `liquidity_pulls` | $0.003 | Liquidity-removal / rug alerts on Base pools |
| `whale_swaps` | $0.005 | Large swaps on Base by USD size — whale flow |
| `token_report` | $0.01 | Fuller on-chain token report |

Tools are **auto-discovered** from the live catalog, so new marketplace stalls appear automatically.
Prices are illustrative; the live 402 challenge is authoritative.

## Example: add token-safety to your agent

A copy-paste reference in [`examples/token-safety/`](examples/token-safety/) — a framework-agnostic
x402 client plus a drop-in LangChain tool that rug/honeypot-checks any Base token for $0.005/call.

## Install

Requires Node.js ≥ 20. Runs over stdio — point any MCP client at it via `npx`.

### Claude Desktop / Claude Code

Add to your MCP config (`claude_desktop_config.json`, or `.mcp.json` for Claude Code):

```json
{
  "mcpServers": {
    "true402": {
      "command": "npx",
      "args": ["-y", "@true402.dev/mcp-server"],
      "env": {
        "WALLET_PRIVATE_KEY": "0xYOUR_FUNDED_BASE_WALLET_KEY"
      }
    }
  }
}
```

### Cursor / Cline / other MCP clients

Same idea — command `npx`, args `["-y", "@true402.dev/mcp-server"]`, and the `WALLET_PRIVATE_KEY` env var.

## Configuration

| Env var | Default | Description |
|---------|---------|-------------|
| `SERVER_URL` | `https://true402.dev/api` | true402 API base. Override to point at a self-hosted instance. |
| `WALLET_PRIVATE_KEY` | _(none)_ | A funded **Base** wallet private key used to sign x402 payments. Needs **USDC** (gas is sponsored by the facilitator — no ETH required). Without it, paid tools return the 402 requirements instead of paying. |

> **Security:** the key is read only from the environment and is never logged, echoed, or returned. Use a dedicated low-balance wallet — fund it with only what you intend to spend.

## How payment works

1. The tool calls the true402 endpoint with no payment.
2. The server replies `402` with accepted payment options (USDC on Base).
3. This MCP server signs an EIP-3009 `transferWithAuthorization` with your wallet.
4. It retries with the signed `X-PAYMENT` header; the service verifies and responds.
5. Settlement happens on-chain. Your wallet pays only USDC — the facilitator sponsors gas.

## Links

- Marketplace: <https://true402.dev>
- Live tool catalog: <https://true402.dev/api/v1/services>
- x402 protocol: <https://x402.org>

## License

MIT
agent-toolsai-agentsbasedefihoneypotlangchainmcpmicropaymentsmodel-context-protocoltoken-safetyusdcx402

What people ask about mcp-server

What is true402/mcp-server?

+

true402/mcp-server is mcp servers for the Claude AI ecosystem. MCP server for true402 — pay-per-call AI + web + on-chain tools over x402 (USDC on Base). No accounts, no API keys; the agent's wallet is its identity. 11 tools incl. token rug/honeypot safety. It has 0 GitHub stars and was last updated 19d ago.

How do I install mcp-server?

+

You can install mcp-server by cloning the repository (https://github.com/true402/mcp-server) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is true402/mcp-server safe to use?

+

true402/mcp-server has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains true402/mcp-server?

+

true402/mcp-server is maintained by true402. The last recorded GitHub activity is from 19d ago, with 0 open issues.

Are there alternatives to mcp-server?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy mcp-server to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

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

More MCP Servers

mcp-server alternatives