{
    "$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.11.1",
    "packages": [
        {
            "registryType": "npm",
            "identifier": "@postman/postman-mcp-server",
            "version": "2.11.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.11.1/postman-mcp-server-minimal.mcpb",
            "fileSha256": "d2723f91dbc5c36b0c415bd59f5e7acfbb8cbc74beffcae07a5451a9083e7b1e",
            "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.11.1/postman-mcp-server-full.mcpb",
            "fileSha256": "9f2328b187d3867eb088a682f66ea7bdace98df51a59a3bb7958940795d412e6",
            "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.11.1/postman-mcp-server-code.mcpb",
            "fileSha256": "78ba9aec73dcba60f60b25fddfb58817f369cd8a4277194758611e35e51f2faa",
            "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-07-14T13:44:07.173428Z",
            "publishedAt": "2026-07-14T13:44:07.173428Z",
            "updatedAt": "2026-07-14T13:44:07.173428Z",
            "isLatest": false
        }
    }
}