{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_q8sjvwq2xbpc","handle":"jira-ticket-mcp","url":"https://wellknown.network/agents/jira-ticket-mcp","links":{"self":"https://wellknown.network/agents/jira-ticket-mcp/record.json","html":"https://wellknown.network/agents/jira-ticket-mcp","markdown":"https://wellknown.network/agents/jira-ticket-mcp/record.md","api":"https://wellknown.network/api/v1/agents/jira-ticket-mcp","status":"https://wellknown.network/api/v1/agents/jira-ticket-mcp/status","claim":"https://wellknown.network/agents/jira-ticket-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/jira-ticket-mcp/claim.json","badge":"https://wellknown.network/agents/jira-ticket-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/jira-ticket-mcp/history","tools":"https://wellknown.network/api/v1/agents/jira-ticket-mcp/tools"},"ard":{"identifier":"urn:air::server:jira-ticket-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"jira-ticket-mcp","summary":"Minimal MCP server for managing Jira Cloud tickets","description":"# jira-ticket-mcp\n\nMinimal MCP server for managing Jira Cloud tickets.\n\nThe official Jira MCP server exposes a tool surface large enough to crowd out an\nLLM's context. This one exposes a deliberately small, curated set of tools\ncovering the actions that actually get used.\n\n## Configuration\n\nThe server reads three settings, from environment variables or from the\nequivalent CLI arguments (CLI wins):\n\n| Environment variable | CLI argument | Description |\n|----------------------|--------------|-------------|\n| `JIRA_BASE_URL` | `--jira-base-url` | Your Jira site, e.g. `https://example.atlassian.net` or `https://jira.example.com` |\n| `JIRA_EMAIL` | `--jira-email` | The account email the API token belongs to (Cloud only) |\n| `JIRA_API_TOKEN` | `--jira-api-token` | A Cloud API token, or a Data Center/Server personal access token |\n| `JIRA_API_VERSION` | `--jira-api-version` | Force REST API `2` or `3`; autodetected from the host if unset |\n\n## Running\n\n```bash\nuvx jira-ticket-mcp --jira-base-url https://example.atlassian.net \\\n                    --jira-email you@example.com \\\n                    --jira-api-token \"$JIRA_API_TOKEN\"\n```\n\nAs an MCP server entry, e.g. for Claude Code:\n\n```json\n{\n  \"mcpServers\": {\n    \"jira\": {\n      \"command\": \"uvx\",\n      \"args\": [\"jira-ticket-mcp\"],\n      \"env\": {\n        \"JIRA_BASE_URL\": \"https://example.atlassian.net\",\n        \"JIRA_EMAIL\": \"you@example.com\",\n        \"JIRA_API_TOKEN\": \"...\"\n      }\n    }\n  }\n}\n```\n\n## Tools\n\n| Tool | What it does |\n|------|--------------|\n| `whoami` | Return the authenticated account, including its `accountId` |\n| `search_issues` | Search by JQL, returning a trimmed projection rather than full issues |\n| `get_issue` | Fetch one issue in full detail |\n| `list_transitions` | List the status transitions currently valid for an issue |\n| `create_issue` | Create an issue; `parent_key` makes it a subtask or attaches it to an epic |\n| `batch_create_issues` | Create many issues, returning a per-item result |\n| `ed…","publisher":null,"homepage":"https://github.com/antolu/jira-ticket-mcp","repository":"https://github.com/antolu/jira-ticket-mcp/releases","version":"0.2.1","license":"MIT License\n        \n        Copyright (c) 2026 Anton Lu\n      …","protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:jira-ticket-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"dev.project-management","name":"Project Management","confidence":1,"provenance":"derived"}],"categories":["dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"jira-ticket-mcp","registry":"pypi","observedAt":"2026-09-15T21:22:13.810Z","publishedAt":"2026-07-27T18:02:40.192693Z","latestVersion":"0.2.1"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"jira-ticket-mcp","url":"https://pypi.org/project/jira-ticket-mcp/","firstSeenAt":"2026-09-09T22:22:32.214Z","fetchedAt":"2026-09-15T21:20:53.372Z","normalizedAt":"2026-09-15T21:20:53.372Z"}]},"firstSeenAt":"2026-09-09T22:22:32.214Z","updatedAt":"2026-09-15T21:22:13.810Z"}