58 tools · x402 · USDC on Base

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

  1. 01
    Discover

    Fetch the x402 manifest to list every tool, its price, and its endpoint.

  2. 02
    Call

    Send the request. The first response is 402 Payment Required with the price.

  3. 03
    Pay

    Sign one EIP-712 USDC authorization for the exact amount — no wallet UI.

  4. 04
    Settle

    Replay the request; the facilitator verifies and the result returns inline.

Encoding & Cryptography

11 tools

Reversible transforms and one-way digests an agent needs mid-pipeline.

Base64 $0.0001

base64

REST
Base64 Decode $0.0001

base64-decode

MCP
Base64 Encode $0.0001

base64-encode

MCP
Hash $0.0001

hash

MCP REST
Hmac $0.0001

hmac

MCP REST
Jwt Decode $0.0005

jwt-decode

MCP REST
Morse Code $0.0001

morse-code

MCP REST
Number Base $0.0002

number-base

MCP REST
String Escape $0.0001

string-escape

MCP REST
Url Decode $0.0001

url-decode

MCP
Url Encode $0.0001

url-encode

MCP REST

Data Formats

11 tools

Parse, validate, reshape and convert structured data between formats.

Csv To Json $0.0002

csv-to-json

MCP REST
Html Strip $0.0001

html-strip

MCP REST
Json Flatten $0.0002

json-flatten

MCP REST
Json Format $0.0002

json-format

MCP REST
Json Query $0.0005

json-query

MCP REST
Json To Csv $0.0002

json-to-csv

MCP REST
Json Unflatten $0.0002

json-unflatten

MCP REST
Json Validate $0.0002

json-validate

MCP REST
Markdown To Html $0.0002

markdown-to-html

MCP REST
Xml To Json $0.0002

xml-to-json

MCP REST
Yaml To Json $0.0002

yaml-to-json

MCP REST

Validation & Verification

4 tools

Check that a value is well-formed before an agent acts on it.

Credit Card Validate $0.0002

credit-card-validate

MCP REST
Email Validate $0.0002

email-validate

MCP REST
Ip Validate $0.0002

ip-validate

MCP REST
Regex Test $0.0005

regex-test

MCP REST

Generators

8 tools

Produce identifiers, secrets, placeholder data and codes on demand.

Invoice Generate $0.005

invoice-generate

MCP
Lorem Ipsum $0.0003

lorem-ipsum

MCP REST
Password Generate $0.0003

password-generate

MCP REST
Qr Text $0.0005

qr-text

MCP REST
Random Number $0.0003

random-number

MCP REST
Random String $0.0003

random-string

MCP REST
Slug Generate $0.0003

slug-generate

MCP REST
Uuid $0.0003

uuid

MCP REST

Text Utilities

9 tools

Clean, reshape and measure raw text in a single deterministic call.

Case Convert $0.0001

case-convert

MCP REST
Line Dedupe $0.0002

line-dedupe

MCP REST
Line Sort $0.0002

line-sort

MCP REST
Roman Numeral $0.0001

roman-numeral

MCP REST
Text Repeat $0.0001

text-repeat

MCP REST
Text Reverse $0.0001

text-reverse

MCP REST
Text Truncate $0.0001

text-truncate

MCP REST
Whitespace Clean $0.0001

whitespace-clean

MCP REST
Word Count $0.0002

word-count

MCP REST

Calculators & Units

10 tools

Numeric and date math with predictable, audit-friendly output.

Aspect Ratio $0.0003

aspect-ratio

MCP REST
Bmi Calculate $0.0003

bmi-calculate

MCP REST
Chmod Calculate $0.0005

chmod-calculate

MCP REST
Cidr Calculate $0.0005

cidr-calculate

MCP REST
Cloudflare Cost Calculate $0.001

cloudflare-cost-calculate

MCP REST
Date Diff $0.0002

date-diff

MCP REST
Percentage $0.0002

percentage

MCP REST
Tip Calculate $0.0003

tip-calculate

MCP REST
Unit Convert $0.0002

unit-convert

MCP REST
Unix Timestamp $0.0002

unix-timestamp

MCP REST

Web & Content

5 tools

Fetch, render and inspect external content from a URL.

Color Convert $0.0002

color-convert

MCP REST
Cron Describe $0.0005

cron-describe

MCP REST
Html To Pdf $0.005

html-to-pdf

MCP
Meta Fetch $0.001

meta-fetch

MCP REST
Screenshot $0.005

screenshot

MCP

Two ways to reach the catalog

REST

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

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.