alipay-mcp-server
An MCP server that lets you browse and purchase AI skills via Alipay pay-per-use payments, and provides guides for integrating Alipay payments into your own applications.
Discover AI Skills (discover_skills): Browse all 5 available AI skills on the marketplace, including names, descriptions, prices (¥0.10–¥0.50), and endpoints.
Get Skill Details & Unlock Content (get_skill_detail): Retrieve full details of a specific AI skill. Returns a free preview first; pay via Alipay and retry with a receipt to unlock the full content.
Skill | Price |
🧠 MBTI Analysis – Analyze personality dynamics and group interaction | ¥0.10 |
📡 Weekly Radar – Curated AI tool picks with pros/cons/comparison | ¥0.10 |
🎮 Game Audio Brief – Generate professional audio specs from a single sentence | ¥0.10 |
🔍 Deep Analysis (灼见) – 5-layer penetration analysis from surface to prediction | ¥0.50 |
✅ Fact Check (辩真) – Triple adversarial verification with source tracing | ¥0.50 |
Get Alipay Integration Guide (get_alipay_integration_guide): Step-by-step instructions for integrating Alipay payment products (Pay-Per-Use, Website Payment, or App Payment) with code examples in Node.js, Python, Java, PHP, or C#.
Get Alipay Merchant Onboarding Guide (get_alipay_onboarding_guide): A walkthrough of the merchant sign-up/onboarding process, covering environment setup, product selection, authorization, required documents, and application submission.
Additional resources: Use the alipay://products resource to view supported Alipay products, and prompts like integrate-alipay or browse-skills to quickly start common workflows.
Provides Alipay payment integration capabilities, including pay-per-use (HTTP 402), website payment, and APP payment. Enables AI agents to discover AI skills, get skill details with pricing, access step-by-step integration guides, and retrieve merchant onboarding workflows.
Xiangguangyu MCP Skills
An MCP (Model Context Protocol) server with 5 AI Skills that supports pay-per-use via Alipay HTTP 402.
Pay only when you use. ¥0.10–0.50 per call. No subscription.
Skills (5 Available)
Skill | Price | Description |
🧠 MBTI Analysis | ¥0.10 | 2-20 person personality dynamics, group interaction matrix |
📡 Weekly Radar | ¥0.10 | Curated AI tool picks with pros/cons/comparison |
🎮 Game Audio Brief | ¥0.10 | One sentence → professional audio specification doc |
🔍 Deep Analysis (灼见) | ¥0.50 | 5-layer penetration: surface → structure → logic → essence → prediction |
✅ Fact Check (辩真) | ¥0.50 | Triple adversarial verification + source tracing |
How it works
discover_skills→ Browse all 5 skills with pricingget_skill_detail→ See free preview + value propositionPay via Alipay (¥0.10–0.50) → Get receipt
Retry with receipt → Full content unlocked
No registration. No subscription. No pre-payment. Just scan & pay.
Related MCP server: btcpay-mcp
Tools
Tool | Description |
| List all available AI skills on the marketplace with pricing |
| Get full SKILL.md content for a specific skill (handles HTTP 402 payment flow) |
| Step-by-step integration guide for a chosen product + language |
| Merchant onboarding workflow and required documents |
Prompts
Prompt | Description |
| Start an Alipay payment integration project |
| Browse available AI skills on the marketplace |
Resources
URI | Description |
| List of supported Alipay payment products |
Installation
Quick Install (npx)
npx -y xiangguangyu-mcp-skills@latestFrom Source
git clone https://github.com/Chromatic0618/alipay-mcp-server.git
cd alipay-mcp-server
npm install
npm run buildConfiguration
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"alipay": {
"command": "npx",
"args": ["-y", "xiangguangyu-mcp-skills@latest"],
"env": {
"SKILL_API_BASE": "http://124.222.26.218:3000"
}
}
}
}Cursor
Add to your MCP settings (.cursor/mcp.json):
{
"mcpServers": {
"alipay": {
"command": "npx",
"args": ["-y", "xiangguangyu-mcp-skills@latest"]
}
}
}Claude Code
claude mcp add alipay -- npx -y xiangguangyu-mcp-skills@latestEnvironment Variables
Variable | Default | Description |
|
| Skill marketplace API base URL |
Usage Examples
Discover Skills
→ discover_skills
← 5 skills: MBTI Analysis (¥0.10), Weekly Radar (¥0.10), Game Audio (¥0.10),
Deep Analysis (¥0.50), Fact Check (¥0.50)Get Skill Detail (free preview + pay to unlock)
→ get_skill_detail { skill: "mbti" }
← ## Skill: mbti
> MBTI 十六型人格关系推演
### 🎯 Free Preview
📋 示例输出(INFJ × ENFP): 共鸣度 82%, 核心共鸣...
⚠️ Payment Required — Price: ¥0.10
Pay via Alipay → Retry with receipt → Full contentIntegration Guide
→ get_alipay_integration_guide { product: "pay_per_use", language: "nodejs" }
← Step-by-step guide with SDK install, sandbox setup, and code paths.Community
💬 Discussions — Feedback, ideas, questions
🐛 Issues — Bug reports
Author
Chromatic0618 / 相光域
License
MIT
Maintenance
Related MCP Servers
- Alicense-qualityCmaintenanceMCP server for AgentPay — the payment gateway for autonomous AI agents. Fund a wallet once, give your agent the key, and it discovers, provisions, and pays for tool APIs on its own. One key, every tool.Last updated1121MIT
- AlicenseAqualityFmaintenanceAn MCP server that enables AI agents to manage merchant payment processing through the BTCPay Server Greenfield REST API. It supports tools for creating invoices, managing stores, tracking payments, and performing Lightning Network operations.Last updated21MIT
- Alicense-qualityCmaintenanceMCP server for AgentPay — the payment gateway for autonomous AI agents. Fund a wallet once, give your agent the key, and it discovers, provisions, and pays for tool APIs on its own. One key, every tool.Last updated1121MIT

Antom MCP Serverofficial
AlicenseAqualityDmaintenanceA Model Context Protocol (MCP) compatible server that integrates Ant International's Antom payment APIs, enabling AI assistants to handle payment and refund operations seamlessly.Last updated56MIT
Related MCP Connectors
First AI Agent e-commerce marketplace with 74+ AI products, MCP protocol, and Alipay payments
MCP Server for agents to onboard, pay, and provision services autonomously with InFlow
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Chromatic0618/alipay-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server