SpiritWave Labs Oracle
SpiritWave Labs — Pentamancy Council MCP Server
SpiritWave Labs の Pentamancy Council(5つのオラクルによる占いエンジン)を、Model Context Protocol を介して AI エージェントに公開します。
ツール
consult_council
5つの古代オラクルを並行して参照し、そのリーディングを単一の統一された助言に統合します:
Hafez — ペルシャのスーフィー詩(Fal-e Hafez)
Tarot — ライダー・ウェイト78枚のデッキ、3枚のスプレッド
Runes — エルダー・フサルク、3ルーン引き
I Ching — 易経、コイン投げによる六芒星
Geomancy — アラビアの `Ilm al-Raml、シールドチャート
サーバーは5つすべてを引き、それぞれを解釈し、統合します。実質的な質問—大きな決断、感情の岐路、精神的な方向性—に最適です。
入力: { question: string } (3–1000文字)
個別相談
consult_hafez、consult_tarot、consult_iching、consult_runes、consult_geomancy — それぞれがサーバー側で独自の伝統を引き、その伝統の声で解釈します。ツールの説明はエージェントが自分でルーティングするように書かれており、意図的にルーターツールはありません。
Related MCP server: Yijing Bazi MCP Server
支払い (x402)
初日から有料です。カウンシルリーディングは$0.50、個別オラクルは$0.10で、x402 protocol を介して Base 上の USDC で支払います:
initialize、tools/list、通知 — 無料。接続、発見、価格の確認ができます。支払いなしで有料ツールの
tools/callを呼び出すと → HTTP 402 が返り、ボディにpaymentRequirementsが含まれます(スキームexact、受取人アドレス、アトミック金額)。X-PAYMENTヘッダー(署名付き EIP-3009 ペイロード)で再試行します。x402 Foundation facilitator が検証して決済し、呼び出しが続行され、決済レシートがX-PAYMENT-RESPONSEで返されます。
x402-fetch(または x402 対応クライアント)を使用するエージェントは、このフローを自動的に取得します。設定:X402_PAYEE、X402_FACILITATOR、X402_ENABLED(docker-compose.yml を参照)。
アーキテクチャ
これはシンプロキシです。MCP サーバーは JSON-RPC ツール呼び出しを受け取り、既存の SpiritWave Labs PHP API に転送します:
Agent → MCP server (this repo, Streamable HTTP) → PHP API (temple.php, individual oracle endpoints) → DeepSeek占いエンジンは完全に PHP バックエンドにあります。このサーバーは MCP プロトコルレイヤーを追加するだけで、占いロジック自体は実装していません。
トランスポート
Streamable HTTP(リモートサーバー向けの MCP 標準)。単一エンドポイント:POST /mcp。
セットアップ
npm install
npm run build # compile TypeScript
npm start # run the compiled server
# or for development:
npm run dev # run via tsx with hot reload設定
環境変数 | デフォルト | 説明 |
|
| HTTPポート |
|
| プロキシ先のPHP APIベースURL |
ロードマップ
フェーズ1(完了): MCP スキャフォールド、6つのツール、
mcp.spiritwavelabs.comにデプロイ(Docker、nginx の背後、2026-08-18 から稼働中)。フェーズ2: x402 支払いレイヤー — Coinbase CDP ファシリテーター(Base ネットワーク)を介した呼び出しごとの USDC 支払い。エージェントはリーディングごとに支払います。
フェーズ3: レジストリ掲載 — 公式 MCP Registry、Smithery、Glama。
ライセンス
MIT © SpiritWave Labs
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityCmaintenanceIntegrates I Ching divination with AI responses, allowing users to receive guidance through traditional Chinese philosophy using the bibliomantic approach described in Philip K. Dick's work.42MIT
- AlicenseBqualityDmaintenanceProvides traditional Chinese metaphysics analysis capabilities including I Ching divination (hexagram generation and interpretation) and Bazi (Four Pillars) fortune-telling with comprehensive life analysis covering career, wealth, relationships, and health predictions.101129MIT
- AlicenseAqualityBmaintenanceProvides professional-grade Rider-Waite tarot readings and 11 specialized spreads through a comprehensive interpretation engine featuring elemental and context-aware analysis. It enables users to perform cryptographically secure card draws, create custom spreads, and explore detailed card symbolism via MCP or HTTP protocols.141416MIT
- FlicenseAqualityDmaintenanceFour specialized AI agent skills: Integral Hermeneutics (8-lens text interpretation through any text type), Rune Wisdom (Elder Futhark divination), What-If Scenario Builder (15 foresight frameworksg), and Strategical Alignment (6-phase protocol for detecting where short-term optimization builds long-term fragility, with 9-dimension gap assessment)4
Related MCP Connectors
Chinese metaphysics (bazi, qimen, 5-element) as decision-support tools for AI agents.
I-Ching (周易) oracle: cast a hexagram, read classical commentary, get a reflection. Bilingual.
Zi Wei Dou Shu for AI agents: free natal charts, six transit levels, and optional readings.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vizkr/oracle-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server