freshdesk for LangChain
io.usefulapi/freshdesk
Read tickets, contacts, companies, agents and groups; create, update and reply to tickets.
client:LangChain
transport:streamable-http
Install freshdesk in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"freshdesk": {
"transport": "streamable_http",
"url": "https://freshdesk.usefulapi.io/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs