Kojo Zendesk Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Kojo Zendesk Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A Zendesk MCP (Model Context Protocol) server for Kojo. Gives Claude access to support tickets and Help Center articles for trend analysis, knowledge base management, and customer insight research.
| Tool | Description |
|---|---|
fetch_tickets | Search tickets by date range and status. Returns full conversation transcripts. Supports natural language dates ("past month", "past 7 days"). |
read_articles | Search, list, or get Help Center articles. Includes section discovery for browsing the knowledge base structure. |
create_article | Create new Help Center articles (drafts by default). |
update_article | Update article title, body, or draft status. |
git clone <repo-url>
cd zendesk-mcp
npm install
npm run buildAdd to your .mcp.json:
{
"mcpServers": {
"zendesk": {
"type": "stdio",
"command": "node",
"args": ["/absolute/path/to/zendesk-mcp/build/index.js"],
"env": {
"ZENDESK_SUBDOMAIN": "your-subdomain",
"ZENDESK_EMAIL": "[email protected]",
"ZENDESK_API_TOKEN": "your-api-token"
}
}
}
}Replace the env values with your own. The subdomain is the part before .zendesk.com in your Zendesk URL.
| Variable | Description |
|---|---|
ZENDESK_DEFAULT_PERMISSION_GROUP_ID | Default permission group for new articles. If unset, Zendesk assigns its own default. |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.