Pay-per-call AI, web, finance, and blockchain analysis tools using USDC micropayments on Base.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
This server is confirmed live β we successfully called its tools/list endpoint directly (see the verified badge above). We haven't yet sandbox-tested the stdio install command below specifically, which is a separate, ongoing check.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Server.
list_modelsList every LLM model available through true402's pay-per-call inference, with live per-token pricing (3% over provider cost, min $0.0001/request). Returns each model's id, provider, and input/output token prices across OpenAI, Anthropic, Google, Groq, Mistral and Together β so an agent can pick a model and know the exact cost before paying via x402 (USDC on Base, no account or API key).
chatSend a chat completion request to an LLM via true402 (PAID x402 service, USDC on Base). Requires a funded wallet (WALLET_PRIVATE_KEY) on the MCP server.
seo_auditAudit web pages for SEO + GEO (generative-engine optimization). POST `{ url, mode? }` for a single page, or `{ urls: [...], mode? }` to audit several in one call β priced per page ($0.04/page, up to 5 pages per request on this deployment). An unpaid request returns 402 with payment requirements. After payment, a single `url` returns a flat report (per-category scores + issues); `urls` returns `{ count, succeeded, pages: [...] }`. (PAID x402 service β USDC on Base; the MCP server needs a funded wallet to settle.) Price: $0.04β$0.2 USD/page (DYNAMIC β can exceed a fixed MAX_PAYMENT_USDC ceiling; raise it if a call is refused).
web_extractFetch a web page and return clean readable text + light markdown + title/description/links. POST `{ url }`; an unpaid request returns 402. Flat-priced per request. (PAID x402 service β USDC on Base; the MCP server needs a funded wallet to settle.) Price: $0.005 USD (fixed).
link_previewFetch a URL and return its Open Graph card (title, description, image, site name, favicon, canonical). POST `{ url }`; an unpaid request returns 402. Flat-priced per request. (PAID x402 service β USDC on Base; the MCP server needs a funded wallet to settle.) Price: $0.003 USD (fixed).
screenshotRender a web page in headless Chromium and return a PNG screenshot as base64 JSON. POST `{ url, fullPage?, width? }`; an unpaid request returns 402. Flat-priced per request. (PAID x402 service β USDC on Base; the MCP server needs a funded wallet to settle.) Price: $0.01 USD (fixed).
The true402/mcp-server MCP server connects MCP clients to the true402 machine-native marketplace. It exposes tools for LLM inference, web and SEO analysis, deterministic finance calculations, prediction markets, DeFi yields, and blockchain safety checks. The catalog includes both free discovery functions and paid operations whose prices are returned through x402 payment challenges.
Blockchain coverage includes Base, Ethereum, and selected BNB Smart Chain token checks. Depending on the tool, an agent can inspect ERC-20 behavior, liquidity, ownership, mint capability, honeypot behavior, deployer reputation, liquidity removals, whale swaps, or the safety of an unsigned transaction. Web tools can extract page text, preview links, render screenshots, inspect robots and llms policies, and score HTTP security headers.
The true402/mcp-server MCP server sends a tool request to the true402 API. For a paid operation, the API returns HTTP 402 with the exact payment terms. When a wallet is configured, the server signs an EIP-3009 USDC authorization on Base, retries with the payment header, and settlement occurs on-chain. The facilitator sponsors gas, so the configured wallet needs USDC but does not need ETH for gas.
Each authorization buys one response. Payment is submitted only after a successful 2xx response, and calls that error or time out are not settled. The server enforces MAX_PAYMENT_USDC as a per-call ceiling; requests above that limit are refused before payment. Tool prices can change, and the live 402 response is authoritative.
The package runs over stdio and requires Node.js 20 or newer. A typical MCP client configuration uses npx -y @true402.dev/mcp-server. Claude Desktop, Claude Code, Cursor, Cline, and other MCP clients can use the same command pattern.
Environment settings include:
WALLET_PRIVATE_KEY: a funded Base wallet key for automatic x402 payments. The key is read from the environment and is not logged or returned.SERVER_URL: API base URL, defaulting to https://true402.dev/api; it can point to a self-hosted instance.MAX_PAYMENT_USDC: maximum amount allowed for one call, defaulting to 0.25.A wallet is not needed to start the process. Without one, paid tools return their payment requirements rather than completing the payment. The documentation recommends using a dedicated, low-balance wallet.
The true402/mcp-server MCP server includes list_models for live model IDs and token prices, and chat for paid LLM completions across several providers. Other capabilities include:
Tools are auto-discovered from the live catalog, so the available set may change without a package update.
Most operations are paid in USDC on Base, although some have a small per-IP daily free allowance. list_models is free. seo_audit is priced per page and can exceed a normal per-call ceiling when auditing multiple pages, so the ceiling may need adjustment. deployer_check requires an explorer key on the service side and can return 503 when that configuration is absent.
On-chain safety results are assessments, not guarantees. For example, tx_preflight checks simulation, decoded intent, and archived counterparty liquidity activity but never labels a transaction safe. Historical liquidity coverage is limited to the indexed block range, and a clean result means only that the reported checks found no issue.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/true402-mcp-server)<a href="https://allmcps.com/mcp/true402-mcp-server"><img src="https://allmcps.com/api/badge/true402-mcp-server?style=directory" alt="MCP Server on AllMCPs" /></a>