Invgate Service Desk… vs Yandex Tracker MCP | AllMCPs
Side-by-Side Model Context Protocol Comparison
Invgate Service Desk MCP vs Yandex Tracker MCP
In-depth architectural comparison of the Invgate Service Desk MCP and Yandex Tracker MCP MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.
At a Glance & Executive Verdict
Invgate Service Desk MCP
Support & Service Management · Local stdio
Quality: 49/100 (Fair) | Auth: API Key required
Yandex Tracker MCP
Support & Service Management · Local stdio
Quality: 60/100 (Good) | Auth: API Key required
Verdict Summary: Choose Invgate Service Desk MCP if you need specialized Support & Service Management tools running via a local process. Choose Yandex Tracker MCP if your workspace requires Support & Service Management integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.
Which MCP Server Should You Choose?
Choose Invgate Service Desk MCP when:
You need dedicated capabilities in the Support & Service Management domain.
You prefer local stdio subprocess transport architecture.
Your security boundary fits: API Key required (BYOK (Pay Provider Direct)).
You have access to required keys: INVGATE_BASE_URL, INVGATE_API_TOKEN, INVGATE_WRITE_PROFILE.
Primary tools included: 96 tools spanning incidents, users, assets, workflows, and more, Read-only access enabled by default, Optional write operations for incidents, time tracking, and knowledge base.
MCP server for InvGate Service Desk: 96 tools across 11 domains (incidents, users, knowledge base, assets, custom fields, workflows, time tracking), read-only by default with opt-in writes.
MCP Server for Yandex Tracker. Provides tools for searching and retrieving information about issues, queues, users.
Category & Scope
Tools & Capabilities Breakdown
Invgate Service Desk MCP Tools (6)
96 tools spanning incidents, users, assets, workflows, and more
Read-only access enabled by default
Optional write operations for incidents, time tracking, and knowledge base
Supports searching, listing, creating, updating, and commenting
Authentication via API token with HTTP Basic
Prebuilt MCP bundle for easy installation with compatible clients
Yandex Tracker MCP Tools (55)
Ready-to-Paste Client Configurations
Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).
Invgate Service Desk MCP is categorized under Support & Service Management and uses a local stdio subprocess. In contrast, Yandex Tracker MCP belongs to Support & Service Management using local stdio subprocess. Select Invgate Service Desk MCP when you need capabilities focused on support & service management and Yandex Tracker MCP when you require tools for support & service management.
You have access to required keys: TRACKER_TOKEN, TRACKER_IAM_TOKEN, TRACKER_SA_KEY_ID, TRACKER_SA_SERVICE_ACCOUNT_ID, TRACKER_SA_PRIVATE_KEY, TRACKER_CLOUD_ORG_ID, TRACKER_ORG_ID.
Every queue the token may see; returns `{values, hits, pages}
queue_get_tags
The tags defined in the queue
queue_get_versions
The queue's versions, with dates and status
queue_get_components
The queue's components as full objects, with lead, auto-assign flag and `version`; `queue_get_metadata` with `expand: ["components"]` gives ids and names only
queue_create_version
Create a version in the queue
queue_get_fields
The fields configured on the queue, local ones included; `schema.required` marks the mandatory ones
queue_get_metadata
Name, description, default type and priority, plus whatever `expand` asks for
component_get
One component with `queue`, `lead`, `assignAuto` and `version
component_create
Create a component in a queue
component_update
Change name, description, lead or auto-assign flag; omitted fields keep their value, `clear_lead` removes the lead
component_delete
Delete a component
users_get_all
A page of the organization's users; returns `{values, hits, pages}