Helium Financial for LangChain
io.github.evozim/helium-financial
Financial oracle aggregating Yahoo Finance metrics for portfolio analysis.
client:LangChain
transport:sse
Install Helium Financial in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"helium-financial": {
"transport": "streamable_http",
"url": "https://helium-financial-mcp.vercel.app/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs