HTTP/1.1 402 PAYMENT REQUIRED · Agentic Finance (AIFI) · x402 + MPP dual-stack 500+ tools · 12 rails · 0% seller fee
Home / Blog / 500+ tools and counting
2026-06-20

500+ tools and counting

The Agent402 catalog passed the 500-tool mark. Every one of those tools is deterministic, tested in CI, and callable with a single HTTP request. Here's a look at what's in the box.

Note (updated 2026-08-18): this post originally counted every catalog entry, including hundreds of near-duplicate pairwise converters that were later collapsed into a handful of parameterized tools. The catalog is quoted as an evergreen "500+ tools" everywhere now; the exact live number is always at /api/pricing and /health.

What categories exist

The catalog spans 30+ categories, grouped into "kits" - each kit is a focused collection of related tools:

  • Data processing: JSON, CSV, XML, YAML, TOML manipulation and validation
  • Web tools: rendering, scraping, extraction, link checking, sitemap parsing
  • Search: web search, news, images, suggestions, and cited answers (via Brave)
  • Finance: stock quotes, history, company research, SEC filings, earnings data
  • Crypto & DeFi: token prices, TVL, wallet balances, ENS resolution, gas prices
  • Government data: FRED economic indicators, Treasury rates, BLS statistics
  • PDF processing: PDF to markdown, text extraction, metadata, page counting
  • Media: image conversion, audio transcription metadata, video info
  • Barcode & QR: generation and reading for multiple barcode formats
  • Security: DNS lookup, TLS certificate info, WHOIS, HTTP headers, SPF checks
  • Encoding: base64, hex, URL encoding, punycode, NATO phonetic, Soundex
  • Math & stats: statistical summaries, correlation, regression, prime checks, GCD/LCM
  • Hashing: SHA-256, MD5, HMAC, PBKDF2, scrypt, HKDF, checksums
  • Text & string: diff, similarity, word frequency, case conversion, word wrap
  • Agent memory: wallet-keyed persistent storage (read, write, list, delete)

How we got here

We started with 50 tools in the first week. The approach was simple: pick a category, build 5-10 tools that cover the common tasks, write the CI test for each, and ship. Each kit follows the same pattern - a single file that exports an array of tool definitions with handlers.

The constraint that kept quality high: every tool must answer its own example input correctly in CI. No exceptions. If a tool can't pass that bar, it doesn't ship.

What's coming next

We're continuing to expand the catalog based on what agents actually request (tracked via the /api/find endpoint). The most-searched-for capabilities that don't yet have tools get built first. Current priorities include more data transformation tools, additional financial data sources, and deeper government data coverage.

The catalog is also now registered on the Coinbase CDP Bazaar, making Agent402 tools discoverable by any x402-compatible agent through the Bazaar's marketplace API.

Back to blog