Skip to content
LangChain

AIURION Agentic 3D Printing — San Francisco for LangChain

com.aiurion/agentic-3d-printing

Quote, purchase, and track custom 3D prints from AIURION in San Francisco.

client:LangChain transport:streamable-http tools:7

Install AIURION Agentic 3D Printing — San Francisco in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "agentic-3d-printing": {
            "transport": "streamable_http",
            "url": "https://aiurion.com/api/agent/v1/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

AIURION Agentic 3D Printing — San Francisco in other clients