true402/mcp-server

๐Ÿ’ฐ Finance & Fintech
0 Views
0 Installs

๐ŸŽ–๏ธ ๐Ÿ“‡ โ˜๏ธ - Pay-per-call AI + web + on-chain tools for agents over x402 (USDC on Base) โ€” no accounts, no API keys; the wallet is the identity. 11 tools incl. token rug/honeypot safety (0โ€“100 score, risk band, buy/sell simulation), new-pairs / liquidity-pull / whale-swap signals, SEO/GEO audit, web extract, link preview, robots & security-headers checks, and LLM inference. Tools auto-discover from the live catalog. npx -y @true402.dev/mcp-server

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "true402-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "true402-mcp-server"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

@true402.dev/mcp-server

MCP server for the true402 machine-native marketplace โ€” give your agent pay-per-call access to AI inference and web tools over x402 (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

ToolPriceWhat it does
chatper-token + 3%OpenAI-compatible LLM inference across many models
list_modelsfreeList available models + pricing
token_safety$0.005ERC-20 rug/honeypot pre-check on Base โ†’ 0โ€“100 score, risk band, flags, liquidity depth + a buy/sell honeypot simulation
seo_audit$0.04/pageSEO + GEO (generative-engine-optimization) audit of a page โ†’ structured report
web_extract$0.005Fetch a URL โ†’ clean text + markdown + links + metadata
link_preview$0.003Fetch a URL โ†’ Open Graph / unfurl card
robots_check$0.003A site's AI-crawler policy (GPTBot, ClaudeBot, Google-Extended, PerplexityBot, โ€ฆ) + sitemaps + llms.txt
headers_check$0.003HTTP security-headers analysis (HSTS, CSP, โ€ฆ) + a 0โ€“100 score
new_pairs$0.003Newly created Base DEX pairs (Uniswap V3 / Aerodrome) โ€” fresh token launches
liquidity_pulls$0.003Liquidity-removal / rug alerts on Base pools
whale_swaps$0.005Large swaps on Base by USD size โ€” whale flow
token_report$0.01Fuller 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/ โ€” 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):

{
  "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 varDefaultDescription
SERVER_URLhttps://true402.dev/apitrue402 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

Also available for

MCP (Claude Code / Desktop, Cursor, Hermes) ยท Hermes Agent ยท OpenClaw ยท ElizaOS ยท LangChain ยท CrewAI ยท Vercel AI SDK ยท Coinbase AgentKit ยท Virtuals GAME ยท CLI โ€” same on-chain checks, one install command each: true402.dev/integrations

License

MIT

Related MCP Servers

@agentfund/mcp

๐Ÿ“‡ โ˜๏ธ - Fundraising infrastructure for AI agents on Solana โ€” campaigns, x402 donations, and on-chain reputation. MCP tools for registering agents, creating campaigns, and donating via the x402 pay-to-call flow, backed by Anchor programs (agentregistry, escrow, reputation). npx -y @agentfund/mcp

๐Ÿ’ฐ Finance & Fintech1 views
@asterpay/mcp-server

๐Ÿ“‡ โ˜๏ธ - EUR settlement for AI agents via x402 protocol. Market data, AI tools, crypto analytics โ€” pay-per-call in USDC on Base. SEPA Instant EUR off-ramp.

๐Ÿ’ฐ Finance & Fintech1 views
@czagents/cnb

๐Ÿ“‡ โ˜๏ธ ๐Ÿ  ๐ŸŽ ๐ŸชŸ ๐Ÿง - Czech National Bank (ฤŒNB) daily FX rates: fetch official CZK exchange rates, convert between currencies, fetch historical rates. Cached 10 min to ease upstream load. npm @czagents/cnb or HTTP at cnb.cz-agents.dev/mcp.

๐Ÿ’ฐ Finance & Fintech1 views
@arbitova/mcp-server

๐Ÿ“‡ โ˜๏ธ - Non-custodial on-chain escrow + AI dispute arbitration for agent-to-agent USDC payments on Base. Seven tools covering the full EscrowV1 contract surface: create escrow, mark delivered with on-chain content hash, confirm or dispute, arbiter resolves with signed verdict, cancel/escalate on timeout. npx @arbitova/mcp-server

๐Ÿ’ฐ Finance & Fintech0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

No check timestamp yet.

Unclaimed listing (imported or pending owner verification). Claim it โ†’
โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.