What problem does it solve?
This Skill solves the problem of setting up the Alipay MCP Server in a Wiseflow/openclaw environment so agents can securely call Alipay payment and refund tools with correct keys, routes, and environment settings.
Core Features & Use Cases
- End-to-end Alipay MCP setup: Guides administrators through creating an Alipay app, enabling the required payment/refund capabilities, and turning on the payment MCP Server using restricted keys.
- mcporter.json configuration: Shows how to place a template into the openclaw config directory and fill
mcpServers.alipay with environment variables for app ID, restricted key pair, callback URLs, and tool selection.
- Sandbox testing and troubleshooting: Provides a verification workflow using mcporter commands and maps common error codes (e.g., invalid permission, missing signature key, invalid signature) to concrete fixes.
Quick Start
Start by copying config-templates/mcporter.json into openclaw/config/mcporter.json, then fill in AP_APP_ID, AP_APP_KEY, AP_PUB_KEY, and set AP_CURRENT_ENV to sandbox before running mcporter call to verify a payment query tool works.