AI-powered face & palm reading MCP server. Analyze face photos to generate comprehensive fortune reports including face reading, health analysis, palm reading, couple compatibility, and daily fortune. Supports Chinese and English. Powered by Baidu Face AI, Qwen Vision, and DeepSeek.
Overview
Features
- Face reading & fortune analysis
- Health insights from facial features
- Palm reading analysis
- Couple compatibility matching
- Daily fortune check-in
Usage
Requires an API key. Get one at: fortune-api-production-da4c.up.railway.app
Tools
- generate_fortune_report: Full face & palm reading report
- analyze_relationship_compatibility: Couple matching analysis
- user_daily_checkin: Daily fortune for registered users
Server Config
{
"mcpServers": {
"fortune-reading": {
"type": "sse",
"url": "https://fortune-api-production-da4c.up.railway.app/mcp/sse",
"headers": {
"x-api-key": "<YOUR_API_KEY>"
}
}
}
}