Skip to content
LangChain

Ifá Wisdom — biblioteca de Ifá e Orixás for LangChain

com.ifa-wisdom/library

Cited library on Ifá, the Orishas and Yoruba philosophy in 4 languages. Read-only; not an oracle.

client:LangChain transport:streamable-http tools:7

Install Ifá Wisdom — biblioteca de Ifá e Orixás in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "library": {
            "transport": "streamable_http",
            "url": "https://www.ifa-wisdom.com/api/mcp",
        }
})

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

Ifá Wisdom — biblioteca de Ifá e Orixás in other clients