CleanVector for LangChain
ai.cleanvector/cleanvector
Create professional SVG artwork, icons and vector logos from a prompt, or vectorize any image.
client:LangChain
transport:streamable-http
tools:11
Install CleanVector in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"cleanvector": {
"transport": "streamable_http",
"url": "https://cleanvector.ai/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs