Skip to content
LangChain

snaptoll for LangChain

com.snaptoll/snaptoll

UK tolls & charges: DVLA vehicle checks (ULEZ/CAZ/MOT/tax), prices, penalties, pay-by deadlines.

client:LangChain transport:streamable-http tools:3

Install snaptoll in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "snaptoll": {
            "transport": "streamable_http",
            "url": "https://snaptoll.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

snaptoll in other clients