Skip to content
LangChain

alphalabs intelligence for LangChain

io.github.pak209/alphalabs-intelligence

Live trading-pipeline intelligence for AI agents: signal scoring, calibration, recorded outcomes.

client:LangChain transport:streamable-http tools:6

Install alphalabs intelligence in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "alphalabs-intelligence": {
            "transport": "streamable_http",
            "url": "https://api.pak-labs.com/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

alphalabs intelligence in other clients