{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.vish288/mcp-atlassian-extended",
    "description": "MCP server for Jira and Confluence \u2014 sprints, agile boards, attachments, versions, calendars.",
    "repository": {
        "url": "https://github.com/vish288/mcp-atlassian-extended",
        "source": "github"
    },
    "version": "0.6.15",
    "packages": [
        {
            "registryType": "pypi",
            "identifier": "mcp-atlassian-extended",
            "version": "0.6.15",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "Jira instance URL (e.g. https://your-domain.atlassian.net)",
                    "isRequired": true,
                    "format": "string",
                    "name": "JIRA_URL"
                },
                {
                    "description": "Jira personal access token (also accepts JIRA_PAT)",
                    "isRequired": true,
                    "format": "string",
                    "isSecret": true,
                    "name": "JIRA_TOKEN"
                },
                {
                    "description": "Confluence instance URL (optional, for Confluence tools)",
                    "format": "string",
                    "name": "CONFLUENCE_URL"
                },
                {
                    "description": "Confluence personal access token (also accepts CONFLUENCE_PAT)",
                    "format": "string",
                    "isSecret": true,
                    "name": "CONFLUENCE_TOKEN"
                },
                {
                    "description": "Restrict to read-only operations (true/false)",
                    "format": "string",
                    "name": "ATLASSIAN_READ_ONLY"
                }
            ]
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-07-08T01:04:16.425162Z",
            "publishedAt": "2026-07-08T01:04:16.425162Z",
            "updatedAt": "2026-07-08T01:04:16.425162Z",
            "isLatest": true
        }
    }
}