{
    "$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.1",
    "packages": [
        {
            "registryType": "npm",
            "identifier": "@postman/postman-mcp-server",
            "version": "2.8.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.8.1/postman-mcp-server-minimal.mcpb",
            "fileSha256": "4a1ba3d125ba3929f9153ac761f784bc6a431808b91aa5b38174300470f82a1b",
            "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.1/postman-mcp-server-full.mcpb",
            "fileSha256": "8b1051c058898729aa08cabe849137aec9fe7052cbad7526d30ef9a69d0c2da6",
            "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.1/postman-mcp-server-code.mcpb",
            "fileSha256": "9c786c7f67717c32df68d8cea7b6a4b562343a736d5978c75cb829ec4def1aa3",
            "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-03-06T08:45:59.367701Z",
            "publishedAt": "2026-03-06T08:45:59.367701Z",
            "updatedAt": "2026-03-06T08:45:59.367701Z",
            "isLatest": false
        }
    }
}