Brandfetch for LangChain
io.brandfetch/brandfetch
Search brands and retrieve design assets, company data, other brand context from Brandfetch's API
client:LangChain
transport:streamable-http
Install Brandfetch in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"brandfetch": {
"transport": "streamable_http",
"url": "https://mcp.brandfetch.io/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs