MCP server/ai-tools

ClawdPay MCP Server

Payments for AI Agents using Privacy.com virtual cards.

★ 4Rishab87/clawdpay-mcp ↗by Rishab87updated
1

Add it to Claude Code

claude mcp add -e "PRIVACY_API_KEY=${PRIVACY_API_KEY}" clawdpay -- npx clawdpay-mcp
Required:PRIVACY_API_KEY+ 2 optional
2

Make your agent remember this setup

clawdpay's config, env vars, and the gotchas you hit — recalled in every future Claude Code, Cursor, and Codex session.

npx conare@latest

Free · one command · indexes the sessions already on disk. Set up in the browser instead →

What it does

  • Create single-use virtual cards via Privacy.com
  • Intelligently auto-fill payment fields on web pages
  • List and manage funding sources
  • Supports headless browser automation for payments

Tools 3

create_virtual_cardCreate a single-use virtual card via Privacy.com
secure_auto_fillIntelligently finds and fills payment fields on the current page
get_funding_sourcesList available funding accounts

Environment Variables

PRIVACY_API_KEYrequiredYour Privacy.com API key
PRIVACY_SANDBOXSet to true to use the sandbox environment
HEADLESSSet to true to run the browser in headless mode

Try it

Create a new single-use virtual card for my purchase.
List my available funding sources on Privacy.com.
Navigate to the checkout page and use the secure_auto_fill tool to complete the payment.
Original README from Rishab87/clawdpay-mcp

ClawdPay MCP

Payments for AI Agents - An MCP server that enables Claude to make purchases using Privacy.com virtual cards.

Quick Start

npx clawdpay-mcp

Or install globally:

npm install -g clawdpay-mcp

Manual Setup

git clone https://github.com/Rishab87/clawdpay-mcp.git
cd clawdpay-mcp
npm install
npx playwright install chromium
npm run build

Configuration

Create .env file:

PRIVACY_API_KEY=your_key
PRIVACY_SANDBOX=true
HEADLESS=true

Claude Desktop Setup

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "clawdpay": {
      "command": "npx",
      "args": ["clawdpay-mcp"],
      "env": {
        "PRIVACY_API_KEY": "your_key",
        "PRIVACY_SANDBOX": "true"
      }
    }
  }
}

Tools

  • create_virtual_card: Create a single-use virtual card via Privacy.com
  • secure_auto_fill: Intelligently finds and fills payment fields on the current page
  • get_funding_sources: List available funding accounts

License

MIT

Frequently Asked Questions

What are the key features of ClawdPay?

Create single-use virtual cards via Privacy.com. Intelligently auto-fill payment fields on web pages. List and manage funding sources. Supports headless browser automation for payments.

What can I use ClawdPay for?

Automating subscription sign-ups for AI research tools. Securely purchasing software licenses or digital goods via AI agents. Testing payment flows in a sandbox environment.

How do I install ClawdPay?

Install ClawdPay by running: npx clawdpay-mcp

What MCP clients work with ClawdPay?

ClawdPay works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Conare · memory for coding agents

Turn this server into reusable context

Keep ClawdPay docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Set up free$npx conare@latest