divination-chart-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@divination-chart-mcpgenerate a bazi chart for 1990-03-15 14:00"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
占卜排盘 MCP
这是一个用于生成占卜排盘(当前主要实现:六爻(Six-line)和八字(Bazi))的 MCP Server。
使用
依赖
Python 3.12+
uv
本地运行
1. Clone the repository
git clone https://github.com/wangsquirrel/divination-chart-mcp.git
cd divination-chart-mcp2. 安装依赖
uv sync3. 启动 stdio MCP server
uv run --with . divination-chart-mcp也可以显式指定 transport:
uv run --with . divination-chart-mcp --transport stdio
uv run --with . divination-chart-mcp --transport sse
uv run --with . divination-chart-mcp --transport streamable-http用 uvx 启动
本地仓库:
uvx --from . divination-chart-mcp直接从 GitHub:
uvx --from git+https://github.com/wangsquirrel/divination-chart-mcp divination-chart-mcpMCP 配置
{
"mcpServers": {
"divination-chart-mcp": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/wangsquirrel/divination-chart-mcp",
"divination-chart-mcp"
]
}
}
}测试MCP服务
uvx fastmcp list --command 'uv run --with . divination-chart-mcp' --json部署服务
使用 ASGI 服务器启动 SSE 服务:
uvicorn api.index:app --host 0.0.0.0 --port 3000api/index.py导出了同一个 ASGI app,可用于云平台部署也可以直接在 Vercel 上部署这个项目,使用的是
vercel.json配置文件
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceBazi (Four Pillars) charting MCP server with true solar time correction and multilingual output in Chinese, English, Japanese, and Korean.110MIT
- Alicense-qualityDmaintenanceMCP server for accurate Bazi calculations, enabling personality analysis, destiny forecasting, and Chinese calendar queries via AI agents.224ISC
- Alicense-qualityDmaintenanceA Model Context Protocol (MCP) server for Chinese traditional calendar functions, including BaZi calculation, calendar conversion, Huangli query, daily fortune, solar terms, and Wu Xing analysis.5MIT
- AlicenseAqualityBmaintenanceA fortune-telling MCP server that generates traditional Chinese-style HTML reports for Ba Zi, Liu Yao, fortune sticks, naming, and a programmer's almanac.63MIT
Related MCP Connectors
MCP server for Wan AI video generation
MCP server for generating rough-draft project plans from natural-language prompts.
An MCP server for deep research or task groups
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wangsquirrel/divination-chart-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server