Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

I Ching MCP Server by RoxyAPI

com.roxyapi/iching

I Ching hexagram casts, 64 hexagram meanings and changing lines for AI agents.

Uptime
100.0%
1 direct probes · 30d
Response
164ms
last probe
Tools
9
callable
Resources
0
readable
Prompts
0
available

Tools · 9

post_iching_daily

Receive a daily I-Ching hexagram for guidance and reflection. This endpoint uses seeded randomness to ensure the same seed gets the same hexagram on the same day - perfect for "Hexagram of the Day" fe…

post_iching_daily_cast

Cast a complete daily I-Ching reading using the traditional three-coin method with seeded randomness. Unlike the simple daily hexagram, this provides the full casting experience with line values (6-9)…

get_iching_hexagrams

Browse all 64 I-Ching hexagrams from the Book of Changes with their Chinese names, English translations, and trigram compositions. The hexagrams are ordered by the traditional King Wen sequence used i…

get_iching_hexagrams_random

Receive a random I-Ching hexagram with full interpretation. Perfect for daily oracle features, meditation prompts, or exploring the Book of Changes. Returns complete hexagram data including judgment, …

get_iching_hexagrams_lookup

Find an I-Ching hexagram by its binary line pattern. Provide 6 digits (0 or 1) representing broken (yin) and solid (yang) lines from bottom to top. Use this for custom divination interfaces where user…

get_iching_hexagrams_number

Retrieve complete I-Ching hexagram details by King Wen sequence number (1-64). Returns the full hexagram with Chinese name, English translation, judgment text, image text, modern interpretations for g…

get_iching_cast

Generate an authentic I-Ching reading using the traditional three-coin casting method. Each of the six lines is determined by virtually tossing three coins, producing values 6-9 where 6 (old yin) and …

get_iching_trigrams

Retrieve all 8 I-Ching trigrams (bagua) - the fundamental building blocks of hexagrams. Each trigram consists of three lines and represents a primal force of nature: Heaven (Qian), Earth (Kun), Thunde…

get_iching_trigrams_id

Retrieve a specific I-Ching trigram by its number (1-8) or English name (Heaven, Earth, Thunder, Wind, Water, Fire, Mountain, Lake). Returns complete trigram information including Chinese name, pinyin…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "i_ching_mcp_server_by_roxyapi": {
      "url": "https://roxyapi.com/mcp/iching",
      "transport": "streamable-http"
    }
  }
}