{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_sq92r2zck425","handle":"jira-sync-mcp","url":"https://wellknown.network/agents/jira-sync-mcp","links":{"self":"https://wellknown.network/agents/jira-sync-mcp/record.json","html":"https://wellknown.network/agents/jira-sync-mcp","markdown":"https://wellknown.network/agents/jira-sync-mcp/record.md","api":"https://wellknown.network/api/v1/agents/jira-sync-mcp","status":"https://wellknown.network/api/v1/agents/jira-sync-mcp/status","claim":"https://wellknown.network/agents/jira-sync-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/jira-sync-mcp/claim.json","badge":"https://wellknown.network/agents/jira-sync-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/jira-sync-mcp/history","tools":"https://wellknown.network/api/v1/agents/jira-sync-mcp/tools"},"ard":{"identifier":"urn:air::server:jira-sync-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"jira-sync-mcp","summary":"MCP server for Jira Sync App — exposes Jira issues from a local PostgreSQL mirror via FastAPI","description":"# jira-sync-mcp\n\nMCP server for Jira Sync App — exposes Jira issues from a local PostgreSQL mirror as MCP tools for Claude Code and other MCP clients.\n\n[![PyPI](https://img.shields.io/pypi/v/jira-sync-mcp)](https://pypi.org/project/jira-sync-mcp/)\n\n**Repository:** https://dev.azure.com/sii-ads-jira/Jira/_git/jira-sync-mcp\n\n## Requirements\n\n- A running instance of Jira Sync App (FastAPI backend)\n- An API token generated in **Admin → API Tokens**\n\n## Installation and usage\n\n```bash\n# Run directly via uvx (no installation needed)\nuvx jira-sync-mcp\n\n# Or install globally\npip install jira-sync-mcp\njira-sync-mcp\n```\n\n## Configuration in Claude Code\n\nAdd to `~/.claude.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"jira-sync-mcp\": {\n      \"command\": \"uvx\",\n      \"args\": [\"jira-sync-mcp\"],\n      \"env\": {\n        \"JIRA_SYNC_URL\": \"http://your-server:8000\",\n        \"JIRA_SYNC_API_TOKEN\": \"<token from Admin → API Tokens>\"\n      }\n    }\n  }\n}\n```\n\nClaude Code starts and stops the MCP process automatically — no manual startup required. The only service that must be running is the FastAPI backend.\n\n### Alternative: pip install (restricted environments)\n\nIf `uvx` is blocked by a security policy (e.g. Windows Defender Application Control), install the package directly into your Python environment and use `python -m` instead:\n\n```bash\npip install jira-sync-mcp\n```\n\nThen in `~/.claude.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"jira-sync-mcp\": {\n      \"command\": \"python\",\n      \"args\": [\"-m\", \"jira_sync_mcp\"],\n      \"env\": {\n        \"JIRA_SYNC_URL\": \"http://your-server:8000\",\n        \"JIRA_SYNC_API_TOKEN\": \"<token from Admin → API Tokens>\"\n      }\n    }\n  }\n}\n```\n\n## Environment variables\n\n| Variable | Default | Description |\n|---|---|---|\n| `JIRA_SYNC_URL` | `http://localhost:8000` | Jira Sync App backend URL |\n| `JIRA_SYNC_API_TOKEN` | *(required)* | API token from Admin → API Tokens |\n\n## Available tools\n\n### `get_issue(issue_id)`\n\nFetches full data for a single Jira issue from the local d…","publisher":null,"homepage":"https://dev.azure.com/sii-ads-jira/Jira/_git/jira-sync-mcp","repository":"https://dev.azure.com/sii-ads-jira/Jira/_git/jira-sync-mcp","version":"0.1.3","license":"MIT","protocols":["mcp"],"tags":["ai","claude","fastmcp","jira","mcp"],"pricing":null,"endpoints":[{"url":"pypi:jira-sync-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.version-control","name":"Version Control","confidence":1,"provenance":"derived"},{"slug":"dev.project-management","name":"Project Management","confidence":1,"provenance":"declared"},{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":0.768,"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-sync-mcp","registry":"pypi","observedAt":"2026-09-15T21:22:13.762Z","publishedAt":"2026-03-23T16:41:53.513632Z","latestVersion":"0.1.3"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"jira-sync-mcp","url":"https://pypi.org/project/jira-sync-mcp/","firstSeenAt":"2026-09-09T22:22:31.976Z","fetchedAt":"2026-09-15T21:20:53.132Z","normalizedAt":"2026-09-15T21:20:53.132Z"}]},"firstSeenAt":"2026-09-09T22:22:31.976Z","updatedAt":"2026-09-15T21:22:13.762Z"}