Skip to content
LangChain

Voyscout Price History for LangChain

com.voyscout/price-history

Historical flight and package price series for Czech origins. Honest stats, no verdicts. CC BY 4.0

client:LangChain transport:streamable-http tools:5

Install Voyscout Price History in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

Voyscout Price History in other clients