Public, read-only MCP over the complete 64-hexagram I Ching corpus — hexagrams, trigrams, changing lines, and reading context from an original English translation. Deterministic lookup only; no casting or divination.
Overview
I Ching Hexagram MCP
Public, read-only Model Context Protocol server providing complete access to the 64-hexagram I Ching corpus — an original English translation, not a reproduction of Wilhelm/Baynes or other existing translations.
What it provides
- Deterministic lookup only — no casting, divination, or randomness. This is a reference dataset, not a fortune-telling tool.
- Full hexagram data: names, trigrams, changing lines, and reading context
- Search across hexagram text fields (case-, diacritic-, and traditional/simplified Chinese-insensitive)
- Batch lookup by King Wen number
- Compact index of all 64 hexagrams with multiple ordering systems (King Wen, Mawangdui, Eight Palaces, binary)
Connecting
Remote server, no authentication required:
```json { "mcpServers": { "iching-rocks": { "url": "https://mcp.iching.rocks/mcp" } } } ```
Full connection guide: https://iching.rocks/mcp
Attribution
Data © IChing.Rocks — attribution is a condition of the license terms.
Server Config
{
"mcpServers": {
"iching-rocks": {
"url": "https://mcp.iching.rocks/mcp"
}
}
}