← Back to search

jiraxmcp

vaibhavpandeyvpz Scanned 1h ago

TypeScript stdio MCP server and CLI for Jira Cloud.

B
85 / 100

Versions

0.2.5latest
Apr 28, 2026
0.2.4
Apr 28, 2026
0.2.3
Apr 27, 2026
0.2.2
Apr 25, 2026
0.2.1
Apr 25, 2026
+ show 2 moreshow less
0.2.0
Apr 24, 2026
0.1.0
Apr 23, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 31

jira_get_user_profile
annotations: none low

Look up a Jira user profile.

jira_search_users
annotations: none low

Search Jira users by query or account id.

jira_get_link_types
annotations: none low

List available Jira issue link types.

jira_create_issue_link
annotations: none low

Create a link between two Jira issues.

jira_remove_issue_link
annotations: none low

Delete an issue link by id.

jira_link_to_epic
annotations: none low

Link an issue to a Jira epic.

jira_create_remote_issue_link
annotations: none low

Attach a remote URL to a Jira issue.

jira_download_attachments
annotations: none low

Download all attachments for a Jira issue into ~/.jiraxmcp/attachments/<issueKey>.

jira_get_issue_images
annotations: none low

Return image attachments for a Jira issue as inline image content.

jira_edit_comment
annotations: none low

Edit a Jira issue comment.

jira_batch_get_changelogs
annotations: none low

Fetch changelogs for multiple Jira issues.

jira_get_issue
annotations: none low

Get details for a Jira issue by key.

jira_create_issue
annotations: none low

Create a Jira issue with arbitrary fields.

jira_update_issue
annotations: none low

Update a Jira issue by key.

jira_delete_issue
annotations: none low

Delete a Jira issue by key.

jira_batch_create_issues
annotations: none low

Create multiple Jira issues in one request.

jira_transition_issue
annotations: none low

Move a Jira issue through a workflow transition.

jira_get_transitions
annotations: none low

List available workflow transitions for an issue.

jira_get_all_projects
annotations: none low

List visible Jira projects with optional filtering.

jira_get_project_issues
annotations: none low

Search issues that belong to a Jira project.

jira_search_issues
annotations: none low

Search Jira issues using JQL.

jira_search_fields
annotations: none low

Search Jira fields by name, description, or id.

jira_get_field_options
annotations: none low

Get allowed options for a Jira custom field context.

jira_get_agile_boards
annotations: none low

List Jira Software boards.

jira_get_board_issues
annotations: none low

List issues visible on a Jira board.

jira_get_sprints_from_board
annotations: none low

List sprints for a Jira board.

jira_get_sprint_issues
annotations: none low

List issues assigned to a sprint.

jira_create_sprint
annotations: none low

Create a future sprint on a board.

jira_update_sprint
annotations: none low

Update an existing sprint.

jira_add_issues_to_sprint
annotations: none low

Move issues into an open or active sprint.

jira_add_comment
annotations: none low

Add a comment to a Jira issue.

Permissions 2

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

Scan Findings 71

low
Tool 'jira_get_issue' has no annotations annotation_checker · 100%
low
Tool 'jira_create_issue' has no annotations annotation_checker · 100%
low
Tool 'jira_update_issue' has no annotations annotation_checker · 100%
low
Tool 'jira_delete_issue' has no annotations annotation_checker · 100%
low
Tool 'jira_batch_create_issues' has no annotations annotation_checker · 100%
low
Tool 'jira_transition_issue' has no annotations annotation_checker · 100%
low
Tool 'jira_get_transitions' has no annotations annotation_checker · 100%
low
Tool 'jira_get_all_projects' has no annotations annotation_checker · 100%
low
Tool 'jira_get_project_issues' has no annotations annotation_checker · 100%
low
Tool 'jira_search_issues' has no annotations annotation_checker · 100%
low
Tool 'jira_search_fields' has no annotations annotation_checker · 100%
low
Tool 'jira_get_field_options' has no annotations annotation_checker · 100%
low
Tool 'jira_get_agile_boards' has no annotations annotation_checker · 100%
low
Tool 'jira_get_board_issues' has no annotations annotation_checker · 100%
low
Tool 'jira_get_sprints_from_board' has no annotations annotation_checker · 100%
low
Tool 'jira_get_sprint_issues' has no annotations annotation_checker · 100%
low
Tool 'jira_create_sprint' has no annotations annotation_checker · 100%
low
Tool 'jira_update_sprint' has no annotations annotation_checker · 100%
low
Tool 'jira_add_issues_to_sprint' has no annotations annotation_checker · 100%
low
Tool 'jira_add_comment' has no annotations annotation_checker · 100%
low
Tool 'jira_edit_comment' has no annotations annotation_checker · 100%
low
Tool 'jira_batch_get_changelogs' has no annotations annotation_checker · 100%
low
Tool 'jira_get_user_profile' has no annotations annotation_checker · 100%
low
Tool 'jira_search_users' has no annotations annotation_checker · 100%
low
Tool 'jira_get_link_types' has no annotations annotation_checker · 100%
low
Tool 'jira_create_issue_link' has no annotations annotation_checker · 100%
low
Tool 'jira_remove_issue_link' has no annotations annotation_checker · 100%
low
Tool 'jira_link_to_epic' has no annotations annotation_checker · 100%
low
Tool 'jira_create_remote_issue_link' has no annotations annotation_checker · 100%
low
Tool 'jira_download_attachments' has no annotations annotation_checker · 100%
low
Tool 'jira_get_issue_images' has no annotations annotation_checker · 100%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
info
package.json metadata manifest_parser · 100%
info
Tool: jira_get_issue manifest_parser · 85%
info
Tool: jira_create_issue manifest_parser · 85%
info
Tool: jira_update_issue manifest_parser · 85%
info
Tool: jira_delete_issue manifest_parser · 85%
info
Tool: jira_batch_create_issues manifest_parser · 85%
info
Tool: jira_transition_issue manifest_parser · 85%
info
Tool: jira_get_transitions manifest_parser · 85%
info
Tool: jira_get_all_projects manifest_parser · 85%
info
Tool: jira_get_project_issues manifest_parser · 85%
info
Tool: jira_search_issues manifest_parser · 85%
info
Tool: jira_search_fields manifest_parser · 85%
info
Tool: jira_get_field_options manifest_parser · 85%
info
Tool: jira_get_agile_boards manifest_parser · 85%
info
Tool: jira_get_board_issues manifest_parser · 85%
info
Tool: jira_get_sprints_from_board manifest_parser · 85%
info
Tool: jira_get_sprint_issues manifest_parser · 85%
info
Tool: jira_create_sprint manifest_parser · 85%
info
Tool: jira_update_sprint manifest_parser · 85%
info
Tool: jira_add_issues_to_sprint manifest_parser · 85%
info
Tool: jira_add_comment manifest_parser · 85%
info
Tool: jira_edit_comment manifest_parser · 85%
info
Tool: jira_batch_get_changelogs manifest_parser · 85%
info
Tool: jira_get_user_profile manifest_parser · 85%
info
Tool: jira_search_users manifest_parser · 85%
info
Tool: jira_get_link_types manifest_parser · 85%
info
Tool: jira_create_issue_link manifest_parser · 85%
info
Tool: jira_remove_issue_link manifest_parser · 85%
info
Tool: jira_link_to_epic manifest_parser · 85%
info
Tool: jira_create_remote_issue_link manifest_parser · 85%
info
Tool: jira_download_attachments manifest_parser · 85%
info
Tool: jira_get_issue_images manifest_parser · 85%
info
Transport: stdio manifest_parser · 90%
info
Required env vars (7) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 70%
low
Permission: env_vars access detected permission_analyzer · 90%
info
SBOM generated: 148 components sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%