Skip to content
LangChain

Votura Tours for LangChain

io.github.eugenelabonarsky/votura-tours

Search AI-powered audio tours and points of interest by city. Walking, cycling, and driving tours.

client:LangChain transport:streamable-http tools:3

Install Votura Tours in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "votura-tours": {
            "transport": "streamable_http",
            "url": "https://api.votura.app/functions/v1/app_a0630e492b_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

Votura Tours in other clients