Privacy and control
for your AI Agents

4.6
Trustpilot Logo

3,042 reviews • Excellent

Trusted infrastructure.

Over 10 years and billions of dollars in payments processed using bank-level security and encryption.

Secure by design.

Privacy is PCI-DSS compliant and SOC 2 Type II certified, and your data is secured by 256-bit encryption.

ACH payments.

Privacy provides seamless, secure and automated transactions with ACH payment processing.

Priority support.

Live chat & priority support available for Plus, Pro & Premium plans. General support available for all plans.

Available today.

Skip the other waitlists and beta programs. Get up and running with Privacy in seconds.

CLI Commands

The Privacy CLI helps you create and manage your Privacy Virtual Cards directly from the terminal.

Create
privacy cards create --type <type> --spend-limit <n>
Cards List
privacy cards list
Card Details
privacy cards get <token>
Pause/Unpause Card
privacy cards (pause|unpause) <token>
Close Card
privacy cards close <token>
Card PAN
privacy cards close <token>
Transactions List
privacy transactions list
Card Transactions
privacy transactions list --card-token <token>

MCP Integrations

Connect AI agents to the Privacy API using the Model Context Protocol.

Claude Logo
claude mcp add --transport http privacy-mcp https://mcp.privacy.com
Cursor Logo
codex mcp add privacy-mcp --url "https://api.app.privacy.com/mcp"
Cursor Logo
{
  "mcpServers": {
    "privacy-mcp": {
      "url": "https://api.app.privacy.com/mcp"
    }
  }
}