← roxyapi.com
INDIVIDUAL MCP TOOL
get_iching_cast
Generate an authentic I-Ching reading using the traditional three-coin casting method.
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
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.roxy-iching]
url = "https://roxyapi.com/mcp/iching"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"roxy-iching": {
"type": "http",
"url": "https://roxyapi.com/mcp/iching"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: roxy-iching
Remote MCP URL: https://roxyapi.com/mcp/iching
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": {
"roxy-iching": {
"url": "https://roxyapi.com/mcp/iching"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"roxy-iching": {
"type": "http",
"url": "https://roxyapi.com/mcp/iching"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "roxy-iching",
"transport": "streamable-http",
"url": "https://roxyapi.com/mcp/iching"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
post_iching_daily— Receive a daily I-Ching hexagram for guidance and reflection.post_iching_daily_cast— Cast a complete daily I-Ching reading using the traditional three-coin method with seeded randomness.get_iching_hexagrams— Browse all 64 I-Ching hexagrams from the Book of Changes with their Chinese names, English translations, and trigram compositions.get_iching_hexagrams_random— Receive a random I-Ching hexagram with full interpretation.get_iching_hexagrams_lookup— Find an I-Ching hexagram by its binary line pattern.get_iching_hexagrams_number— Retrieve complete I-Ching hexagram details by King Wen sequence number (1-64).get_iching_trigrams— Retrieve all 8 I-Ching trigrams (bagua) - the fundamental building blocks of hexagrams.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).