x402-farm
Click on "Deploy 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., "@x402-farmextract the main content from https://example.com"
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.
x402-farm
64 pay-per-call APIs that AI agents pay for autonomously β via the x402 protocol (USDC on Base). No account, no API key, no subscription: the agent gets an HTTP 402, signs a micro-payment, retries, gets the data. Settlement is on-chain, per call, from $0.002.
Live at api.x-402.online Β· MCP: online.x-402/mcp on the official registry and Smithery
Try it in 60 seconds
Free taste, no wallet β every client gets 1 free call per day on any data route β€ $0.01. Just call:
curl "https://api.x-402.online/v1/weather?city=Tokyo"
curl "https://api.x-402.online/v1/crypto/price?ids=bitcoin,ethereum&vs=usd"Paid, with any x402 client (funded USDC wallet on Base):
import { wrapFetchWithPaymentFromConfig } from "@x402/fetch";
import { ExactEvmScheme } from "@x402/evm";
import { privateKeyToAccount } from "viem/accounts";
const f = wrapFetchWithPaymentFromConfig(fetch, {
schemes: [{ network: "eip155:8453", client: new ExactEvmScheme(privateKeyToAccount(PRIVATE_KEY)) }],
});
const r = await f("https://api.x-402.online/v1/search?q=x402"); // $0.003, settled on-chain
console.log(await r.json());Related MCP server: x402-agent-data
What's inside
Category | Routes | From |
π€ LLM inference | prompt in, completion out (DeepSeek v4) β among the cheapest $/call on x402 | $0.002 |
π Web + news search | real Google results (organic + answer box + knowledge graph) & fresh news | $0.003 |
πΈοΈ Residential-IP scraping | extract, render (JS), screenshot, PDF, links, meta β through a French residential IP, reaches sites that block datacenters | $0.005 |
π Utilities | weather (worldwide), crypto prices, DNS, email validation, IBAN | $0.003 |
π«π· French business data (deepest x402 coverage) | company identity (SIREN/SIRET), annual accounts (INPI), insolvency (BODACC), KYB + VIES VAT, credit-style score, director networks, competitors | $0.003β0.12 |
π French real estate | DVF sale-price valuations, DPE energy, risks, investment scorecard | $0.02β0.08 |
π¬π§πΊπΈ UK / US | Companies House, SEC EDGAR filings & financials | $0.005β0.08 |
π§© Composites | entreprise-360, KYB dossier, location studies β several sources in one call | $0.02β0.12 |
Full machine-readable docs: /llms.txt Β· /openapi.json Β· /.well-known/x402
Agent-friendly by design
Every route accepts GET and POST (query params or JSON body β your call)
Progressive pricing: big composites have a
/partialLITE version from $0.02; every402response advertises the cheaper alternative and free trial in analternativesfieldMCP server at
/mcp(JSON-RPC, Streamable HTTP): 64 tools, x402 payment relayed end-to-end β proven on-chainMulti-surface discovery: Bazaar extensions,
llms.txt, OpenAPI, agent-skills,Linkheaders
Architecture
Vercel (paywall x402 + fast APIs) β Cloudflare named tunnel β Mac mini worker (residential IP, real Chromium, auth-gated sources like INPI) with automatic datacenter fallback. Analytics + a daily on-chain market radar (unique payers per service across the whole x402 ecosystem) drive which APIs live or die.
Stack
Express Β· @x402/express (multi-network resource server) Β· Coinbase CDP facilitator Β· Supabase (analytics) Β· Playwright Β· deployed on Vercel + a Mac mini.
Built by Laurent Halbrun. USDC revenue wallet: 0x2c87β¦735F β every sale is verifiable on-chain.
This server cannot be deployed
Maintenance
Related MCP Connectors
8 pay-per-call web intel tools over MCP. Free discovery, calls settle in USDC on Base (x402).
Remote MCP server exposing 330 production AI-agent services for web/data processing, validation, AI utilities, blockchain/crypto utilities, and x402 pay-per-use access.
Production-grade MCP gateway delivering 8 real-time AI tools with instant x402 micropayments settled in USDC on Base Mainnet or SPL-USDC on Solana. Features Basescan contract auditing, wallet analytics, headless browser scraping, and pre-scraped oracle data feeds.
Production-grade MCP gateway delivering 8 real-time AI tools with instant x402 micropayments settled in USDC on Base Mainnet or SPL-USDC on Solana. Features Basescan contract auditing, wallet analytics, headless browser scraping, and pre-scraped oracle data feeds.
Related MCP Servers
- AlicenseAqualityDmaintenanceMCP server for pay-per-call DeFi and crypto data via x402 micropayments on Base. 8 endpoints: token prices, TVL, funding rates, token security, gas tracker, whale monitoring, wallet profiling, and yield scanning.839 npmMIT
- AlicenseNot gradedqualityDmaintenancePay-per-call MCP server offering crypto market signals, web page extraction, and GitHub repo auditing, with automatic settlement in USDC via the x402 protocol.MIT

oom-x402-mcpofficial
FlicenseNot gradedqualityBmaintenanceMCP server exposing 1,000+ pay-per-call API endpoints across agent infrastructure (memory, coordination, secrets, verification), data, compute, finance, weather, geography, and reference categories β payments via x402 protocol in USDC on Base.-- AlicenseNot gradedqualityDmaintenancePay-per-call MCP server for WebberSites x402 Data API, offering 45 tools for AI agents: web scraping, document extraction, SEO audits, linting, crypto data, and more, with payment via USDC on Base.40 npmMIT