MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

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

创建于 2/1/2026
更新于 24 days ago
Repository documentation and setup instructions

ClawdPay MCP

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

npm version

Quick Start

npx clawdpay-mcp

Or install globally:

npm install -g clawdpay-mcp

Manual Setup

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:

{
  "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

快速设置
此服务器的安装指南

安装包 (如果需要)

npx @modelcontextprotocol/server-clawdpay-mcp

Cursor 配置 (mcp.json)

{ "mcpServers": { "rishab87-clawdpay-mcp": { "command": "npx", "args": [ "rishab87-clawdpay-mcp" ] } } }