Skip to content
LangChain

voyager commerce for LangChain

io.github.blathrop07/voyager-commerce

AI ticket commerce for theme parks, zoos, museums, and aquariums via any AI agent

client:LangChain transport:streamable-http

Install voyager commerce in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "voyager-commerce": {
            "transport": "streamable_http",
            "url": "https://review-002-voyager-ai-commerce.zeus.gatewayticketing.hosting/mcp?storefrontId=9e55112e-b1c9-4f8f-8531-e9aed2158066",
        }
})

tools = await client.get_tools()

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

voyager commerce in other clients