Skip to content
LangChain

Helvetic Research for LangChain

io.github.kushpatil22/helvetic-research

Research-only MCP server: your AI as a quant research desk. 90 tools, no trades, no brokers.

client:LangChain transport:streamable-http

Install Helvetic Research in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

Helvetic Research in other clients