A secure Model Context Protocol server that enables AI agents to issue virtual cards, manage payment intents, and track expenses autonomously.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install proxy-pay-mcp
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-pay-mcp 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 integration designed to give AI agents a financial identity. By acting as a bridge between LLMs and payment infrastructure, it allows agents to perform complex financial tasks such as checking balances, simulating policy compliance, and creating payment intents. This skill is a core component for developers building autonomous procurement or expense management systems using Openclaw Skills.
The integration ensures security by separating agent capabilities from administrative functions. While agents can request funds and retrieve sensitive card details for authorized purchases, critical actions like funding accounts or final approval of large transactions remain restricted to human users, ensuring a robust human-in-the-loop governance model.
To integrate this into your environment, add the server configuration to your MCP settings. For autonomous Openclaw Skills workflows, use the agent token method:
{
"mcpServers": {
"proxy": {
"type": "http",
"url": "https://mcp.useproxy.ai/api/mcp",
"headers": {
"Authorization": "Bearer $PROXY_AGENT_TOKEN"
}
}
}
}
For interactive use in IDEs, follow the OAuth login flow provided by the Proxy documentation.
The skill organizes financial data through a structured hierarchy of intents and transaction metadata:
| Object | Description |
|---|---|
| Intent | The primary unit of a transaction; cards are locked until an intent is active. |
| Currency | All amounts are handled in cents (integer format) to avoid floating-point errors. |
| Policy | JSON-based rules defining autoApproveBelow limits and required approval flags. |
| Sensitive Data | PAN and CVV codes retrieved via intent-specific calls; never logged in plain text. |
| Evidence | Metadata and receipts linked to specific intent IDs for auditing. |
Loading
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 secure framework for AI agents to autonomously manage virtual card payments through intent-based policy enforcement.

Provision secure, policy-controlled virtual payment cards for AI agents to handle autonomous transactions.

A fintech automation skill for Openclaw Skills that enables instant creation of payment intents and provisioning of secure virtual cards via simple commands.

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








































