Agent tool marketplace
A directory of every deterministic utility an AI agent can call on FindUtils — grouped by what it does, priced per request from $0.0001. No account, no API key, no subscription. The agent reads the x402 manifest, picks a tool, signs one payment, gets the result.
How an agent buys a tool
- 01Discover
Fetch the x402 manifest to list every tool, its price, and its endpoint.
- 02Call
Send the request. The first response is 402 Payment Required with the price.
- 03Pay
Sign one EIP-712 USDC authorization for the exact amount — no wallet UI.
- 04Settle
Replay the request; the facilitator verifies and the result returns inline.
Encoding & Cryptography
11 toolsReversible transforms and one-way digests an agent needs mid-pipeline.
base64
base64-decode
base64-encode
hash
hmac
jwt-decode
morse-code
number-base
string-escape
url-decode
url-encode
Data Formats
11 toolsParse, validate, reshape and convert structured data between formats.
csv-to-json
html-strip
json-flatten
json-format
json-query
json-to-csv
json-unflatten
json-validate
markdown-to-html
xml-to-json
yaml-to-json
Validation & Verification
4 toolsCheck that a value is well-formed before an agent acts on it.
credit-card-validate
email-validate
ip-validate
regex-test
Generators
8 toolsProduce identifiers, secrets, placeholder data and codes on demand.
invoice-generate
lorem-ipsum
password-generate
qr-text
random-number
random-string
slug-generate
uuid
Text Utilities
9 toolsClean, reshape and measure raw text in a single deterministic call.
case-convert
line-dedupe
line-sort
roman-numeral
text-repeat
text-reverse
text-truncate
whitespace-clean
word-count
Calculators & Units
10 toolsNumeric and date math with predictable, audit-friendly output.
aspect-ratio
bmi-calculate
chmod-calculate
cidr-calculate
cloudflare-cost-calculate
date-diff
percentage
tip-calculate
unit-convert
unix-timestamp
Web & Content
5 toolsFetch, render and inspect external content from a URL.
color-convert
cron-describe
html-to-pdf
meta-fetch
screenshot
Two ways to reach the catalog
api.findutils.com — a plain HTTP endpoint per tool. Wrap your HTTP client with an x402 SDK and call it like any other API.
mcp.findutils.com — the same catalog as a Streamable HTTP MCP server. Drop it into Claude Desktop, OpenClaw, or any MCP-aware agent.
Wire an agent to the catalog
The quickstart walks through a first paid call end to end.