Skip to content
LangChain

Global Logistics (AfterShip labels with your own carrier accounts) for LangChain

app.wishpool/global-logistics-mcp

Global shipping labels for AI agents via AfterShip with your own carrier accounts.

client:LangChain transport:streamable-http

Install Global Logistics (AfterShip labels with your own carrier accounts) in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "global-logistics-mcp": {
            "transport": "streamable_http",
            "url": "https://logi-global.wishpool.app/mcp",
        }
})

tools = await client.get_tools()

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

Global Logistics (AfterShip labels with your own carrier accounts) in other clients