@decasoul/mcp-server
@decasoul/mcp-server
DecaSoul MCP server は、AIアシスタント(Claude、Cursor、および任意のMCPクライアント)が中国の四柱推命チャート — Bazi (八字) — を計算し、出生日時から直接その人の Ten Souls (十神) アーキタイプを読み取ることを可能にする Model Context Protocol サーバーです。
これは DecaSoul の公式MCP統合です — Eastern MBTI、つまり、自己申告の回答ではなく、出生時刻の四柱から性格と人生パターンを読み取る、4,000年の歴史を持つ中国の自己認識システムです。
⚠️ このサーバーは自己認識・性格フレームワークであり、予測エンジンではありません。内省と教育のためのものであり、医学的、心理学的、または財務的なアドバイスを提供するものではありません。
機能
AIアシスタントがこのサーバーに接続すると、出生時刻を読み取り可能なチャートに変換する単一のツール — analyze_bazi — を利用できます。
Four Pillars (八字 / SiZhu): 年・月・日・時の柱で、それぞれが Heavenly Stem (天干) と Earthly Branch (地支) から構成されます。
Day Master (日主): 日柱の天干 — チャート全体の基準点です。
Dominant Ten Soul (十神 / ShiShen): チャートの主要なアーキタイプで、中国語と英語の名前に対応付けられています。
計算はオープンソースの @decasoul/bazi-calculator ライブラリに委任されているため、ロジックは透明で検証可能です。
Related MCP server: Chinese Fortune Analysis System (BaZi)
インストール
npm install @decasoul/mcp-serverMCPサーバーとして実行
npx decasoul-mcpクライアントを設定
MCPクライアントの設定に追加します。例えば、Claude Desktop(claude_desktop_config.json)の場合:
{
"mcpServers": {
"decasoul-bazi": {
"command": "npx",
"args": ["-y", "@decasoul/mcp-server"]
}
}
}Cursorや他のMCPクライアントの場合は、同じコマンドを指定すると、サーバーが自動的に analyze_bazi ツールを公開します。
ツールリファレンス
analyze_bazi
出生時刻から四柱と主要な十神を計算します。
パラメータ | 型 | 必須 | 説明 |
| number | はい | グレゴリオ暦の誕生年、例: |
| number | はい | 誕生月 |
| number | はい | 誕生日 |
| number | はい | 誕生時間 |
| string | いいえ |
|
四柱、日主、主要な十神を中国語と英語の両方で含むテキスト要約を返します。
Ten Souls(十神)とは?
十神は、Baziチャート内の他のすべての要素が日主とどのように関係するかから導き出される10の関係性アーキタイプです。それらは「Eastern MBTI」の背後にあるエンジンです。
キー | 中文 | English |
Bijian | 比肩 | The Standing Beside |
Jiecai | 劫财 | Forged by Fire |
Shishen | 食神 | Feeding the World |
Shangguan | 伤官 | Truth Before Comfort |
Zhengcai | 正財 | Building Steadily |
Piancai | 偏財 | Seeing Openings |
Zhengguan | 正官 | Order as Safety |
Qisha | 七杀 | Breaking Ground |
Zhengyin | 正印 | Seeing Deeper |
Pianyin | 偏印 | Wandering Inward |
Baziと中国の生肖
よくある質問は、Bazi (八字) が Chinese zodiac (生肖) と同じかどうかです。そうではありません:
側面 | Chinese Zodiac (生肖) | Bazi (八字) |
入力 | 誕生年のみ | 誕生年 / 月 / 日 / 時 |
解像度 | 12の動物のサイン | 四柱 → 十神 |
深さ | 年に1つの特性 | 個人のアーキタイプ + 盲点 |
起源 | ~2,000年前、漢王朝 | ~4,000年前、易経の系譜 |
生肖は単一の音符であり、Baziは完全な楽譜です — そのため、このサーバーは年号だけではなく完全な四柱を計算します。
なぜ4,000年なのか?
このシステムは、I Ching(易经)と陰陽五行(五行)の理論に由来します。漢王朝で形を成し、李虚中(唐代李虚中)と徐子平(宋代徐子平、Yuan Hai Zi Ping 渊海子平 の著者)によって洗練され、明・清の時代に栄え、かつては皇室や貴族の結婚相手選びや日取りの選択に使われました。その系譜が「Eastern MBTI」の背後にある文化的基盤です。
ライセンス
MIT — DecaSoul Research (Shenshuge Information Consulting). LICENSE を参照してください。
This server cannot be installed
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
- AlicenseAqualityBmaintenanceEnables AI tools to perform Chinese fortune-telling analysis including Ziwei Doushu (Purple Star Astrology) and Bazi (Four Pillars) chart generation, fortune reading, and element analysis. Supports multiple calendar systems and output formats for comprehensive divination services.7256MIT
- AlicenseNot gradedqualityDmaintenanceEnables traditional Chinese fortune-telling through BaZi (Four Pillars) analysis, including solar/lunar date conversion, Five Element balance calculations, Ten Gods deduction, and destiny interpretation for metaphysics applications.18MIT
- AlicenseAqualityDmaintenanceProvides tools for Bazi (Chinese astrology) chart calculation and analysis, enabling LLMs to generate accurate birth charts, determine patterns, and answer follow-up questions based on actual calculations rather than model knowledge.2MIT
- AlicenseAqualityCmaintenanceEnables AI agents to perform Chinese metaphysics calculations including BaZi charts, Tong Shu indicators, solar terms, and more, using a verified engine with 740+ tests.88MIT
Related MCP Connectors
Generate BaZi charts from birth details. Explore Four Pillars, solar terms, and Luck Pillars for d…
BaZi (Chinese Four Pillars) chart calculator. Structured chart data only, no predictions.
Zi Wei Dou Shu for AI agents: free natal charts, six transit levels, and optional readings.
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/shenshuge/decasoul-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server