agentutility
No. 1 · Vol. I · The agent economy

The utility
company for agents.

243 paid endpoints organized into nine product clusters. USDC‑settled on Base. MCP‑discoverable. ERC‑8004 identified. Built so an agent can find it, call it, pay for it, and never need a human in the loop.

§ I

Agent-callable by default.

Every endpoint is a single HTTP POST behind an x402 paywall. Discoverable through the Coinbase Bazaar, our MCP server, and the ERC-8004 identity registry. No signups, no API keys, no dashboards to log into.

§ II

Priced per call.

$0.001 – $0.30 per call, settled in USDC on Base. No monthly minimum, no per-seat fee, no contract. Pay the meter only when your agent reads the meter.

§ III

Nine clusters, one substrate.

From production-risk scanners to onchain market data to graded-card comps, every cluster speaks the same protocol. An agent that knows how to call one knows how to call them all.

Service catalog · 2026

Nine product clusters.

Each cluster is its own product with its own buyer. Tap any to see the full endpoint tariff.

Cluster · 01● live
Prooflayer

Trust + risk scanners for AI-built apps.

AI builds apps fast. Prooflayer verifies they're safe to ship — secrets, deploys, migrations, dependencies, prompt-injection, supply chain.

Endpoints
13
Price range
$0.005 – $0.25
Lead
production-readiness-score
Open cluster →
Cluster · 02● live
EdgeMarket

Onchain decisions agents can charge for.

Token risk, DEX depth, wallet PnL, gas, bridges, NFTs, DAO proposals, Safe multisig — every onchain question an agent asks before transacting.

Endpoints
37
Price range
$0.002 – $0.10
Lead
token-risk-score
Open cluster →
Cluster · 03● live
EdgeFinance

TradFi signals at agent prices.

SEC filings, 13F deltas, insider trades, earnings calendars, FDA & FEC, Polymarket × Kalshi spreads — institutional-grade signals priced per call.

Endpoints
21
Price range
$0.002 – $0.10
Lead
13f-deltas
Open cluster →
Cluster · 04● live
Synthforge

Generative media for agents that ship products.

Image, video, music, voice generation across three price tiers. One API surface, USDC-settled, no SaaS account.

Endpoints
0
Price range
$0.000
Lead
image-generate-ultra
Open cluster →
Cluster · 05● live
Mediakit

One endpoint per format. Pay per call.

50 endpoints for PDF, image, video, audio, office, OCR, transcription, watermarking, and format conversion. Whatever the user hands the agent, the agent can handle.

Endpoints
50
Price range
$0.002 – $0.20
Lead
pdf-to-markdown
Open cluster →
Cluster · 06● live
Wordmint

Named LLM tasks. Minted at a sticker price.

Summarize, translate, classify, extract entities, generate regex, score a resume — every named text task an agent needs, with a fixed price and no prompt engineering.

Endpoints
0
Price range
$0.000
Lead
summarize
Open cluster →
Cluster · 07● live
WebProbe

Inspect any website. Pay per look.

DNS, SSL, WHOIS, DMARC, subdomain enumeration, scraping, screenshots, Wikipedia, HN, arXiv. The agent's pre-flight check for the open web.

Endpoints
41
Price range
$0.001 – $0.04
Lead
scrape
Open cluster →
Cluster · 08● live
Locale

Geo, weather, civic, identity primitives.

Geocoding, weather, timezone, holidays, flight status, building permits, property tax, VIN decode — the local-context layer for any agent that touches a place or a person.

Endpoints
26
Price range
$0.001 – $0.05
Lead
weather
Open cluster →
Cluster · 09○ spec
Comppoint

Collectibles intelligence at agent speed.

Graded card comps, pop reports, liquidity, trend, portfolio scoring — the machine-readable layer under every dashboard collectors already use.

Spec complete · build queue
Integrate · three ways in

However your agent finds us.

Route I

Direct x402

POST to the endpoint URL. Server returns 402 with payment requirements. Sign a USDC transferWithAuthorization, retry with the payment header. Done in two roundtrips.

curl -X POST https://x402.org/\
  v1/secrets-exposure-check \
  -H "Content-Type: application/json" \
  -d '{"repo":"vercel/next.js"}'
# → 402 Payment Required
# (sign + retry)
Route II

MCP server

One install gives Claude Code, Cursor, Codex, or any MCP client direct access to every endpoint as a callable tool. x402 settlement happens behind the scenes.

# claude mcp add x402 \
  --command "npx x402-deployer-mcp"

# then ask:
# "use x402 to scan this repo
#  for secret exposure"
Route III

ERC-8004 discovery

Agents that resolve agentId 47167 from the ERC-8004 Identity Registry on Base get the full agent card with every endpoint enumerated. Pure on-chain discovery.

# Identity Registry
# 0x8004A169FB4a3325...
# eth_call → agentURI
# → fetch JSON
# → enumerate endpoints