Skip to content
LangChain

Fodda Topic & Trend Research for LangChain

ai.fodda/topic-research

Trend, stats & insight search across PSFK expert graphs with citable sources.

client:LangChain transport:streamable-http

Install Fodda Topic & Trend Research in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

Fodda Topic & Trend Research in other clients