Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 💻 Developer Tools
  3. Yiditu MCP
Yiditu MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 9:02:24 PM

Yiditu MCP

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time — check back soon.
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website

I Ching hexagram analysis and geographic feng shui for Taiwan locations

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON ▾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "yiditu-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "yiditu-mcp"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives💻 More in Developer Tools

Documentation Overview

易.地圖 MCP Server

Yiditu MCP Server — I Ching hexagram analysis and geographic feng shui for Taiwan locations. Works with Claude Desktop, Cursor, Windsurf, and any MCP-compatible AI assistant. Powered by yiditu.tech.

MCP Badge


關於易.地圖

易.地圖 是台灣首個結合地理資訊與易經哲學的互動式應用。根據地點的海拔、交通、商業密度、自然環境、文化設施、地格等六維地理數據,運用獨創演算法推導《易經》六十四卦,提供現代化詮釋與商業選址建議。

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

使用方式

方式一:遠端 URL(零安裝)

直接在 MCP 客戶端設定中加入遠端伺服器 URL,無需安裝任何套件。

Claude Desktop (claude_desktop_config.json):

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

方式二:本機安裝(npx)

透過 npm 安裝到本機,以 stdio 模式執行。

Claude Desktop (claude_desktop_config.json):

config.json
{
  "mcpServers": {
    "yiditu": {
      "command": "npx",
      "args": ["-y", "yiditu-mcp"]
    }
  }
}

Cursor (Settings → MCP Servers):

config.json
{
  "mcpServers": {
    "yiditu": {
      "command": "npx",
      "args": ["-y", "yiditu-mcp"]
    }
  }
}

Claude Code:

Terminal
claude mcp add yiditu -- npx -y yiditu-mcp

提供的工具

calculate_hexagram

用易經六十四卦分析台灣任意地點的地理風水。

參數類型必填說明
latnumber是緯度(21.8 ~ 25.4)
lngnumber是經度(119.3 ~ 122.1)

適用場景:風水卦象查詢、開店選址評估、搬家風水分析、地標卦象解讀

回傳內容:本卦名稱與詮釋、六爻推導過程、適合產業建議、變卦資訊、地理數據摘要

analyze_location

分析指定座標周邊 300 公尺內的商業設施與文化設施密度。

參數類型必填說明
latnumber是緯度(21.8 ~ 25.4)
lngnumber是經度(119.3 ~ 122.1)

適用場景:商圈密度評估、開店選點分析、不同地段商業活躍度比較

回傳內容:商業設施數量、文化設施數量(基於 42 萬筆台灣 POI 資料)

search_articles

搜尋易.地圖 Blog 上的易經與風水知識文章。

參數類型必填說明
categorystring否文章分類篩選
tagstring否標籤篩選
limitnumber否回傳筆數(1-20,預設 5)

適用場景:易經入門學習、六十四卦解說、風水知識查詢、台灣城市卦象特色

回傳內容:文章標題、摘要、分類、標籤、閱讀連結

提供的提示詞(Prompts)

可直接套用的工作流程模板,自動串接上述工具與資源。

提示詞說明參數
fengshui_location_report為某地點產生完整風水選址報告(卦象 + 商圈)location(必填)、industry(選填)
compare_two_locations比較兩地卦象與地理條件,依用途給出建議location_a、location_b(必填)、purpose(選填)
explain_my_hexagram用白話解讀某卦象並結合使用者情境hexagram_name(必填)、context(選填)

提供的資源(Resources)

唯讀的易經卦象參考資料,供 AI 直接引用。

資源 URI說明格式
yiditu://hexagrams/64六十四卦對照表(卦名、符號、二進位、卦辭、適合產業)JSON
yiditu://hexagram/{id}單卦詳解;{id} 可為卦名(水雷屯)、binary(100010)或卦象符號(䷂)JSON
yiditu://algorithm/six-dimensions六爻演算法的六維數據與動態閾值說明Markdown

資料來源

  • 商業/文化設施:Foursquare OS Places(42 萬筆台灣 POI)+ 政府開放資料
  • 交通站點:TDX 運輸資料(三鐵 + 公車站)
  • 自然特徵:內政部國家公園、自然保留區、水庫多邊形 + 觀光署景點
  • 海拔:SRTM 數值地形模型

系統需求

  • Node.js >= 18.0.0(本機安裝模式)
  • 遠端 URL 模式無系統需求

授權

MIT License

相關連結

  • 易.地圖 — 主網站
  • 易.地圖 Blog — 易經知識文章
  • GitHub Issues — 問題回報

Read the full README →View source on GitHub →

Related MCP Servers

View all in Developer Tools View all alternatives
  • Codealive MCP logoCodealive MCP

    Semantic code search and analysis from CodeAlive for AI assistants and agents.

    💻 Developer Tools0 views
    Compare vs Codealive MCP →
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    💻 Developer Tools1 views
    Compare vs PraisonAI →
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    💻 Developer Tools0 views
    Compare vs Labelhead Artist Momentum →
  • Codescene MCP Server logoCodescene MCP Server

    An MCP server that provides CodeScene Code Health analysis tools.

    💻 Developer Tools1 views
    Compare vs Codescene MCP Server →

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Yiditu MCP

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "yiditu-mcp": { "command": "npx", "args": ["-y", "yiditu-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewYiditu MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/yiditu-mcp?style=directory)](https://allmcps.com/mcp/yiditu-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/yiditu-mcp"><img src="https://allmcps.com/api/badge/yiditu-mcp?style=directory" alt="Yiditu MCP on AllMCPs" /></a>

Technical Specs & Signals

Category💻Developer Tools
More technical detailsExpand ▾
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
35Quality signal: Fair · 35/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools15/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 💻 Developer Tools →Best MCP servers for Developers →Alternatives to Yiditu MCP →Install in Claude DesktopInstall in CursorInstall in VS Code