Proxy Pay MCP for Openclaw

A comprehensive Model Context Protocol skill that enables AI agents to autonomously request virtual payment cards and manage transactions within secure spending limits.

proxyhq
v1.0.0
Feb 6, 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-payments

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-payments 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 Pay MCP?

Proxy Pay MCP is a specialized tool designed to provide a secure financial layer for AI agents. By integrating this skill, developers can grant their agents the ability to perform real-world financial transactions, such as paying for cloud services, purchasing digital assets, or managing subscriptions. The skill acts as a bridge between high-level agent logic and financial infrastructure, ensuring that all spending is governed by strict, user-defined policies. Within the ecosystem of Openclaw Skills, Proxy Pay MCP stands out as a critical component for building agents that need to operate independently in commercial environments.

This skill provides agents with the capability to declare payment intents, which are then evaluated against spending policies. If the request aligns with the predefined limits, a virtual card is issued instantly. This architecture ensures that even fully autonomous agents remain under financial control, with multi-layered protections including merchant restrictions and human-in-the-loop approval thresholds for high-value purchases. For developers using Openclaw Skills, this provides a production-ready solution for agentic commerce.

Proxy Pay MCP Use Cases

  • Managing and paying for recurring SaaS subscriptions and API usage fees.
  • Provisioning on-demand cloud resources like AWS or Google Cloud for specific tasks.
  • Handling procurement tasks where agents need to buy digital assets or research materials.
  • Automating expense reconciliation by matching transactions to specific agent intents.
  • Implementing budget-capped research projects where AI agents manage their own funding allocations.

How Proxy Pay MCP Works

  1. The AI agent generates a payment intent using the proxy.intents.create tool, specifying the amount and merchant.
  2. The system evaluates the intent against the spend policy assigned to the agent, checking for limits and restrictions.
  3. If the intent is within policy, a virtual card is auto-provisioned; otherwise, it moves to a pending state for human approval.
  4. Once the intent is approved, the agent retrieves the sensitive card details (PAN, CVV) to complete the checkout process.
  5. The transaction is tracked in real-time, and the agent uses the proxy.receipts.attach tool to upload evidence for auditing.
  6. All financial activity is reconciled against the initial intent to provide a transparent audit trail within Openclaw Skills.

Proxy Pay MCP Setup

  1. Sign up for a Proxy account at useproxy.ai and complete the required KYC/KYB verification.
  2. Create a Spend Policy and an Agent in the Proxy dashboard to define spending boundaries.
  3. Authenticate using Claude Code by running:
claude mcp add proxy --transport http https://mcp.useproxy.ai/api/mcp
  1. Extract your access token from ~/.claude/.credentials.json and add it to your environment as PROXY_TOKEN.
  2. Update your config/mcporter.json file to include the Proxy MCP server configuration:
{
  "mcpServers": {
    "proxy": {
      "baseUrl": "https://mcp.useproxy.ai/api/mcp",
      "headers": {
        "Authorization": "Bearer ${PROXY_TOKEN}"
      }
    }
  }
}
  1. Confirm the setup by calling mcporter list proxy to ensure all tools are available.

Proxy Pay MCP Data Schema & Taxonomy

Proxy Pay MCP organizes data into several entities to ensure clear financial reporting and compliance for Openclaw Skills users.

Entity Key Attributes Purpose
Payment Intent intentId, amount, status, merchant Records the agent's request to spend money.
Virtual Card cardId, last4, expiry, status The issued payment instrument used for checkout.
Policy limits, merchant_allowlist, thresholds The governance rules applied to all transactions.
Transaction transactionId, amount, timestamp The actual ledger entry from the banking network.
Receipt url, intentId, description The digital evidence linked to a specific transaction.

Proxy Pay MCP Advanced Features

  • Policy Simulation: Allows agents to dry-run an intent to see if it would be approved before actually creating it.
  • Agent-Scoped Tokens: Use specific agent tokens for autonomous environments to ensure the agent only accesses its own data.
  • Merchant Intelligence: Tools like proxy.merchants.resolve help agents identify and allowlist canonical merchant entities.
  • Human-in-the-Loop Hooks: Programmatic endpoints for manual approval or rejection of high-stakes transactions.
  • Multi-Currency Support: Handles transactions and funding in various currencies, including ACH, wire, and USDC on Solana.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*