{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "com.postman/postman-mcp-server",
    "description": "A basic MCP server to operate on the Postman API.",
    "repository": {
        "url": "https://github.com/postmanlabs/postman-mcp-server",
        "source": "github"
    },
    "version": "2.9.1",
    "packages": [
        {
            "registryType": "npm",
            "identifier": "@postman/postman-mcp-server",
            "version": "2.9.1",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "A valid Postman API key.",
                    "isRequired": true,
                    "isSecret": true,
                    "name": "POSTMAN_API_KEY"
                }
            ]
        },
        {
            "registryType": "mcpb",
            "identifier": "https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.9.1/postman-mcp-server-minimal.mcpb",
            "fileSha256": "8caa0ddc72628bf5fad97918ad06f11993c65b8aa03bbda5e775f5006ee39cd6",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "A valid Postman API key.",
                    "isRequired": true,
                    "isSecret": true,
                    "name": "POSTMAN_API_KEY"
                }
            ]
        },
        {
            "registryType": "mcpb",
            "identifier": "https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.9.1/postman-mcp-server-full.mcpb",
            "fileSha256": "a39dbfaf0ef871b2ead2953328d550fd04098f6a0b2438b693f9269236adbb50",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "A valid Postman API key.",
                    "isRequired": true,
                    "isSecret": true,
                    "name": "POSTMAN_API_KEY"
                }
            ]
        },
        {
            "registryType": "mcpb",
            "identifier": "https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.9.1/postman-mcp-server-code.mcpb",
            "fileSha256": "a679753de093961a5e089786876d929a289d08aa457617b3d9e22a981b0f7a89",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "A valid Postman API key.",
                    "isRequired": true,
                    "isSecret": true,
                    "name": "POSTMAN_API_KEY"
                }
            ]
        }
    ],
    "remotes": [
        {
            "type": "streamable-http",
            "url": "https://mcp.postman.com/mcp",
            "headers": [
                {
                    "description": "A Bearer token and a valid Postman API key for authentication.",
                    "isRequired": true,
                    "isSecret": true,
                    "name": "Authorization"
                }
            ]
        },
        {
            "type": "streamable-http",
            "url": "https://mcp.postman.com/minimal",
            "headers": [
                {
                    "description": "A Bearer token and a valid Postman API key for authentication.",
                    "isRequired": true,
                    "isSecret": true,
                    "name": "Authorization"
                }
            ]
        },
        {
            "type": "streamable-http",
            "url": "https://mcp.eu.postman.com/mcp",
            "headers": [
                {
                    "description": "A Bearer token and a valid Postman API key for authentication.",
                    "isRequired": true,
                    "isSecret": true,
                    "name": "Authorization"
                }
            ]
        },
        {
            "type": "streamable-http",
            "url": "https://mcp.eu.postman.com/minimal",
            "headers": [
                {
                    "description": "A Bearer token and a valid Postman API key for authentication.",
                    "isRequired": true,
                    "isSecret": true,
                    "name": "Authorization"
                }
            ]
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-06-12T12:07:02.082083Z",
            "publishedAt": "2026-06-12T12:07:02.082083Z",
            "updatedAt": "2026-06-12T12:07:02.082083Z",
            "isLatest": false
        }
    }
}