Skip to content
LangChain

Research Report API for LangChain

io.github.br0ski777/research-report

Multi-source research report generator with web fetching. x402 micropayment.

client:LangChain transport:sse

Install Research Report API in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "research-report": {
            "transport": "streamable_http",
            "url": "https://research-report.api.klymax402.com/mcp",
        }
})

tools = await client.get_tools()

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

Research Report API in other clients