
SolvaPay OpenClaw Plugin
par solvapay
Connect SolvaPay's MCP server to your OpenClaw gateway for AI-powered customer, product, and payment management across any channel.
What it does
The SolvaPay OpenClaw plugin bridges the hosted SolvaPay MCP server to your OpenClaw gateway, giving your AI agent full payment management capabilities. It dynamically discovers all available tools at startup and registers them as native OpenClaw agent tools, enabling natural-language management of customers, products with embedded plans, purchases, payments, usage tracking, and transactions across WhatsApp, Telegram, Discord, and any other connected channel.
Tools
The plugin registers 34 tools across 8 domains, all prefixed with solvapay_:
- Customers (6) — create, get, list, update, delete, ensure
- Products (5) — create, get, list, update, delete
- Plans (6) — create, get, list, update, delete, list_for_product (plans embedded within products)
- Purchases (6) — list, get, by_customer, by_product, cancel_renewal, check_limits
- Payments (2) — checkout, portal
- Wallet (3) — balance, product_balance, stats
- Usage (2) — record, bulk_record
- Transactions (4) — list, get, stats, refund
Installation
openclaw plugins install @solvapay/openclaw
Then add to ~/.openclaw/openclaw.json:
{
"plugins": {
"entries": {
"solvapay": {
"enabled": true,
"config": {
"apiKey": "${SOLVAPAY_API_KEY}"
}
}
}
},
"tools": {
"allow": ["solvapay"]
}
}
Set SOLVAPAY_API_KEY in ~/.openclaw/.env. Requires OpenClaw gateway v2.4+ and a SolvaPay account.
Supported hosts
OpenClaw gateway — connects via plugin architecture, not standard MCP client config.
Installation rapide
openclaw plugins install @solvapay/openclawInformations
- Tarification
- freemium







