Skip to main content
Glama

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

Related 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 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

Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • -
    license
    -
    quality
    C
    maintenance
    Enables 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 updated
    1
  • F
    license
    A
    quality
    D
    maintenance
    Enables 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 updated
    18
    64

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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