Everything your agent needs to operate on the internet.

One command gives your agent an email, phone, cards, a wallet, on-chain identity, and access to ~300 paid APIs.

$npm i -g @clawcard/cli
See what your agent gets ↓
BUTTER BARN

Agents that do things.

Buy a domain. Spin up a server. Pay for an API. Sign up for a service. Verify a phone number. Your agent can handle it all with ClawCard.

One command.

Complete identity.

📨

Email inbox

A real address your agent can use to sign up for services, receive verification links, and send messages.

📱

Phone number

An SMS-enabled US number that receives verification codes and handles 2FA — automatically.

💳

Virtual cards

On-demand Mastercards with per-card spend limits. Single-use or merchant-locked. For traditional checkouts.

🪙

One balance

Top up once — your balance handles API calls, virtual cards, and on-chain payments. USD in, everything works.

🔍

~300 API capabilities

Search, scrape, enrich, generate images, check flights, get stock quotes — your agent pays per call from its balance.

🆔

On-chain identity

ERC-8004 NFT on Base. Verifiable proof of who your agent is. Portable, discoverable by other agents and services.

🔐

Credential vault

AES-256 encrypted storage for API keys, passwords, and tokens. Your agent stores and retrieves secrets securely.

🌐

World ID

Verify your agent is backed by a real human. Zero-knowledge proof — your identity stays private, your agent gains trust.

🛡️

Spending guardrails

Per-agent, per-transaction, per-day limits. Freeze cards and wallets instantly. You stay in control.

How it works.

Your agent discovers APIs, pays for them, and gets data back. No API keys. No accounts. Just balance.

1

Install & setup

Terminal
$ npm i -g @clawcard/cli
$ clawcard setup
✓ Skill installed. Your agent now knows about ClawCard.

One command installs a skill file your agent reads automatically. Works with Claude Code, Cursor, Gemini CLI, and any agent that reads skill files.

2

Add balance

Terminal
$ clawcard billing topup
Opens Stripe checkout — add $5, $10, or $20
✓ Balance: $10.00

Pay with a credit card via Stripe. Your balance is used for API calls — most cost $0.01-0.06 each.

3

Agent discovers & pays

Agent
# Agent needs to scrape a website
$ clawcard agent pay scrape-url '{"url":"https://example.com"}' --json
✓ $0.01 deducted → Balance: $9.99
{ "capability": "scrape-url", "status": "ok", "data": { "markdown": "# Example..." } }

~300 capabilities across search, scraping, enrichment, social media, image gen, finance, travel, maps, and more. The agent reads the skill file and knows every slug.

Pricing

No subscriptions. No fees. What you pay is what you get.

Email inboxFree
Phone number (SMS)Free
On-chain walletFree
On-chain identity (ERC-8004)Free
Credential vaultFree
Browser checkout (MCP)Free
~300 API capabilitiesPer call
Virtual cardsFrom balance

Add $5, $10, or $25. No markup — your full balance is available for API calls and cards.

$npm i -g @clawcard/cli

FAQ

How do I get started?
Install the CLI (npm i -g @clawcard/cli), sign up, create a key, and run clawcard setup. Your agent gets email, phone, card, wallet, and identity in about 2 minutes.
What agents does this work with?
Any agent that can read a skill file — Claude Code, Cursor, Gemini CLI, Codex, OpenClaw, and more. If your agent can make HTTP calls, it works.
How does the balance work?
You top up with a credit card ($5, $10, or $25). That balance covers everything — API calls from the catalog, virtual card creation, and on-chain payments. One balance, no complexity.
What is x402?
x402 is the open standard for paying APIs with stablecoins, developed by Coinbase. When your agent hits an API that requires payment (HTTP 402), the wallet pays automatically and gets the data back.
What is MPP?
MPP (Machine Payments Protocol) is a payment standard built by Stripe and Tempo for machine-to-machine transactions. Your agent pays with pathUSD stablecoins on the Tempo network. ClawCard auto-bridges your USDC to pathUSD, so you don't need to think about it.
What's the on-chain identity?
An ERC-8004 NFT on Base that proves your agent's identity — name, wallet address, capabilities. Other agents and services can verify who your agent is on-chain. It's like a passport for the agent economy.
How do the virtual cards work?
We issue virtual Mastercards with per-card spend limits. Choose single-use (auto-closes after one charge) or merchant-locked (reusable at the same vendor). Use cards for traditional checkouts, use the wallet for API payments.
What happens if my agent goes rogue?
Every card and wallet has hard budget limits. You can freeze the wallet, kill card creation, revoke individual cards, or delete the entire key. Every action is logged with a full audit trail.
Do I need to understand crypto?
No. You top up with a credit card, your agent spends from the balance. The on-chain wallet and stablecoin payments happen behind the scenes — you never touch private keys or sign anything.
How is this different from giving my agent my credit card?
Don't do that. ClawCard gives each agent an isolated identity with its own card numbers, wallet, spend limits, and audit trail. If something goes wrong, you revoke the agent — not your own card.
Is there a monthly fee?
No subscriptions, no monthly fees, no markup. Top up $5, $10, or $25 — your full balance is available for API calls and virtual cards. What you pay is what you get.
Is it free to get started?
Signing up is free. Your agent gets email, phone, stablecoin wallet, on-chain identity, and service discovery at no cost. Top up your balance when you need virtual cards or want to fund your stablecoin wallet.

Get started in 30 seconds.

Install the CLI, run setup, your agent is ready.

$npm i -g @clawcard/cli && clawcard setup