{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_z7984wqh6sn8","handle":"jira-digest-mcp","url":"https://wellknown.network/agents/jira-digest-mcp","links":{"self":"https://wellknown.network/agents/jira-digest-mcp/record.json","html":"https://wellknown.network/agents/jira-digest-mcp","markdown":"https://wellknown.network/agents/jira-digest-mcp/record.md","api":"https://wellknown.network/api/v1/agents/jira-digest-mcp","status":"https://wellknown.network/api/v1/agents/jira-digest-mcp/status","claim":"https://wellknown.network/agents/jira-digest-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/jira-digest-mcp/claim.json","badge":"https://wellknown.network/agents/jira-digest-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/jira-digest-mcp/history","tools":"https://wellknown.network/api/v1/agents/jira-digest-mcp/tools"},"ard":{"identifier":"urn:air::server:jira-digest-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"jira-digest-mcp","summary":"MCP server exposing a get_resolved_issues tool that queries resolved Jira tickets across multiple Atlassian Cloud sites with one credential pair.","description":"# jira-digest-mcp\n\nA small MCP server that exposes one tool, `get_resolved_issues`, for querying\nresolved Jira tickets across multiple Atlassian Cloud sites using a single\n`(email, API token)` credential pair. Designed for executive summarization of\ndev activity across a portfolio of companies.\n\n## Install\n\n```\nuv tool install jira-digest-mcp\n```\n\nOr, from a checkout:\n\n```\nuv sync\nuv run jira-digest-mcp\n```\n\n## Required environment variables\n\n- `JIRA_USERNAME` — the email address tied to your Atlassian API token.\n- `JIRA_API_TOKEN` — an API token from <https://id.atlassian.com/manage-profile/security/api-tokens>.\n\nOptional:\n\n- `LOG_LEVEL` — `INFO` (default) or `DEBUG`. Logs go to stderr.\n\n## MCP tool\n\n### `get_resolved_issues`\n\n```\nget_resolved_issues(\n    base_url: str,        # e.g. \"https://example.atlassian.net\"\n    project_key: str,     # e.g. \"ST\"\n    since: str,           # \"2026-04-01\" or \"-7d\", \"-2w\"\n    until: str | None,    # optional, same forms\n    max_results: int = 100,\n) -> list[dict]\n```\n\nEach returned dict contains: `key`, `summary`, `issue_type`, `status`,\n`resolution`, `resolved_date`, `assignee_display_name`, `priority`, `labels`,\n`components`, `parent_key`, `parent_summary`, `story_points`.\n\n`story_points` is auto-discovered per site by matching the field name\n\"Story Points\" (case-insensitive). If the field has been renamed on a given\nsite, story points will be `null` for that site.\n\n## Claude Desktop / Claude Code config\n\nAdd to your MCP client config:\n\n```json\n{\n  \"mcpServers\": {\n    \"jira-digest\": {\n      \"command\": \"uv\",\n      \"args\": [\"tool\", \"run\", \"jira-digest-mcp\"],\n      \"env\": {\n        \"JIRA_USERNAME\": \"you@example.com\",\n        \"JIRA_API_TOKEN\": \"...\"\n      }\n    }\n  }\n}\n```\n\nIf you installed from a checkout, see the [Development](#development) section\nbelow for the equivalent MCP client config that points at your local source.\n\n## Development\n\nThe source lives at `D:\\src\\AI\\jira-digest-mcp`.\n\n### Setup\n\nFrom the repo root:\n\n```\nuv…","publisher":{"name":"Rob Prouse","url":null},"homepage":"https://github.com/rprouse/jira-digest-mcp","repository":"https://github.com/rprouse/jira-digest-mcp","version":"0.1.3","license":null,"protocols":["mcp"],"tags":["mcp","jira","atlassian","fastmcp","llm"],"pricing":null,"endpoints":[{"url":"pypi:jira-digest-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"dev.project-management","name":"Project Management","confidence":1,"provenance":"declared"},{"slug":"content.writing","name":"Writing & Editing","confidence":0.859,"provenance":"derived"}],"categories":["content","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-digest-mcp","registry":"pypi","observedAt":"2026-09-15T21:22:13.053Z","publishedAt":"2026-05-14T03:23:29.468082Z","latestVersion":"0.1.3"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"jira-digest-mcp","url":"https://pypi.org/project/jira-digest-mcp/","firstSeenAt":"2026-09-09T22:22:29.470Z","fetchedAt":"2026-09-15T21:20:50.709Z","normalizedAt":"2026-09-15T21:20:50.709Z"}]},"firstSeenAt":"2026-09-09T22:22:29.470Z","updatedAt":"2026-09-15T21:22:13.053Z"}