# amitte/jira-tools

> Jira helper — search_issues (JQL), get_issue, list_projects (read-only) plus a mutating comment_on_issue. Backed by the Jira Cloud REST v3 API.

## Identity

- **Type:** mcp-server
- **Version:** 0.1.0
- **Trust tier:** official
- **License:** Apache-2.0
- **Authors:** Amitte Maintainers
- **Repo / bundle:** amitte/showcase
- **Canonical URL:** https://amitte.com/s/amitte/jira-tools

## Tags

- **Capabilities:** issues-search, issue-read, projects-list, comment-add
- **Domains:** productivity, issue-tracking

## Evaluation

- **Adversarial score:** 85/100
- **Content score:** 80/100

## Endpoints

- **service-backed** `jira-tools` → https://mcp.amitte.com/v1/jira-tools/sse — Remote MCP server fronting Jira Cloud via a user email + API token. Compatible with Claude Desktop, Cursor, VS Code.
  - tool: `search_issues` — Read-only. Search issues with a JQL string. Returns key + fields subset.
  - tool: `get_issue` — Read-only. Fetch full issue payload — fields, renderedFields, recent comments.
  - tool: `list_projects` — Read-only. List visible Jira projects with key, name, lead, project type.
  - tool: `comment_on_issue` — WARNING: mutating. Add a comment to an issue. Subject to a 30/hour per-tenant cap.

## Programmatic access

- Fetch JSON-RPC: `POST https://registry.amitte.com/rpc` with `{ "method": "fetch", "params": { "id": "amitte/jira-tools" } }`
- Install via CLI: `amitte install amitte/jira-tools`
- HTML page: https://amitte.com/s/amitte/jira-tools

Last updated: 2026-06-27T00:21:17.491Z