{
    "$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.7.0",
    "packages": [
        {
            "registryType": "npm",
            "identifier": "@postman/postman-mcp-server",
            "version": "2.7.0",
            "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.7.0/postman-mcp-server-minimal.mcpb",
            "fileSha256": "6e013a2cfdcca22ec1ad719a61482a1240507c60a3ef0c5bbcc5ae7ea5437e45",
            "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.7.0/postman-mcp-server-full.mcpb",
            "fileSha256": "8f1184627d01ba172d6ca59a2f97ccbd251f33f3c48f7d6b8f67e3aee0ecaba2",
            "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.7.0/postman-mcp-server-code.mcpb",
            "fileSha256": "bff9581e4d19087e3e6d83882e877a4bf66214d22744618231189fed8284aba8",
            "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-02-18T15:41:22.038428Z",
            "publishedAt": "2026-02-18T15:41:22.038428Z",
            "updatedAt": "2026-02-18T15:41:22.038428Z",
            "isLatest": false
        }
    }
}