SpiritWave Labs Divination Engine for LangChain
io.github.vizkr/council
Divination for AI agents: Hafez, Tarot, I Ching, Runes, Geomancy, and the five-oracle Council.
client:LangChain
transport:streamable-http
tools:6
Install SpiritWave Labs Divination Engine in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"council": {
"transport": "streamable_http",
"url": "https://mcp.spiritwavelabs.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs