Moltline Vision Maths for LangChain
com.moltlinestudio/vision
Image header probing, bbox conversion, resize plans and colour maths. 4 of 6 free.
client:LangChain
transport:streamable-http
tools:6
Install Moltline Vision Maths in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"vision": {
"transport": "streamable_http",
"url": "https://mcp.moltlinestudio.com/vision",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs