ClawdPay MCP
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-mcpRelated MCP server: AgentCard MCP Server
Manual 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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables AI agents to programmatically purchase physical and virtual goods from platforms like Amazon and Shopify using stablecoins, without the need for virtual debit cards or browser automation.Last updated1
- -license-qualityCmaintenanceEnables AI agents to manage and use prepaid virtual Visa cards with hard budget limits for secure online transactions. It provides tools for creating cards, checking balances, and retrieving payment credentials with human-in-the-loop approvals.Last updated1
- FlicenseAqualityDmaintenanceEnables AI agents to make payments and manage subscriptions by converting USDC stablecoin balances into virtual cards for online checkouts. It provides tools for wallet management, card issuance, and secure transaction handling through the Clawallex payment API.Last updated1864
- AlicenseBqualityFmaintenanceConnects AI agents to payment processors (Lithic, Stripe, PayPal) for automated shopping with single-use virtual cards and transaction management.Last updated932Apache 2.0
Related MCP Connectors
AI-powered browser automation — navigate, click, fill forms, and extract data from any website.
Secure agent purchasing with human-approved virtual cards, receipts, and audit trails.
MEOK Stripe ACP Checkout MCP — ChatGPT shopping bridge. Issues + verifies + signs Stripe Agentic
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Rishab87/clawdpay-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server