Proxy MCP Integration for Openclaw

A Model Context Protocol server that empowers AI agents to manage payments, issue virtual cards, and track financial transactions autonomously.

proxyhq
v1.0.0
Feb 4, 2026
0
0
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install proxy-mcp

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install proxy-mcp using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Proxy MCP Integration?

The proxy-mcp skill integrates Proxy's payment infrastructure directly into your AI agent workflows. By leveraging the Model Context Protocol, this skill allows autonomous agents to perform financial operations like creating payment intents and provisioning secure virtual cards. Utilizing Openclaw Skills for financial autonomy ensures that your agents can interact with the physical and digital economy without manual human intervention for every transaction. This integration bridges the gap between AI reasoning and financial execution.

Proxy MCP Integration Use Cases

  • Automating SaaS subscriptions or one-time purchases via AI agents.
  • Provisioning temporary virtual cards for secure procurement tasks.
  • Monitoring agent spending limits and transaction history in real-time.
  • Verifying KYC status and managing account funding through AI-driven workflows using Openclaw Skills.

How Proxy MCP Integration Works

  1. The AI agent initiates a balance check using the proxy.balance.get tool to ensure sufficient spending power.
  2. A payment intent is created via proxy.intents.create, which triggers the automated issuance of a virtual card.
  3. Sensitive card details including PAN, CVV, and expiry are retrieved securely via the proxy.cards.get_sensitive tool.
  4. The agent executes the payment on the target platform and subsequent transactions are tracked for auditing via proxy.transactions.list_for_card.

Proxy MCP Integration Setup

To integrate this server with Openclaw Skills, configure your MCP host using the NPX method:

npx -y proxy-mcp-server

Add the following configuration to your MCP settings file:

{
  "mcpServers": {
    "proxy": {
      "command": "npx",
      "args": ["-y", "proxy-mcp-server"],
      "env": {
        "PROXY_AGENT_TOKEN": "your-agent-token"
      }
    }
  }
}

Proxy MCP Integration Data Schema & Taxonomy

The skill manages several data entities related to financial operations within the Proxy ecosystem:

Entity Description
User Profile Contains account information and mandatory KYC verification status.
Payment Intents Core objects that link an agent's intent to a specific card issuance.
Virtual Cards Data objects representing the digital credit card, including masked or sensitive PAN data.
Transactions Detailed logs of financial movements, including amount, merchant, and timestamps.

Proxy MCP Integration Advanced Features

  • Real-time KYC status monitoring and automated generation of completion links.
  • Granular spending policies to enforce budget limits across different AI agents.
  • Support for multiple transport layers including NPX and HTTP-based communication within Openclaw Skills.
  • Comprehensive error handling with specific codes for policy violations and insufficient balances.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*