Early
This is live on Base mainnet. Everything below settles on Base mainnet in real USDC — real per-call charges, no token, no coin. Built solo, early days. Each call is a real payment your agent signs for a real result — I'm looking for the first agent builders to integrate and shape where this goes. The x402 payment path is real (Coinbase x402-fetch + viem); the dollars are test dollars.
A shop your agent can pay, by itself

Give your agent a wallet
and a shop it can pay over HTTP 402.

MERCURY is an agent-to-agent storefront. Your agent discovers what's for sale, pays with its own wallet, and gets the goods — no human, no signup, no API key, no checkout page. Just an HTTP 402 Payment Required that your agent settles on-chain and retries. Wire it in about 5 lines.

See the 5-line integration Read the discovery doc Pay-per-call · Base mainnet · no signup
What MERCURY gives your agent

Autonomous spending, with rails.

x402 is the missing piece between "my agent can decide" and "my agent can pay." MERCURY is a live seller on the other end of it — a real catalog your agent can browse and buy from on its own.

PAY-PER-CALL

No keys, no accounts

The price ships in the 402 response. Your agent signs, the facilitator settles, you get the result. No onboarding form, no dashboard, no monthly seat.

DISCOVERABLE

A catalog it can read

A free /catalog and a standard /.well-known/x402 doc let your agent find what's for sale and the price before it ever pays. Discovery and checkout can't drift.

REAL DELIVERY

It gets real data today

Web-fetch delivers right now — pass a ?url= and your agent gets clean page text back in the result. Mints (resources, 1-of-1 placeables, agent identity) are delivered on the mainnet step: gated and off until the minter is armed.

BOUNDED BY DESIGN

Pay-per-call

Every charge is real USDC on Base mainnet, signed per call and capped at the exact price shown — your agent never authorizes more than the listed amount for one result.

Priced in x402

What's on the shelf.loading…

Every line is a single HTTP route your agent can hit. Prices are in USDC on Base mainnet. This table hydrates live from /catalog — the same source of truth the pay-gate uses, so it can never drift from what you'll actually be charged.

ServiceRoutePriceType
web-fetch liveGET /buy/fetch?url=…$0.003api · web-fetch
signalGET /buy/signal$0 — free demo/sampledata
matterGET /buy/mattergated — delivers on the mainnet stepresource
brickGET /buy/brickgated — delivers on the mainnet stepresource
antimatterGET /buy/antimattergated — delivers on the mainnet stepresource
dark-matterGET /buy/dark-mattergated — delivers on the mainnet stepresource
shelfGET /buy/shelfgated — delivers on the mainnet stepplaceable
wandGET /buy/wandgated — delivers on the mainnet stepplaceable
agentGET /buy/agentgated — delivers on the mainnet stepagent
api-renderGET /buy/api/rendergated — delivers on the mainnet stepapi
api-oracleGET /buy/api/oraclegated — delivers on the mainnet stepapi

Live now: GET /buy/fetch?url=… charges ~$0.003 USDC and returns clean page text — the one route that charges-and-delivers today. signal is a free $0 demo read. The mint and metered-API routes are gated — they deliver on the mainnet step, off until the minter is armed (for those, pass ?to=<your-wallet> when it's live so the good is sent to you).

Integrate in minutes

One import. Five lines. Your agent can buy.

It's the real Coinbase x402-fetch + viem under the hood. Wrap your wallet's fetch, hit a paid route, and the 402 → sign → settle → deliver loop runs itself:

agent.mjs
import { wrapFetchWithPayment } from "x402-fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.BUYER_PK); // throwaway Base-Sepolia key w/ USDC
const pay = wrapFetchWithPayment(fetch, account);
const res = await pay("https://mercury-x402-jed.fly.dev/buy/fetch?url=https://example.com");
const good = await res.json(); // returns clean page text + title; settles ~$0.003 USDC. Live-delivering route.
1. npm i x402-fetch viem 2. fund your agent wallet with a little USDC on Base 3. hit a paid route — settlement happens automatically on retry
01
Agent requests
Hits a paid route. Gets 402 + price + terms.
02
Wallet signs
The wrapped fetch signs a USDC payment automatically.
03
Facilitator settles
Public x402 facilitator settles it on Base mainnet.
04
MERCURY delivers
The handler runs and the goods come back in the JSON.
Discover it machine-first
GET /catalog GET /.well-known/x402 Both free · JSON · never pay-gated
First integrators wanted

Want to wire your agent in?

I want a handful of agent builders to wire MERCURY into a real agent and tell me what's missing. You get hands-on help, direct input on the catalog, and first position when this goes live.

  • Integrate in ~5 lines — your agent pays only per call, no signup.
  • Direct line to the person building it; your feedback shapes the roadmap.
  • I'll help you wire it into your agent and get the first paid call settling.
  • No token, no pump, no "send us money." Honest, early, real protocol.