A comprehensive Model Context Protocol skill that enables AI agents to autonomously request virtual payment cards and manage transactions within secure spending limits.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install proxy-payments
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.intents.create tool, specifying the amount and merchant.proxy.receipts.attach tool to upload evidence for auditing.claude mcp add proxy --transport http https://mcp.useproxy.ai/api/mcp
~/.claude/.credentials.json and add it to your environment as PROXY_TOKEN.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}"
}
}
}
}
mcporter list proxy to ensure all tools are available.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.merchants.resolve help agents identify and allowlist canonical merchant entities.Loading
A fintech automation skill for Openclaw Skills that enables instant creation of payment intents and provisioning of secure virtual cards via simple commands.

A secure Model Context Protocol server that enables AI agents to issue virtual cards, manage payment intents, and track expenses autonomously.

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

Monitor Proxy account balances and manage pending transaction intents in real-time.

A robust diagnostic tool for tracking the lifecycle of payment intents, card issuances, and transaction matching within the Proxy ecosystem.

A high-performance interface for querying and interacting with the QELT Layer-1 blockchain via standard JSON-RPC.








































