MCP Catalogs
Home

mingli-mcp

by spyfree·2·Score 38

A feature-rich fortune telling MCP server supporting Zi Wei Doushu, Bazi, and planned astrology systems with multi-language output.

ai-llmother
5
Forks
1
Open issues
2 mo ago
Last commit
2d ago
Indexed

Overview

The mingli-mcp server is a specialized Model Context Protocol implementation for fortune telling systems. It supports Zi Wei Doushu (Purple Star Astrology) and Bazi (Four Pillars of Destiny) with comprehensive features including birth charts, fortune analysis, and palace examinations. The server uses a modular architecture that makes it easy to extend with additional fortune-telling systems. It offers multiple transport protocols (stdio, HTTP, WebSocket) and supports 6 languages including Chinese, English, Japanese, Korean, and Vietnamese.

Try asking AI

After installing, here are 7 things you can ask your AI assistant:

you:Fortune tellers can use it to quickly generate birth charts and analysis for clients
you:AI assistants can provide personalized fortune analysis through MCP integration
you:Developers can integrate fortune-telling capabilities into their applications
you:Users can get multi-dimensional life insights through various palace analyses
you:What fortune-telling systems are currently supported?
you:How accurate are the fortune calculations?
you:Can I use this with multiple AI assistants?

When to choose this

Choose this server if you need Chinese fortune-telling integration in AI applications, especially for personal insights based on traditional systems like Ziwei or Bazi.

When NOT to choose this

Not suitable if you need Western astrology, comprehensive historical data, or analysis outside traditional Chinese metaphysical systems.

Tools this server exposes

7 tools extracted from the README
  • get_ziwei_chart

    获取紫微斗数完整排盘信息

  • get_ziwei_fortune

    获取紫微斗数运势信息

  • analyze_ziwei_palace

    分析紫微斗数特定宫位

  • list_fortune_systems

    列出所有可用的命理系统

  • get_bazi_chart

    获取八字(四柱)排盘信息

  • get_bazi_fortune

    获取八字运势信息

  • analyze_bazi_element

    分析八字五行强弱

Comparable tools

fortune-apiastrology-mcpdivination-tools

Installation

Installation

Using uvx (Recommended)

Add to your MCP configuration:

{
  "mcpServers": {
    "mingli": {
      "command": "uvx",
      "args": ["mingli-mcp"],
      "env": {
        "LOG_LEVEL": "INFO"
      }
    }
  }
}

From source

git clone https://github.com/spyfree/mingli-mcp
cd mingli-mcp
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Then configure your MCP client to use:

{
  "mcpServers": {
    "mingli": {
      "command": "/path/to/venv/bin/python",
      "args": ["/path/to/mingli_mcp.py"]
    }
  }
}

FAQ

What fortune-telling systems are currently supported?
Currently supports Zi Wei Doushu (Purple Star Astrology) and Bazi (Four Pillars of Destiny). Western astrology is planned for future releases.
How accurate are the fortune calculations?
The server uses the iztro-py library which implements traditional calculation methods. Accuracy depends on correct birth date/time input and proper interpretation of results.
Can I use this with multiple AI assistants?
Yes, the server supports standard MCP protocol and can be integrated with any MCP-compatible client like Claude Code, Cursor IDE, or custom applications.

Compare mingli-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.