- Home
- MCP servers
- ClawdPay
ClawdPay
- javascript
3
GitHub Stars
javascript
Language
4 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"rishab87-clawdpay-mcp": {
"command": "npx",
"args": [
"clawdpay-mcp"
],
"env": {
"PRIVACY_API_KEY": "YOUR_API_KEY",
"PRIVACY_SANDBOX": "true"
}
}
}
}ClawdPay MCP enables Claude to perform purchases using Privacy.com virtual cards by exposing a local MCP server that can be driven from an MCP client. This setup lets Claude securely create single-use cards, autofill payment fields, and manage funding sources during automated interactions.
How to use
You run the MCP server locally and connect to it from your MCP client (such as Claude Desktop). The server exposes a small set of tools that let Claude create virtual cards, fill payment fields on pages, and list available funding sources. Use these capabilities to automate purchases through Privacy.com while interacting with Claude.
How to install
Prerequisites: you need Node.js and npm installed on your machine. You will also need to install the Chromium browser for Playwright tests when building locally.
# Quick start: run the MCP server directly
npx clawdpay-mcp
# Alternative: install globally for easier reuse
npm install -g clawdpay-mcp
Additional setup steps
If you prefer to set up the project locally from source, follow these steps to clone the repository, install dependencies, and prepare the environment before running the server.
git clone https://github.com/Rishab87/clawdpay-mcp.git
cd clawdpay-mcp
npm install
npx playwright install chromium
npm run build
Available tools
create_virtual_card
Create a single-use Privacy.com virtual card for a purchase.
secure_auto_fill
Automatically locate and fill payment fields on the current page to streamline checkout.
get_funding_sources
List available funding sources for card creation and top-ups.