Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint
$ man agentutility

agentutility

254 paid x402 endpoints for autonomous agents, organized into 9 product clusters. USDC-settled on Base. MCP-discoverable. ERC-8004 identified (agentId 47167). Built so an agent can find it, call it, pay for it — never a human in the loop.

NAME
agentutility — paid x402 endpoints for autonomous agents
SYNOPSIS
POST https://x402.agentutility.ai/<endpoint>
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

     { <input-properties> }

# first request → 402 with payment requirements
# sign USDC transferWithAuthorization, retry with X-PAYMENT header
# → response delivered in the same request lifecycle
DESCRIPTION

Every endpoint is a single HTTP POST behind an x402 paywall. No signup, no API key, no dashboard. The agent discovers it through the Coinbase x402 Bazaar, the MCP servers, or by resolving ERC-8004 agentId 47167.

Settlement happens in the same lifecycle as the response: the client signs a USDC transferWithAuthorization, the facilitator settles on-chain, the response comes back. Price per call: $0.001 – $0.30 USDC.

CLUSTERS9 product groups, 254 live endpoints
#clustertaglinenprice/callstatus
01prooflayerTrust + risk scanners for AI-built apps.13$0.005 – $0.25 live
02edgemarketOnchain decisions agents can charge for.37$0.002 – $0.10 live
03edgefinanceTradFi signals at agent prices.21$0.002 – $0.10 live
04synthforgeGenerative media for agents that ship products.14$0.01 – $0.30 live
05mediakitOne endpoint per format. Pay per call.50$0.002 – $0.20 live
06wordmintNamed LLM tasks. Minted at a sticker price.48$0.001 – $0.02 live
07webprobeInspect any website. Pay per look.45$0.001 – $0.05 live
08localeGeo, weather, civic, identity primitives.26$0.001 – $0.05 live
09comppointCollectibles intelligence at agent speed. spec
↳ each cluster is its own product with its own buyer. Tap any to see the full endpoint tariff.
ROUTESthree ways in
ROUTE I · DIRECT x402

raw HTTP

curl -X POST https://x402.agentutility.ai/secrets-exposure-check \
  -H 'Content-Type: application/json' \
  -d '{"repo":"vercel/next.js"}'

# → 402 Payment Required
# (sign USDC transferWithAuthorization, retry
#  with X-PAYMENT header)
ROUTE II · MCP · live

claude · cursor · codex

# 8 cluster packages on npm under
# @agentutility/mcp-*  (one per cluster)
#
# Catalog + install:
# https://mcp.agentutility.ai
ROUTE III · ERC-8004

on-chain discovery

# Identity Registry on Base
# resolve agentId 47167:
curl -X POST https://x402.agentutility.ai/agent-card-resolve \
  -d '{"agent_id":47167}'
# → full agent card with every
#   endpoint enumerated
DISCOVERYmachine-readable surfaces for crawlers + agents
resourceformatpurpose
/llms.txttext/markdowncurated link index for LLMs (the llms.txt proposal)
/llms-full.txttext/markdownfull content snapshot — every cluster + endpoint inlined
/registry.jsonapplication/jsoncanonical endpoint manifest, including schemas + tags
/endpoints.txttext/plainone endpoint per line — slug, price, URL
/catalog.txttext/plainfull catalog with descriptions — grep-friendly
/sitemap.xmlapplication/xmlstandard sitemap — every cluster + endpoint URL
/.well-known/agent.jsonapplication/jsonagent plugin manifest (ai-plugin.json shape)
/.well-known/security.txttext/plainsecurity disclosure contact
/robots.txttext/plainexplicit allow for AI crawlers (GPTBot, ClaudeBot, PerplexityBot, …)
bazaar.x402.orgexternalofficial x402 directory — every endpoint is listed
ERC-8004 agentId 47167on-chainpure on-chain agent card resolution
WHYthree reasons agents call us
§ I   agent-callable
Every endpoint is a single HTTP POST behind an x402 paywall. Discoverable through the Bazaar, our MCP server, and the ERC-8004 registry. No signups, no API keys, no dashboards.
§ II   per-call pricing
$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 the agent reads the meter.
§ III   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.
SEE ALSO
x402 · mcp · erc-8004 · x402.org · modelcontextprotocol.io · EIP-8004 · bazaar.x402.org · llmstxt.org