Skip to main content
Glama
Sidd07Dev

Freshdesk MCP Server

by Sidd07Dev

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
STRICT_MODENoSet to 'True' to disable destructive tools
JWT_SECRET_KEYNoSecret key for JWT authentication (used in secure network mode)
ALLOWED_CLIENTSNoComma-separated list of agent credentials for JWT auth (format: agent1:pass123,agent2:secure456)
FRESHDESK_DOMAINYesYour Freshdesk domain (e.g., yourcompany.freshdesk.com)
FRESHDESK_API_KEYYesYour Freshdesk API key

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_ticketsC

List tickets in Freshdesk. Optionally filter by requester email.

get_ticketB

Get detailed information about a specific ticket by ID.

create_ticketB

Create a new Freshdesk ticket. Priority: 1=Low, 2=Medium, 3=High, 4=Urgent. Status: 2=Open, 3=Pending, 4=Resolved, 5=Closed.

update_ticketC

Update a ticket's status or priority.

delete_ticketC

Delete a specific ticket.

reply_ticketC

Reply to an existing ticket.

add_noteC

Add a note to a ticket. private=True means it is an internal note.

list_conversationsB

Fetch all replies and notes associated with a ticket.

create_outbound_emailC

Create and send an outbound email from Freshdesk. Supports cc, bcc, tags, and custom fields.

search_contactsB

Find a contact by email, phone, or mobile.

get_contactB

Retrieve contact details by ID.

create_contactC

Create a new customer contact.

update_contactC

Update an existing contact's details.

get_companyC

Retrieve company details by ID.

create_companyC

Create a new company.

list_agentsB

List support agents. Optionally filter by email.

get_agentC

Get specific agent details by ID.

search_solution_articlesC

Search for knowledge base articles by keyword.

get_solution_articleC

Retrieve the content of a specific knowledge base article.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Sidd07Dev/freshdeskMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server