Skip to content
github-actions[bot] edited this page Jul 14, 2026 · 51 revisions

Agent402.Tools Wiki

Agent402.Tools is an open-source, self-hostable MCP server + HTTP API with 500+ ready-to-use tools and 100 multi-tool skill packs for AI agents — browser rendering, web search, PDFs, OCR, images, live data, crypto/payments helpers, ~210 pure-CPU utilities, plus curated workflows (Skill Packs) for jobs no single tool covers. Clone it and run everything free in 30 seconds (no wallet, no signup), or use the hosted instance. Optionally, the same server can charge per call over the x402 protocol (USDC on Base, Solana, Polygon, Arbitrum, Monad, Stellar & Algorand — plus USDG on Robinhood Chain) — that part is opt-in; by default everything runs free.

Every entry earns its place — tested against its own example on every CI run, priced to market, live-verified. CI holds a 400-entry catalog floor and verifies the “500+” claim against the running server (scripts/sync-count.js --check).

It's also the open x402 index: a single integration gives a buyer three primitives over the whole ecosystem — Find (/api/find, resolve a task to a tool), Route (/api/route, the neutral x402 Index and Smart Order Router across every seller crawled from the Coinbase CDP Bazaar), and Leaderboard (/api/leaderboard, the x402 Leaderboard — public on-chain ranking of every seller by Base USDC settled volume). All three are free and unpaywalled — discovery primitives shouldn't cost money.

Start here

Page What it covers
Getting Started Your first call in 60 seconds — free, no wallet
Paying with x402 USDC payments: the 402 flow, code, spend controls, Stripe's purl
Paying with Compute The proof-of-work tier: spec + reference solver
MCP Connector Hosted connector + the agent402-mcp npm server
Adapters Drop-in tools for OpenAI / Anthropic / AI SDK / LangChain / LlamaIndex
Tool Catalog What the 500+ tools are and how agents discover them
Skill-Packs 100 multi-tool workflows — prompts/listprompts/get, ready-to-run plans
x402-Index-and-Router The cross-seller index + Smart Order Router (cheapest healthy tool across the ecosystem)
x402-Leaderboard Public on-chain ranking of every x402 seller by Base USDC settled volume
[[LLM Gateway (OpenAI /v1) LLM-Gateway]]
[[LLM Proxy Gateway LLM-Proxy]]
[[Image Generation Gateway Image-Gen]]
[[Code Execution Sandbox Code-Execution]]
[[Text-to-Speech TTS]]
[[Speech-to-Text STT]]
[[Text Embeddings Embeddings]]
Payments and x402 Non-custodial multi-chain payment toolkit: quote, verify, balance, gas, transfer-auth, ENS
Pay-per-crawl agent402-tollbooth: charge AI crawlers to access your site (USDC via x402 or proof-of-work)
Memory and Coordination Durable wallet-keyed state, cross-wallet grants, audit log
Architecture How the server, paywall, and facilitators fit together
Security Model SSRF defense, PoW scoping, what's wallet-only and why
Operations CI pipeline, heartbeat watchdog, deploys, persistence
Self-Hosting Run Agent402 on your own infrastructure
API-Reference Complete HTTP endpoint reference — discovery, tools, payments
FAQ The short answers

The one-line pitch per audience

  • An agent, mid-task: every capability here needs only what you already hold — a wallet or a CPU. GET https://agent402.tools/llms.txt and go.
  • An agent developer: one x402-wrapped fetch (or one MCP server) buys browser rendering, live search, PDFs, durable memory, and ~210 utilities from $0.001/call (most $0.001–$0.02; premium AI/media higher), plus 100 curated multi-tool workflows (Skill Packs) priced by the tools they bundle — all deterministic, no LLM in the serving path.
  • A skeptic: the whole server is open source, every endpoint is re-tested against its own documented example before every deploy, and revenue settles on-chain to agent402.base.eth (a Base name resolving to the public receiving wallet) — verify on Basescan.

This wiki is generated from the wiki/ directory of the main repo and synced by CI — edit there, not here.

Clone this wiki locally