Brainiall Image for LangChain
com.brainiall/image
Background removal, upscaling, face restore, document OCR, table extraction, visual understanding.
client:LangChain
transport:streamable-http
tools:10
Install Brainiall Image in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"image": {
"transport": "streamable_http",
"url": "https://api.brainiall.com/mcp/image/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs