Content Tools
iching.rocks
Provides tools to search, retrieve, and display I Ching hexagram data and reading contexts.
ENDPOINT 1
https://mcp.iching.rocks/mcp
MCP server metadata
- Name
- iching.rocks.mcp
- Version
- 1.12.35
Known tools 10
search_hexagramsDeterministic literal/keyword search over a closed whitelist of hexagram text fields (not semantic).
Inferred read-onlylist_hexagramsCompact index of all 64 I Ching hexagrams (id, name, pinyin, characters, essence, trigrams, url).
Inferred read-onlyget_reading_contextDeterministic reading context for a primary hexagram (1-64) and 0-6 ascending changing lines.
Inferred read-onlyget_all_hexagramsThe full 64-hexagram dataset in one call (bulk; stricter rate limit).
Inferred read-onlylist_trigramsAll eight trigrams with font, binary, pinyin, symbolic name, english name, element character, and function.
Inferred read-onlylist_sequencesDescribes the four canonical hexagram orderings (kingwen, mawangdui, eightpalaces, binary) with their 64-entry sequences.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.iching-rocks-mcp]
url = "https://mcp.iching.rocks/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"iching-rocks-mcp": {
"type": "http",
"url": "https://mcp.iching.rocks/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: iching-rocks-mcp
Remote MCP URL: https://mcp.iching.rocks/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"iching-rocks-mcp": {
"url": "https://mcp.iching.rocks/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"iching-rocks-mcp": {
"type": "http",
"url": "https://mcp.iching.rocks/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "iching-rocks-mcp",
"transport": "streamable-http",
"url": "https://mcp.iching.rocks/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for iching.rocks was fetched 2026-08-03T14:31:38.979Z and is being refreshed.
iching.rocks is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.