Skip to main content
Glama
vizkr

SpiritWave Labs Oracle

by vizkr

SpiritWave Labs — Pentamancy Council MCP Server

通过 Model Context Protocol 将 SpiritWave Labs 的 Pentamancy Council(五先知占卜引擎)暴露给 AI 代理。

工具

consult_council

并行咨询五位古代先知,并将其解读综合为一份统一建议:

  • Hafez — 波斯苏菲诗歌(Fal-e Hafez)

  • Tarot — Rider-Waite 78 张牌组,三张牌阵

  • Runes — 古弗萨克文,三符文抽取

  • I Ching — 《易经》,掷币成卦

  • Geomancy — 阿拉伯 Ilm al-Raml,盾形图

服务器抽取全部五种,逐一解读,然后综合。最适合实质性问题的咨询——重大决策、情感十字路口、灵性方向。

输入: { question: string }(3–1000 字符)

单独咨询

consult_hafezconsult_tarotconsult_ichingconsult_runesconsult_geomancy — 每种都在服务器端抽取各自传统并以其传统的声音进行解读。工具描述的设计使代理自行路由;刻意不设路由工具。

Related MCP server: Yijing Bazi MCP Server

支付(x402)

从第一天起即收费。每次 Council 解读 $0.50,每次单独先知 $0.10,通过 x402 协议 在 Base 网络上以 USDC 支付:

  • initializetools/list、通知 — 免费。连接、发现、查看价格。

  • 对付费工具调用 tools/call 而未支付 → HTTP 402,响应体包含 paymentRequirements(scheme exact、收款人地址、原子金额)。

  • 使用 X-PAYMENT 头重试(签名的 EIP-3009 载荷);x402 Foundation facilitator 验证并结算,调用继续,结算收据在 X-PAYMENT-RESPONSE 中返回。

使用 x402-fetch(或任何支持 x402 的客户端)的代理会自动获得此流程。配置:X402_PAYEEX402_FACILITATORX402_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

配置

环境变量

默认值

描述

PORT

3001

HTTP 端口

SWL_API_BASE

https://spiritwavelabs.com

要代理到的 PHP API 基础 URL

路线图

  • 第一阶段(已完成): MCP 脚手架、六个工具,部署于 mcp.spiritwavelabs.com(Docker,nginx 之后,自 2026-08-18 起运行正常)。

  • 第二阶段: x402 支付层——通过 Coinbase CDP facilitator(Base 网络)按次 USDC 支付。代理按次付费。

  • 第三阶段: 注册表收录——官方 MCP Registry、Smithery、Glama。

许可证

MIT © SpiritWave Labs

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    C
    quality
    C
    maintenance
    Integrates 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.
    4
    2
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Provides 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.
    10
    11
    29
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Provides 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.
    14
    14
    16
    MIT
  • F
    license
    A
    quality
    D
    maintenance
    Four 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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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