# Clawdpay Mcp

> An MCP server that enables Claude to make purchases using Privacy.com virtual cards.

- **Type:** MCP server
- **Install:** `agentstack add mcp-rishab87-clawdpay-mcp`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Rishab87](https://agentstack.voostack.com/s/rishab87)
- **Installs:** 0
- **Category:** [Finance & Payments](https://agentstack.voostack.com/c/finance-and-payments)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [Rishab87](https://github.com/Rishab87)
- **Source:** https://github.com/Rishab87/clawdpay-mcp

## Install

```sh
agentstack add mcp-rishab87-clawdpay-mcp
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# ClawdPay MCP

Payments for AI Agents - An MCP server that enables Claude to make purchases using Privacy.com virtual cards.

[](https://www.npmjs.com/package/clawdpay-mcp)

## Quick Start

```bash
npx clawdpay-mcp
```

Or install globally:
```bash
npm install -g clawdpay-mcp
```

## Manual Setup

```bash
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`:

```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.com
- `secure_auto_fill`: Intelligently finds and fills payment fields on the current page
- `get_funding_sources`: List available funding accounts

## License

MIT

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [Rishab87](https://github.com/Rishab87)
- **Source:** [Rishab87/clawdpay-mcp](https://github.com/Rishab87/clawdpay-mcp)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** yes
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-rishab87-clawdpay-mcp
- Seller: https://agentstack.voostack.com/s/rishab87
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
