Skip to content
LangChain

Stratify for LangChain

site.aeon-labs/stratify

Backtest NIFTY option strategies on real 1-minute data, with an honest out-of-sample panel.

client:LangChain transport:streamable-http runtime:npm tools:10

Install Stratify in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "stratify": {
            "transport": "streamable_http",
            "url": "https://stratify-mcp.aeon-labs.site/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

Stratify in other clients