Skip to content
LangChain

Execute container-ship-router-mcp for LangChain

io.github.evozim/container-ship-router-mcp

Premium agentic endpoint for container-ship-router-mcp.

client:LangChain transport:sse

Install Execute container-ship-router-mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "container-ship-router-mcp": {
            "transport": "streamable_http",
            "url": "https://api.m2mcent.com/container-ship-router-mcp/sse",
        }
})

tools = await client.get_tools()

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

Execute container-ship-router-mcp in other clients