ClawdPay MCP Server

Payments for AI Agents using Privacy.com virtual cards.

README.md

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

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.

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.

Turn this server into reusable context

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

Open Conare