Skip to content
LangChain

finlab ai for LangChain

io.github.koreal6803/finlab-ai

Quantitative trading toolkit with 900+ data columns, backtesting, and 60+ strategy examples.

client:LangChain transport:streamable-http tools:6

Install finlab ai in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "finlab-ai": {
            "transport": "streamable_http",
            "url": "https://mcp.finlab.finance/mcp",
        }
})

tools = await client.get_tools()

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

What LangChain can do once it is connected

finlab ai in other clients