Add it to Claude Code
claude mcp add -e "PRIVACY_API_KEY=${PRIVACY_API_KEY}" clawdpay -- npx clawdpay-mcpPRIVACY_API_KEY+ 2 optionalMake 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@latestFree · 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.comsecure_auto_fillIntelligently finds and fills payment fields on the current pageget_funding_sourcesList available funding accountsEnvironment Variables
PRIVACY_API_KEYrequiredYour Privacy.com API keyPRIVACY_SANDBOXSet to true to use the sandbox environmentHEADLESSSet to true to run the browser in headless modeTry it
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.comsecure_auto_fill: Intelligently finds and fills payment fields on the current pageget_funding_sources: List available funding accounts
License
MIT