Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ClawdPay MCPCreate a $15 virtual card and fill the payment info on this page."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ClawdPay MCP
Payments for AI Agents - An MCP server that enables Claude to make purchases using Privacy.com virtual cards.
Quick Start
npx clawdpay-mcpOr install globally:
npm install -g clawdpay-mcpManual Setup
git clone https://github.com/Rishab87/clawdpay-mcp.git
cd clawdpay-mcp
npm install
npx playwright install chromium
npm run buildConfiguration
Create .env file:
PRIVACY_API_KEY=your_key
PRIVACY_SANDBOX=true
HEADLESS=trueClaude 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
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.