alipay-mcp-config

Configure Alipay MCP Server with restricted keys and mcporter.json environment variables.

8.4k|1.4k|Updated Apr 24, 2024
One-click install
npx skills add https://github.com/TeamWiseFlow/wiseflow --skill alipay-mcp-config
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alipay-mcp-config
Source: https://github.com/TeamWiseFlow/wiseflow/tree/main/_disabled/skills/alipay-mcp-config
Command: npx skills add https://github.com/TeamWiseFlow/wiseflow --skill alipay-mcp-config

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about alipay-mcp-config

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure the Alipay MCP Server for agent-driven payment workflows?

Configuring the Alipay MCP Server requires copying the mcporter.json template into the openclaw config directory and filling mcpServers.alipay with environment variables like AP_APP_ID, AP_APP_KEY, and AP_PUB_KEY. This enables secure agent-driven payment, query, and refund tool invocation.

Why does my Alipay MCP setup return an invalid signature or missing permission error?

Invalid signature or permission errors during Alipay MCP setup usually mean restricted key permissions are missing or the mcporter.json environment variables are incorrectly populated. You must enable the required payment and refund capabilities in your Alipay app and verify your restricted key pair configuration.

Can I test Alipay payment integration in a sandbox before production deployment?

Yes, you can test Alipay payment integration in a sandbox by setting the AP_CURRENT_ENV variable to sandbox in your mcporter.json file. This allows you to safely validate connectivity and tool invocation scenarios using mcporter list and mcporter call before production.

Do I need restricted keys to enable the Alipay payment MCP Server?

Yes, you need restricted keys to enable the Alipay payment MCP Server. Setting restricted key permissions is a required prerequisite for secure system administrator setup, ensuring that agents can only invoke authorized payment, query, and refund tools within the openclaw deployment.

What is the best way to verify Alipay MCP Server connectivity after configuration?

The best way to verify Alipay MCP Server connectivity is by running mcporter list to check available tools and mcporter call to execute a test payment query. This validation workflow confirms your environment variables and restricted keys are correctly configured for agent operations.