xiangguangyu-skills
README.md
# 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.
>
> ## MCP Server Configuration
>
> ```json
> {
> "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.json` file.
>
> ### 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](https://modelcontextprotocol.io/), 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
ActivityMaintained
ResponsivenessSyncing