SpiritWave Labs Oracle
SpiritWave Labs — Pentamancy Council MCP Server
Exposes the SpiritWave Labs Pentamancy Council (five-oracle divination engine) to AI agents via the Model Context Protocol.
Tools
consult_council
Consults five ancient oracles in parallel and synthesizes their readings into a single unified counsel:
Hafez — Persian Sufi poetry (Fal-e Hafez)
Tarot — Rider-Waite 78-card deck, 3-card spread
Runes — Elder Futhark, 3-rune draw
I Ching — Book of Changes, coin-cast hexagram
Geomancy — Arabic `Ilm al-Raml, shield chart
The server draws all five, interprets each, then synthesizes. Best for questions of substance — major decisions, emotional crossroads, spiritual direction.
Input: { question: string } (3–1000 chars)
Individual consultations
consult_hafez, consult_tarot, consult_iching, consult_runes, consult_geomancy — each draws its own tradition server-side and interprets it in that tradition's voice. The tool descriptions are written so agents route themselves; there is deliberately no router tool.
Related MCP server: Yijing Bazi MCP Server
Payments (x402)
Paid from day one. $0.50 per Council reading, $0.10 per individual oracle, in USDC on Base via the x402 protocol:
initialize,tools/list, notifications — free. Connect, discover, read the prices.tools/callon a paid tool without payment → HTTP 402 withpaymentRequirementsin the body (schemeexact, payee address, atomic amount).Retry with the
X-PAYMENTheader (signed EIP-3009 payload); the x402 Foundation facilitator verifies and settles, the call proceeds, and the settlement receipt returns inX-PAYMENT-RESPONSE.
Agents using x402-fetch (or any x402-aware client) get this flow automatically. Configuration: X402_PAYEE, X402_FACILITATOR, X402_ENABLED (see docker-compose.yml).
Architecture
This is a thin proxy. The MCP server receives JSON-RPC tool calls and forwards them to the existing SpiritWave Labs PHP API:
Agent → MCP server (this repo, Streamable HTTP) → PHP API (temple.php, individual oracle endpoints) → DeepSeekThe divination engine lives entirely in the PHP backend. This server adds the MCP protocol layer — it does not implement any divination logic itself.
Transport
Streamable HTTP (the MCP standard for remote servers). Single endpoint: POST /mcp.
Setup
npm install
npm run build # compile TypeScript
npm start # run the compiled server
# or for development:
npm run dev # run via tsx with hot reloadConfiguration
Env var | Default | Description |
|
| HTTP port |
|
| The PHP API base URL to proxy to |
Roadmap
Phase 1 (done): MCP scaffold, six tools, deployed at
mcp.spiritwavelabs.com(Docker, behind nginx, healthy since 2026-08-18).Phase 2: x402 payment layer — per-call USDC payment via Coinbase CDP facilitator (Base network). Agents pay per reading.
Phase 3: Registry listing — official MCP Registry, Smithery, Glama.
License
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