Skip to content
LangChain

Untap for LangChain

io.github.aneduaim/untap-mcp

UK refunds inside your AI assistant: train delays, flights, TfL, parking. Made in London.

client:LangChain transport:streamable-http

Install Untap in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "untap-mcp": {
            "transport": "streamable_http",
            "url": "https://untap.money/api/mcp",
        }
})

tools = await client.get_tools()

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

Untap in other clients