Skip to content
LangChain

ArcFlow Destiny Matrix for LangChain

io.github.mlch/arcflow-destiny-matrix

Calculate a Destiny Matrix (numerology) reading from one or two dates of birth. Read-only, no auth.

client:LangChain transport:streamable-http tools:2

Install ArcFlow Destiny Matrix in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "arcflow-destiny-matrix": {
            "transport": "streamable_http",
            "url": "https://destinymatrixcalc.com/api/mcp-public",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

What LangChain can do once it is connected

ArcFlow Destiny Matrix in other clients