Skip to content
LangChain

FateMCP Destiny Weight for LangChain

io.github.optimizer668/destiny-weight

Destiny Weight reading from birth date — Yuan Tiangang method.

client:LangChain transport:streamable-http tools:1

Install FateMCP Destiny Weight in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "destiny-weight": {
            "transport": "streamable_http",
            "url": "https://mcp.fatemcp.com/destiny-weight",
        }
})

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

FateMCP Destiny Weight in other clients