Skip to content
LangChain

Dispatch Tickets for LangChain

com.dispatchtickets/dispatch-tickets

List, search, create, update, and reply to support tickets across your Dispatch Tickets brands.

client:LangChain transport:streamable-http

Install Dispatch Tickets in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "dispatch-tickets": {
            "transport": "streamable_http",
            "url": "https://mcp.dispatchtickets.com/mcp",
        }
})

tools = await client.get_tools()

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

Dispatch Tickets in other clients