Skip to content
LangChain

Axis Iliad — Codebase Intelligence For Agentic Commerce for LangChain

io.github.lastmanupinc-hub/axis-toolbox

Codebase intelligence for agents: 152 structured artifacts across 21 programs, one call.

client:LangChain transport:streamable-http

Install Axis Iliad — Codebase Intelligence For Agentic Commerce in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "axis-toolbox": {
            "transport": "streamable_http",
            "url": "https://axis-api-6c7z.onrender.com/mcp",
        }
})

tools = await client.get_tools()

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

Axis Iliad — Codebase Intelligence For Agentic Commerce in other clients