Pixie Vacations Travel Booking for LangChain
io.github.stevegriswoldatl/pixie-vacations-mcp
Book Sandals, Beaches, and cruises through Pixie Vacations with co-branded booking URLs.
client:LangChain
transport:streamable-http
tools:12
Install Pixie Vacations Travel Booking in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"pixie-vacations-mcp": {
"transport": "streamable_http",
"url": "https://pixie-vacations-mcp-production.up.railway.app/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs