xiangguangyu-skills
Allows payment for tool usage via Alipay AI Pay, a digital payment service.
xiangguangyu-skills
An MCP Server (Model Context Protocol) providing 5 professional AI skills as callable tools.
Overview
This repository hosts an MCP (Model Context Protocol) server that exposes 5 specialized AI skills as tools. Any MCP-compatible AI client (Claude Desktop, Cursor, Windsurf, etc.) can connect to this server and invoke these tools directly.
Related MCP server: superpowers-mcp
MCP Server Configuration
{ "mcpServers": { "xiangguangyu-skills": { "url": "http://124.222.26.218:3000/mcp" } } }Add this configuration to your MCP client settings to connect.
Available MCP Tools
1. MBTI Interactive Relationship Analyzer
Analyze MBTI personality interactions for 2-20 people. Generates relationship dynamics, communication strategies, and conflict resolution advice.
2. Fact Checker
Verify claims using 3 methods: source-tracing, cross-reference validation, and logic-check. Outputs structured evidence reports with confidence scores.
3. Deep Perspective Analyzer (5-Layer Penetration)
Business analysis using the 5-Layer Penetration Method: Surface, Structure, Logic, Essence, Prediction. Ideal for investment due diligence and competitive analysis.
4. Game Audio Design Brief Generator
Generate professional game audio design briefs covering music style, SFX requirements, ambient soundscapes, and interactive audio systems.
5. Skill Radar
Weekly trending skill analysis report. Identifies emerging skills, market demand shifts, and learning priority recommendations.
Pricing
All tools are monetized via Alipay AI Pay (¥0.10 - ¥0.50 per call).
How to Use with MCP Clients
Claude Desktop
Add the server config to your
claude_desktop_config.jsonfile.Cursor
Add the server config in Settings > MCP Servers.
Other MCP-compatible clients
Refer to your client's MCP configuration documentation.
Model Context Protocol
This server implements the Model Context Protocol, an open standard for connecting AI models to external tools and data sources. The protocol defines:
Tools: Callable functions that the AI can invoke
Resources: Readable data sources
Prompts: Reusable prompt templates
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
- UnifAPIOAuthcom.unifapi
Hosted MCP server for live public-data APIs and Skills for AI agents.
MCP server for progressive tool usage at any scale (see https://klavis.ai)
MCP server for building and testing AI agents with multi-model experimentation and insights.
MCP server for AI dialogue using various LLM models via AceDataCloud
Related MCP Servers
- FlicenseBqualityDmaintenanceProduction-ready MCP server that integrates OpenAI API with extensible tool support, enabling dynamic plugin loading and knowledge search capabilities through multiple interfaces including CLI and browser UI.2-
- AlicenseNot gradedqualityFmaintenanceAn MCP server that makes superpowers skills available to any LLM that supports the Model Context Protocol.1,234 npm17MIT
- AlicenseNot gradedqualityDmaintenanceExposes DeerFlow's multi-agent capabilities (deep research, data analysis, chart visualization, PPT/image generation, consulting) via the Model Context Protocol, enabling any MCP client to invoke these skills through a thin server wrapper.1MIT
- AlicenseNot gradedqualityDmaintenanceThis MCP server provides tools like weather lookup and follows the Model Context Protocol for tool calling, resource sharing, and prompt templates.205 npmMIT