Skip to content
LangChain

Irish History: 1798, O'Connell, Young Ireland & the Great Famine for LangChain

com.spencerhofmans/irish-history

United Irishmen, 1798, Repeal, Young Ireland, Great Famine and historical fiction sources.

client:LangChain transport:streamable-http tools:4

Install Irish History: 1798, O'Connell, Young Ireland & the Great Famine in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "irish-history": {
            "transport": "streamable_http",
            "url": "https://spencer-history-mcp.spencerhofmans.workers.dev/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

Irish History: 1798, O'Connell, Young Ireland & the Great Famine in other clients