← Back to search

yandex-tracker-mcp

brekhov-ilya Scanned 18h ago

MCP server for Yandex Tracker API — read and edit issues, comments, attachments, links, checklists, metadata

C
68.8 / 100

Versions

1.8.0latest
Jul 29, 2026
1.6.0
Jun 18, 2026
1.5.0
May 12, 2026
1.4.0
May 7, 2026
1.3.2
Apr 27, 2026
+ show 16 moreshow less
1.3.1
Apr 27, 2026
1.3.0
Apr 27, 2026
1.2.2
Apr 26, 2026
1.2.1
Apr 24, 2026
1.2.0
Apr 24, 2026
1.1.3
Apr 24, 2026
1.1.2
Apr 24, 2026
1.1.1
Apr 24, 2026
1.1.0
Apr 21, 2026
1.0.6
Mar 17, 2026
1.0.5
Mar 17, 2026
1.0.4
Mar 17, 2026
1.0.3
Mar 17, 2026
1.0.2
Mar 17, 2026
1.0.1
Mar 17, 2026
1.0.0
Mar 17, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 24

get_issue
annotations: none low

Get a single Yandex Tracker issue by its key (e.g. QUEUE-123)

search_issues
annotations: none low

Search Yandex Tracker issues using query language (e.g. 'Queue: MYQUEUE AND Status: Open').

create_issue
annotations: none low

Create a new issue in Yandex Tracker. Returns the created issue.

update_issue
annotations: none low

Update an existing Yandex Tracker issue. Pass only the fields you want to change.

get_transitions
annotations: none low

Get available status transitions for a Yandex Tracker issue. Use this before transition_issue to find the correct transition ID.

get_attachments
annotations: none low

Get attachment metadata (name, size, MIME type, id) for a Yandex Tracker issue

upload_attachment
annotations: none low

Upload a file (e.g. a photo) as an attachment to a Yandex Tracker issue. Returns the attachment id plus a ready-to-use markdown snippet. To show the file inline in an issue description or comment, include the returned `markdown` in update_issue's `description` or create_comment's/update_comment's `text`. To just attach it (shown as a file, not inline), pass the returned `id` in create_comment's/update_comment's `attachmentIds`.

download_attachment
annotations: none low

Download an attachment from a Yandex Tracker issue. Returns base64-encoded content. For images, returns an image content block.

get_entity
annotations: none low

Get entity parameters (project, portfolio, etc.) from Yandex Tracker by type and ID

get_issue_links
annotations: none low

Get all links (relations) for a Yandex Tracker issue

create_issue_link
annotations: none low

Create a link (relation) between two Yandex Tracker issues. Relationship types: 'relates', 'depends on', 'is dependent by', 'duplicates', 'is duplicated by', 'is subtask for', 'is parent task for', 'is epic of', 'has epic'.

find_user
annotations: none low

Find Yandex Tracker users by display name (ФИО), login, or email substring.

get_checklist
annotations: none low

Get checklist items for a Yandex Tracker issue

transition_issue
annotations: none low

Move a Yandex Tracker issue to a new status by executing a transition. Use get_transitions first to find available transition IDs. Some transitions require additional fields (e.g. resolution for 'close'). Use get_resolutions to find valid resolution keys.

get_statuses
annotations: none low

Get all available issue statuses in Yandex Tracker

get_issue_types
annotations: none low

Get all available issue types in Yandex Tracker (task, bug, story, etc.)

get_resolutions
annotations: none low

Get all available issue resolutions in Yandex Tracker

get_priorities
annotations: none low

Get all available issue priorities in Yandex Tracker

get_queues
annotations: none low

Get list of available queues in Yandex Tracker

get_queue_local_fields
annotations: none low

Get local (custom) fields for a specific queue in Yandex Tracker.

get_global_fields
annotations: none low

Get all global (system) fields available in Yandex Tracker

get_comments
annotations: none low

Get all comments for a Yandex Tracker issue

create_comment
annotations: none low

Create a comment on a Yandex Tracker issue. Supports summonees (user logins or full names — resolved automatically) and attachmentIds.

update_comment
annotations: none low

Edit an existing comment on a Yandex Tracker issue. Pass any subset of fields. Summonees accept logins or full names (resolved automatically). Note: attachmentIds and summonees fully replace existing values when provided.

Permissions 3

network medium
Server uses network capabilities via: fetch()
shell high
Server uses shell capabilities via: child_process
env_vars low
Server uses env_vars capabilities via: process.env

Scan Findings 62

low
Tool 'create_issue' has no annotations annotation_checker · 100%
low
Tool 'update_issue' has no annotations annotation_checker · 100%
low
Tool 'get_attachments' has no annotations annotation_checker · 100%
low
Tool 'upload_attachment' has no annotations annotation_checker · 100%
low
Tool 'download_attachment' has no annotations annotation_checker · 100%
low
Tool 'get_entity' has no annotations annotation_checker · 100%
low
Tool 'get_issue_links' has no annotations annotation_checker · 100%
low
Tool 'create_issue_link' has no annotations annotation_checker · 100%
low
Tool 'find_user' has no annotations annotation_checker · 100%
low
Tool 'get_checklist' has no annotations annotation_checker · 100%
low
Tool 'get_issue' has no annotations annotation_checker · 100%
low
Tool 'search_issues' has no annotations annotation_checker · 100%
low
Tool 'get_transitions' has no annotations annotation_checker · 100%
low
Tool 'transition_issue' has no annotations annotation_checker · 100%
low
Tool 'get_statuses' has no annotations annotation_checker · 100%
low
Tool 'get_issue_types' has no annotations annotation_checker · 100%
low
Tool 'get_resolutions' has no annotations annotation_checker · 100%
low
Tool 'get_priorities' has no annotations annotation_checker · 100%
low
Tool 'get_queues' has no annotations annotation_checker · 100%
low
Tool 'get_queue_local_fields' has no annotations annotation_checker · 100%
low
Tool 'get_global_fields' has no annotations annotation_checker · 100%
low
Tool 'get_comments' has no annotations annotation_checker · 100%
low
Tool 'create_comment' has no annotations annotation_checker · 100%
low
Tool 'update_comment' has no annotations annotation_checker · 100%
high
Hardcoded OAuth client ID in brekhov-ilya-yandex-mcp-server-d401b88/src/index.ts auth_checker · 85%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Buffer.from base64 in brekhov-ilya-yandex-mcp-server-d401b88/src/tracker-client.ts:107 entropy_analyzer · 75%
info
package.json metadata manifest_parser · 100%
info
Tool: get_attachments manifest_parser · 85%
info
Tool: upload_attachment manifest_parser · 85%
info
Tool: download_attachment manifest_parser · 85%
info
Tool: get_entity manifest_parser · 85%
info
Tool: get_issue_links manifest_parser · 85%
info
Tool: create_issue_link manifest_parser · 85%
info
Tool: find_user manifest_parser · 85%
info
Tool: get_checklist manifest_parser · 85%
info
Tool: get_issue manifest_parser · 85%
info
Tool: search_issues manifest_parser · 85%
info
Tool: create_issue manifest_parser · 85%
info
Tool: update_issue manifest_parser · 85%
info
Tool: get_transitions manifest_parser · 85%
info
Tool: transition_issue manifest_parser · 85%
info
Tool: get_statuses manifest_parser · 85%
info
Tool: get_issue_types manifest_parser · 85%
info
Tool: get_resolutions manifest_parser · 85%
info
Tool: get_priorities manifest_parser · 85%
info
Tool: get_queues manifest_parser · 85%
info
Tool: get_queue_local_fields manifest_parser · 85%
info
Tool: get_global_fields manifest_parser · 85%
info
Tool: get_comments manifest_parser · 85%
info
Tool: create_comment manifest_parser · 85%
info
Tool: update_comment manifest_parser · 85%
info
Transport: stdio manifest_parser · 90%
info
Required env vars (6) manifest_parser · 80%
medium
Hardcoded OAuth client ID in brekhov-ilya-yandex-mcp-server-d401b88/src/index.ts oauth_scope_analyzer · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 70%
high
Permission: shell access detected permission_analyzer · 95%
low
Permission: env_vars access detected permission_analyzer · 90%
info
SBOM generated: 94 components sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%
high
Cyrillic homoglyphs in 'find_user' field 'description' unicode_scanner · 90%