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.
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>"
}
}
}
}