{
    "$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.8.9",
    "packages": [
        {
            "registryType": "npm",
            "identifier": "@postman/postman-mcp-server",
            "version": "2.8.9",
            "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.8.9/postman-mcp-server-minimal.mcpb",
            "fileSha256": "1fb46cd0c558eaf516d7c5b2b6f00617caef76b6c0d3531c0379d7e3cc1d29ea",
            "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.8.9/postman-mcp-server-full.mcpb",
            "fileSha256": "db01b90c9b1690cacd7ee2146b64bdf7cfa1bd1795743c81a348671c4e923159",
            "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.8.9/postman-mcp-server-code.mcpb",
            "fileSha256": "1928627d9ed838a4d9c64819bbc439cd9b590fcdad5edcf57fc7b560f4449983",
            "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-05-13T14:14:30.096254Z",
            "publishedAt": "2026-05-13T14:14:30.096254Z",
            "updatedAt": "2026-05-13T14:14:30.096254Z",
            "isLatest": false
        }
    }
}