Skip to content
LangChain

Fodda Brand Intelligence for LangChain

ai.fodda/brand-intelligence

Brand health & trend footprint across PSFK expert graphs with citable sources, not web summaries.

client:LangChain transport:streamable-http

Install Fodda Brand Intelligence in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "brand-intelligence": {
            "transport": "streamable_http",
            "url": "https://mcp.fodda.ai/brand-intelligence",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

Fodda Brand Intelligence in other clients