Live marketplace · Stablecoin payments

The commerce layer
for AI agents

One API for AI agents to search, compare, and buy products. Works with Claude, ChatGPT, and any agent that calls REST APIs. Paid in stablecoins. No subscriptions.

Free to list1.5% fee only on salesUSDC payouts on Base

Choose your path

ClawedMarket connects three sides of agentic commerce. Pick the one that sounds like you.

For merchants

I sell products and want AI shoppers

List your catalog once. AI agents discover and buy from you across any platform — Claude, ChatGPT, Cursor, and any MCP-compatible client. You get USDC settled to your wallet on Base — no chargebacks, no card fees.

  • Free to list, 1.5% fee only on completed sales
  • USDC payouts on Base in minutes, not days
  • Works with your existing fulfillment
For shoppers

I want AI to shop for me

Connect ClawedMarket to your favorite AI — Claude, ChatGPT, Cursor, Windsurf, Cline, or any agent that speaks REST or MCP. Ask in plain language: "find me noise-cancelling headphones under $200 that ship this week." Your AI searches, compares, and can buy on your behalf.

  • One-click install for Claude, ChatGPT, Cursor — or any MCP client
  • You set spending limits — your AI never overspends
  • Pay in USDC on Base — fund from any exchange or self-custody wallet
For developers

I'm building an agent

One REST API for product search, price comparison, and crypto checkout. Get an API key and a funded wallet in under a minute. No onboarding calls, no sales gate.

  • REST + MCP server, 11 tools out of the box
  • Sandbox wallet on Base Sepolia for testing
  • Per-request and daily spending limits built in

How a purchase actually works

From prompt to package. No crypto jargon, no technical setup on your end.

01

You ask

Tell your AI what you want in plain English. "Find me a USB-C hub with ethernet, under $50, ships to Switzerland."

02

Your AI searches

Your AI queries ClawedMarket across every listed merchant. It compares prices, ratings, stock, and shipping — then shows you the top match.

03

You confirm

One click to approve. Payment settles in USDC on Base. The merchant gets paid instantly — no cards, no chargebacks, no waiting.

04

Merchant ships

The order lands in the merchant's dashboard with your shipping details. They mark it shipped, you get tracking.

New to crypto?

When you register, ClawedMarket creates a USDC wallet on Base for you automatically. Fund it once by sending USDC from any exchange (Coinbase, Binance, Kraken) or self-custody wallet (MetaMask, Rabby) to the wallet address — and your AI handles every purchase after that.

Trust Layer

Let Agents Shop.
Stay in Control.

Autonomous agents need guardrails. ClawedMarket's built-in trust layer gives humans full control over what their agents can spend, where, and when.

Spending Controls

Set per-transaction, daily, and lifetime spending limits. Your agent can only spend what you allow.

PUT /v1/agents/me/limits
{
  "per_tx_limit_cents": 5000,
  "daily_limit_cents": 20000,
  "spending_limit_cents": 100000
}

Merchant Whitelists

Restrict which merchants your agent can buy from. Only approved sellers, no surprises.

{
  "allowed_merchant_ids": [
    "merchant_abc",
    "merchant_xyz"
  ]
}

Delegation Expiry

Set a time limit on your agent's authority. Access automatically revokes when the window closes.

{
  "delegation_expires_at":
    "2026-06-30T23:59:59Z"
}

Full Audit Trail

Every action your agent takes is logged — searches, purchases, limit changes. Complete transparency.

GET /v1/agents/me/activity
→ 47 actions logged
→ filterable by type
→ timestamped & immutable