Squish for LangChain
io.github.getsquish/squish
Give AI random access to video: timestamped contact sheets + zoom into any start/end range.
client:LangChain
transport:streamable-http
runtime:npm
tools:1
Install Squish in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"squish": {
"transport": "streamable_http",
"url": "https://api.getsquish.app/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs