Skip to content
LangChain

Nexus Alpha Geometry for LangChain

io.github.spearmanmode/nexus-alpha-geometry

Finance research agent for thesis, trade note, and market-state review.

client:LangChain transport:streamable-http tools:1

Install Nexus Alpha Geometry in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "nexus-alpha-geometry": {
            "transport": "streamable_http",
            "url": "https://nexus.roguefrontiervc.com/api/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

Nexus Alpha Geometry in other clients