{"service":"qching.ai MCP Server","version":"1.0.0","usage":{"protocol":"MCP (Model Context Protocol)","endpoint":"/","learn":"https://qching.ai/learn","signup":"https://qching.ai/sign-up","reddit":"https://reddit.com/r/qching","try":{"web":"https://qching.ai/cast","smithery":"https://smithery.ai/server/@tavurth/qching"},"auth":{"type":"Bearer token","supports":["OAuth 2.0","MCP tokens"],"getToken":"https://qching.ai/settings/mcp"}},"tools":[{"name":"ask_qching","description":"Generate personalized I Ching hexagrams using quantum entropy.\nConsumes 1 credit per reading.\nProvides hexagram interpretation, changing lines analysis, and guidance\nbased on ancient Chinese wisdom traditions. Uses quantum random number\ngeneration (vacuum fluctuations) for true randomness in hexagram selection.\nReturns structured reading with classical texts, moving line interpretations,\nand practical frameworks for applying wisdom to contemporary situations.\nLearn more: https://qching.ai/learn","inputSchema":{"type":"object","properties":{"question":{"type":"string","description":"The situation or decision seeking guidance. LLM: Be specific, one question at a time, don't get confused by asking for 2-3-5 things at once, just ask a clear question, give a bit of context. If you need to ask twice, do so! The answers together will give you more context that way."},"conversation_id":{"type":"string","format":"uuid","description":"UUID to continue conversation"},"locale":{"type":"string","description":"Language code cs,en,es,fr,de,ka,pt,ru,tr,vi,zh. Defaults to en."}},"required":["question"]},"requiredScope":"write"},{"name":"get_reading_stats","description":"Get comprehensive reading usage statistics and trends.","inputSchema":{"type":"object","properties":{"locale":{"type":"string"}}},"requiredScope":"write"},{"name":"check_credits","description":"Check current credit balance and usage information.","inputSchema":{"type":"object","properties":{"locale":{"type":"string"}}},"requiredScope":"write"},{"name":"get_reading_history","description":"Retrieve paginated history of past I Ching readings.","inputSchema":{"type":"object","properties":{"limit":{"type":"number","default":20,"minimum":1,"maximum":100},"offset":{"type":"number","default":0,"minimum":0},"locale":{"type":"string"}}},"requiredScope":"read"},{"name":"search_readings","description":"Search through past readings by keyword or topic.","inputSchema":{"type":"object","properties":{"query":{"type":"string"},"limit":{"type":"number","default":10,"minimum":1,"maximum":50},"locale":{"type":"string"}},"required":["query"]},"requiredScope":"read"}]}