clawdpay-mcp
v1.0.0
Published
Payments for AI Agents - MCP Server
Downloads
10
Maintainers
Readme
ClawdPay
Payments for AI Agents
An MCP server that enables Claude to make purchases using Privacy.com virtual cards.
Architecture
- Playwright and Chrome for browser automation
- Privacy.com API for virtual debit cards (Strict Implementation)
- MCP tools for payment flow
Setup
git clone https://github.com/Rishab87/clawdpay.git
cd clawdpay
npm install
npx playwright install chromium
npm run buildConfiguration
Create .env file:
PRIVACY_API_KEY=your_key
PRIVACY_SANDBOX=true
HEADLESS=trueUsage with Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"clawdpay": {
"command": "node",
"args": ["/absolute/path/to/clawdpay/dist/index.js"],
"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 page using heuristicsget_funding_sources: List available funding accounts
License
MIT
