Skip to content
LangChain

Asub Ax for LangChain

io.github.pipeworx-io/asub-ax

Statistics and Research Åland (ÅSUB) PxWeb MCP.

client:LangChain transport:streamable-http tools:39

Install Asub Ax in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "asub-ax": {
            "transport": "streamable_http",
            "url": "https://gateway.pipeworx.io/asub-ax/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

All 39 tools →

Asub Ax in other clients