Undertow market liquidity and exit-cost tools for LangChain
io.github.beepboop2025/undertow
Daily exit context, depth, tiers, and sealed records. No commodity futures or execution authority.
client:LangChain
transport:streamable-http
tools:11
Install Undertow market liquidity and exit-cost tools in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"undertow": {
"transport": "streamable_http",
"url": "https://api.seiche.info/undertow/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs