Skip to content
LangChain

arkolith for LangChain

io.github.wikatar/arkolith

Evidence-backed capital-change intelligence and sourced financial data for AI agents

client:LangChain transport:streamable-http

Install arkolith in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "arkolith": {
            "transport": "streamable_http",
            "url": "https://arkolith.com/api/mcp",
        }
})

tools = await client.get_tools()

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

arkolith in other clients