Skip to content
LangChain

estevao mcp for LangChain

io.github.dodopok/estevao-mcp

Anglican liturgical calendar, lectionary and Daily Office (Book of Common Prayer) via Estêvão API

client:LangChain transport:streamable-http runtime:npm

Install estevao mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "estevao-mcp": {
            "transport": "streamable_http",
            "url": "https://mcp.caminhoanglicano.com.br/mcp",
        }
})

tools = await client.get_tools()

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

estevao mcp in other clients