Skip to content
LangChain

Fulfiller — print catalogue & quotes for LangChain

com.fulfiller/agentic-commerce-api

Print catalogue and live quotes from Fulfiller, a French online printer shipping across the EU.

client:LangChain transport:streamable-http tools:11

Install Fulfiller — print catalogue & quotes in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "agentic-commerce-api": {
            "transport": "streamable_http",
            "url": "https://www.fulfiller.com/agenticopenapi/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

Fulfiller — print catalogue & quotes in other clients