Yiditu MCP Server

I Ching hexagram analysis and geographic feng shui for Taiwan locations

Local serverstdio

What is the Yiditu MCP server?

If you already use Yiditu, the yiditu mcp server is the piece that lets your assistant work with it directly. I Ching hexagram analysis and geographic feng shui for Taiwan locations.

What the server does

本 MCP Server 讓 AI 助手(如 Claude、Cursor、Windsurf)能直接呼叫易.地圖的分析服務,為使用者提供台灣任意地點的卦象分析、地理風水評估與相關知識文章。

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • lat — number
  • lng — number
  • category — string
  • tag — string
  • limit — number
  • fengshui_location_report — 為某地點產生完整風水選址報告(卦象 + 商圈)
  • compare_two_locations — 比較兩地卦象與地理條件,依用途給出建議
  • explain_my_hexagram — 用白話解讀某卦象並結合使用者情境
  • calculate_hexagram — The calculate_hexagram tool exposed by this server
  • analyze_location — The analyze_location tool exposed by this server
  • search_articles — The search_articles tool exposed by this server

Installation

yiditu-mcp on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Where it fits

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Yiditu's toolset — lat, lng, category and 8 more — is a fair guide to whether it matches your workflow. It is maintained by kingbbs; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 11 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Yiditu.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
latnumber
lngnumber
categorystring
tagstring
limitnumber
fengshui_location_report為某地點產生完整風水選址報告(卦象 + 商圈)
compare_two_locations比較兩地卦象與地理條件,依用途給出建議
explain_my_hexagram用白話解讀某卦象並結合使用者情境
calculate_hexagramThe calculate_hexagram tool exposed by this server.
analyze_locationThe analyze_location tool exposed by this server.
search_articlesThe search_articles tool exposed by this server.

How to install the Yiditu MCP server

{
  "mcpServers": {
    "yiditu": {
      "type": "streamable-http",
      "url": "https://api.yiditu.tech/mcp"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Yiditu to lat.
  • Use Yiditu to lng.
  • Use Yiditu to category.

Frequently asked questions

It connects Yiditu to MCP-compatible AI assistants such as Claude and Cursor, exposing 11 tools (lat, lng, category, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Yiditu directly.