{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.flumpiey/manager-mcp",
    "description": "MCP server for Manager.io bookkeeping: read-first with opt-in scoped task and write tools",
    "title": "Manager.io MCP",
    "repository": {
        "url": "https://github.com/flumpiey/manager-mcp",
        "source": "github"
    },
    "version": "0.2.2",
    "websiteUrl": "https://github.com/flumpiey/manager-mcp",
    "icons": [
        {
            "src": "https://raw.githubusercontent.com/flumpiey/manager-mcp/main/src/manager_mcp/assets/icon.png",
            "mimeType": "image/png",
            "sizes": [
                "512x512"
            ]
        }
    ],
    "packages": [
        {
            "registryType": "pypi",
            "registryBaseUrl": "https://pypi.org",
            "identifier": "manager-mcp",
            "version": "0.2.2",
            "runtimeHint": "uvx",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "Manager API base URL (include /api2 when required)",
                    "isRequired": true,
                    "name": "MANAGER_API_URL"
                },
                {
                    "description": "Access token from Manager Settings (sent as X-API-KEY)",
                    "isRequired": true,
                    "isSecret": true,
                    "name": "MANAGER_API_KEY"
                },
                {
                    "description": "Comma-separated write scopes: quotes,orders,parties,items,sales,purchases,banking,payroll,ledger,raw. Recommended: banking,sales,parties",
                    "name": "MANAGER_MCP_WRITE_SCOPES"
                },
                {
                    "description": "Comma-separated delete scopes (never implied by write scopes)",
                    "name": "MANAGER_MCP_DELETE_SCOPES"
                }
            ]
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-07-29T14:19:46.526388Z",
            "publishedAt": "2026-07-29T14:19:46.526388Z",
            "updatedAt": "2026-07-29T14:19:46.526388Z",
            "isLatest": true
        },
        "io.modelcontextprotocol.registry/publisher-provided": {
            "publishedAt": "2026-07-29T14:19:46+00:00",
            "updatedAt": "2026-07-29T14:19:46+00:00"
        }
    }
}