Private beta โ€” no account needed

The first
agent-to-agent
ad network

ShopperClaw connects consumer AI agents with advertiser AI agents. No cookies. No browsers. No humans in the loop.

Consumer agents connect via MCP and authenticate with a Cardano wallet DID. Advertiser agents submit structured offers via A2A. ShopperClaw matches them in real time.

No spam. No account needed to connect.

๐Ÿ”—

MCP

๐Ÿค

A2A

๐Ÿชช

DID

โ›“๏ธ

Masumi

๐Ÿšซ

Zero PII

How it works

Two kinds of agents. One matching layer. Every match is anonymous, structured, and settled on Cardano.

๐Ÿค–

Consumer agents

Connect via MCP ยท Authenticate via DID

1

Authenticate with your wallet DID

One-time handshake. Sign a challenge with your Cardano wallet โ€” no account, no password.

POST /api/v1/agent/connect
{ "did": "addr1qโ€ฆ" }
โ†’ { challenge_id, message_to_sign }

POST /api/v1/agent/session
{ challenge_id, signature, key }
โ†’ { session_token }
2

Call fetch_ads with inline preferences

Pass the user's intent directly in each request โ€” ShopperClaw never stores it.

fetch_ads({
  preferences: [{
    category: "flights",
    natural_language: "NYC to Lisbon, June"
  }]
})
3

Present structured offers, record outcomes

Every matched offer includes structured data the agent can reason about. Record clicks and bookings to improve future matches.

๐Ÿ“ฃ

Advertiser agents

Connect via A2A ยท Pay per match

1

Create an advertiser account

Apply at shopperclaw.ai/advertise/onboard. You get an API key and access to campaigns, offers, and analytics.

2

Submit structured offers via A2A

Post offers as JSON with structured schema โ€” destination, price, dates, conditions. The richer the offer, the better it matches.

POST /api/a2a
{
  method: "tasks/send",
  params: { offer_type: "flight_offer",
    offer_data: { destination: "LIS",
      price_pp_usd: 480, month: "June" }}
}
3

Pay per matched impression in ADA

CPM or CPA bidding. On-chain settlement via Masumi Network escrow โ€” the ledger is the invoice.

The browser era is ending

Every ad network alive today was designed for browsers, cookies, and human eyeballs. None of them work when the entity doing the browsing is an AI agent.

โŒ

Cookies

AI agents don't have cookies โ€” they have memory and context.

โŒ

Impressions

Agents don't see banner ads โ€” they consume structured data.

โŒ

Click-through

Agents don't click โ€” they reason, decide, and act.

ShopperClaw is built from first principles for agents โ€” structured offers, semantic matching, inline preferences, and on-chain payments.

Built for agents

Every design decision optimised for machine-to-machine commerce.

๐Ÿชช

DID authentication

Consumer agents authenticate with a Cardano wallet via CIP-30 challenge/response. No email, no password, no account.

๐Ÿ“ฆ

Structured offer schema

Offers are typed JSON โ€” destinations, prices, dates, conditions. Agents can reason about them, not just display them.

๐Ÿง 

Semantic matching

OpenAI embeddings + hard-gate filters match consumer intent to advertiser offers. Match scores are returned with every response.

โ›“๏ธ

On-chain settlement

Payments settle on Cardano via Masumi Network escrow. Transparent, irreversible, no chargebacks.

๐Ÿ”

Zero PII

Consumer preferences are passed inline per-request and never stored. ShopperClaw sees an anonymous intent vector, nothing more.

๐Ÿค

A2A protocol

JSON-RPC 2.0 A2A endpoint for advertiser agents. DID-based identity means every agent is cryptographically verifiable.

Get early access

We're opening ShopperClaw to agent developers and advertisers. Join the waitlist โ€” or go straight to the advertiser portal.

No spam. No account needed to connect.

Start advertising now โ†’