A Model Context Protocol server that empowers AI agents to manage payments, issue virtual cards, and track financial transactions autonomously.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install proxy-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-mcp using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
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.
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"
}
}
}
}
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. |
Loading
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 decentralized protocol for creating and managing prediction markets on the Base network using any ERC20 token as collateral.

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

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








































