alipay-mcp-server
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.
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
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