Google PageRank for AI agents. 25,000+ tools indexed.

desk-mcp MCP Server

imohanvadivel/desk-mcp

Score: 44.2 Rank #120 MCP Server
Are you the maintainer of imohanvadivel/desk-mcp? Claim this listing →

MCP server for the Zoho Desk API — 706 endpoints, 3 context-efficient tools

Add AgentRank to Claude Code Discover and compare tools like imohanvadivel/desk-mcp — your AI finds the right one automatically
Get API Access →
claude mcp add agentrank -- npx -y agentrank-mcp-server

Overview

imohanvadivel/desk-mcp is a TypeScript MCP server. MCP server for the Zoho Desk API — 706 endpoints, 3 context-efficient tools

Ranked #120 out of 124 indexed tools.

Actively maintained with commits in the last week.

Ecosystem

TypeScript No license 4 npm/wk

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 1

1 stars → early stage

Freshness 25% 2d ago

Last commit 2d ago → actively maintained

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 1

1 contributor → solo project

Dependents 25% 0

No dependents → no downstream usage

npm Downloads 13% 4/wk

4 weekly installs → early adoption

PyPI Downloads N/A
Forks 0
Description Good
License None

Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

License low impact

Add an MIT or Apache-2.0 license to signal trust and enable adoption

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Badge all embed codes →

AgentRank score for imohanvadivel/desk-mcp
[![AgentRank](https://agentrank-ai.com/api/badge/tool/imohanvadivel--desk-mcp)](https://agentrank-ai.com/tool/imohanvadivel--desk-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/imohanvadivel--desk-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/imohanvadivel--desk-mcp" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="imohanvadivel/desk-mcp"></script>

Matched Queries

"mcp server""mcp-server"

From the README

# desk_mcp

An MCP (Model Context Protocol) server that exposes the entire Zoho Desk API (706 endpoints across 130 categories) through 3 context-efficient tools.

Instead of registering one tool per endpoint (which would flood the LLM context), the server uses a **search-then-call** pattern:

1. **`list_categories`** — discover API areas
2. **`search_endpoints`** — find the right endpoint by keyword/category
3. **`call_api`** — execute it by `operationId`

## Prerequisites

- [Bun](https://bun.sh) v1.3+
- A Zoho Desk account with API access
- A valid Zoho OAuth token

## Installation

```bash
bun install
```

## Configuration

The server reads three environment variables:

| Variable | Required | Default | Description |
|---|---|---|---|
| `ZOHO_OAUTH_TOKEN` | Yes | — | Your Zoho OAuth token (see [Authorization](#authorization) below) |
| `ZOHO_ORG_ID` | Yes | — | Your Zoho Desk organization ID. Auto-injected into every API call. |
| `ZOHO_DESK_DOMAIN` | No | `desk.zoho.com` | Zoho Des
Read full README on GitHub →

Get the weekly AgentRank digest

Top movers, new tools, ecosystem insights — straight to your inbox.