SwitchWize MCP for LangChain
io.github.switchwize/switchwize-mcp
Verified US rate, savings-gap, card, CD, and product-change tools with freshness and sources.
client:LangChain
transport:streamable-http
runtime:npm
tools:15
Install SwitchWize MCP in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"switchwize-mcp": {
"transport": "streamable_http",
"url": "https://www.switchwize.com/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs