Skip to main content
Glama
sophiabanda

zendesk-mcp

by sophiabanda

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ZENDESK_EMAILYesYour Zendesk login email address
ZENDESK_API_TOKENYesA Zendesk API token generated in Admin Center
ZENDESK_SUBDOMAINYesYour Zendesk subdomain (e.g., 'your-company' from your-company.zendesk.com)
VECTOR_DB_PROVIDERNoVector database provider (e.g., 'mock' for testing, or real provider key when available)mock

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_similar_ticketsA

Find past Zendesk tickets similar to a described issue, using semantic search over ticket history plus a live Zendesk keyword search. Use this before triaging a new ticket to check for precedent.

get_customer_contextA

Pull together everything known about a customer: their org, past tickets, and prior reported issues. Look up by requester email for a single contact, or by organization name for the whole account. Use this before responding to a ticket to understand history and avoid repeating past answers.

assess_solutions_by_versionA

Search past solutions/workarounds for an issue and check whether each fix applies to a given product version. Use this to figure out if a known fix should already cover the customer's version, or if they need to upgrade.

summarize_daily_workA

Summarize Zendesk activity for a given day (default: today) — tickets touched, solved, still open, and any high-priority items needing follow-up. Ask for this at end of day or during standup prep.

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/sophiabanda/zendesk-mcp'

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