← iching.rocks

INDIVIDUAL MCP TOOL

list_trigrams

All eight trigrams with font, binary, pinyin, symbolic name, english name, element character, and function.

iching.rocksnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

iching.rocks

CONNECT 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.

Related tools

  • search_hexagrams — Deterministic literal/keyword search over a closed whitelist of hexagram text fields (not semantic).
  • get_hexagrams — Batch hexagram lookup by King Wen numbers (max 16 ids per call).
  • list_hexagrams — Compact index of all 64 I Ching hexagrams (id, name, pinyin, characters, essence, trigrams, url).
  • get_server_info — Build identity of the running iching.
  • get_reading_context — Deterministic reading context for a primary hexagram (1-64) and 0-6 ascending changing lines.
  • get_trigram — One of the eight trigrams by exactly one identifier: binary (e.
  • get_all_hexagrams — The full 64-hexagram dataset in one call (bulk; stricter rate limit).
  • get_hexagram — One hexagram by King Wen number (1-64).