Skip to content
LangChain

tollbooth authority newengland for LangChain

io.github.lonniev/tollbooth-authority-newengland

Tollbooth Authority New England — sub-regional certifier under North America

client:LangChain transport:streamable-http tools:68

Install tollbooth authority newengland in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "tollbooth-authority-newengland": {
            "transport": "streamable_http",
            "url": "https://tollbooth-authority-newengland.fastmcp.app/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

All 68 tools →

tollbooth authority newengland in other clients