Skip to content
LangChain

Macaroon Bible Evidence for LangChain

com.macaroonnetwork/bible-evidence

Read-only BSB and WEB Scripture evidence with provenance, context, comparison, and search.

client:LangChain transport:streamable-http tools:11

Install Macaroon Bible Evidence in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "bible-evidence": {
            "transport": "streamable_http",
            "url": "https://api.macaroonnetwork.com/mcp-faith-evidence-v1/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

Macaroon Bible Evidence in other clients