zwitchy store for LangChain
io.github.mouthfully/zwitchy-store
Travel eSIM catalog: search plans, check availability, and get exact quotes with checkout links.
client:LangChain
transport:streamable-http
tools:4
Install zwitchy store in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"zwitchy-store": {
"transport": "streamable_http",
"url": "https://zwitchy.io/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs