@true402.dev/mcp-server
@true402.dev/mcp-server provides pay-per-call access to AI inference, web analysis, and blockchain tools via x402 micropayments (USDC on Base) — no accounts or API keys needed, just a funded wallet.
AI Inference
chat— Send chat completions to many LLMs (GPT-4o, Claude, Gemini, etc.), priced per token + 3%list_models(free) — List available models with live per-token pricing
Web Analysis
web_extract— Fetch any URL and return clean text, markdown, links, and metadatalink_preview— Fetch a URL's Open Graph card (title, description, image, favicon)seo_audit— Full SEO + generative-engine optimization (GEO) audit with structured scores and issuesrobots_check— Check a site's AI-crawler policy (GPTBot, ClaudeBot, etc.), sitemaps, andllms.txtheaders_check— Analyze HTTP security headers (HSTS, CSP, etc.) with a 0–100 score
Blockchain / Token Safety (Base)
token_safety— Rug/honeypot pre-check: ERC-20 conformance, ownership, mint capability, liquidity depth, buy/sell simulation, and risk scoretoken_report— Composite report combining token safety, liquidity-pull history, and whale activity into a single verdict (ok/caution/avoid)address_safety— Structural profile of any Base address: EOA vs. contract, balances, tx count, proxy detection, and risk flagsdeployer_check— Deployer wallet reputation: age, balance, contracts shipped, and throwaway-wallet detectionnew_pairs— Recently created DEX pairs (Uniswap V3 / Aerodrome) for fresh token launch monitoringliquidity_pulls— Liquidity-removal / rug alerts on Base DEX poolswhale_swaps— Large USD-value swaps on Base DEX pools for whale-flow signals
All paid tools use x402 micropayments: the server signs EIP-3009 USDC authorizations from the configured wallet; gas is sponsored. Without a wallet, paid tools return payment requirements instead of executing.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@true402.dev/mcp-servercheck token safety for 0x1f984"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@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
Tool | Price | What it does |
| per-token + 3% | OpenAI-compatible LLM inference across many models |
| free | List available models + pricing |
| $0.005 | ERC-20 rug/honeypot pre-check on Base → 0–100 score, risk band, flags, liquidity depth + a buy/sell honeypot simulation |
| $0.04/page | SEO + GEO (generative-engine-optimization) audit of a page → structured report |
| $0.005 | Fetch a URL → clean text + markdown + links + metadata |
| $0.003 | Fetch a URL → Open Graph / unfurl card |
| $0.003 | A site's AI-crawler policy (GPTBot, ClaudeBot, Google-Extended, PerplexityBot, …) + sitemaps + llms.txt |
| $0.003 | HTTP security-headers analysis (HSTS, CSP, …) + a 0–100 score |
| $0.003 | Newly created Base DEX pairs (Uniswap V3 / Aerodrome) — fresh token launches |
| $0.003 | Liquidity-removal / rug alerts on Base pools |
| $0.005 | Large swaps on Base by USD size — whale flow |
| $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.
Related MCP server: AgentPay
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 var | Default | Description |
|
| true402 API base. Override to point at a self-hosted instance. |
| (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
The tool calls the true402 endpoint with no payment.
The server replies
402with accepted payment options (USDC on Base).This MCP server signs an EIP-3009
transferWithAuthorizationwith your wallet.It retries with the signed
X-PAYMENTheader; the service verifies and responds.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
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/true402/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server