{
    "$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.0",
    "packages": [
        {
            "registryType": "npm",
            "identifier": "@postman/postman-mcp-server",
            "version": "2.8.0",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "A valid Postman API key.",
                    "isRequired": true,
                    "isSecret": true,
                    "name": "POSTMAN_API_KEY"
                }
            ],
            "registryBaseUrl": "https://registry.npmjs.org"
        }
    ],
    "remotes": [
        {
            "type": "streamable-http",
            "url": "https://mcp.postman.com/mcp",
            "headers": [
                {
                    "name": "Authorization",
                    "description": "A Bearer token and a valid Postman API key for authentication.",
                    "isRequired": true,
                    "isSecret": true
                }
            ]
        },
        {
            "type": "streamable-http",
            "url": "https://mcp.postman.com/minimal",
            "headers": [
                {
                    "name": "Authorization",
                    "description": "A Bearer token and a valid Postman API key for authentication.",
                    "isRequired": true,
                    "isSecret": true
                }
            ]
        },
        {
            "type": "streamable-http",
            "url": "https://mcp.eu.postman.com/mcp",
            "headers": [
                {
                    "name": "Authorization",
                    "description": "A Bearer token and a valid Postman API key for authentication.",
                    "isRequired": true,
                    "isSecret": true
                }
            ]
        },
        {
            "type": "streamable-http",
            "url": "https://mcp.eu.postman.com/minimal",
            "headers": [
                {
                    "name": "Authorization",
                    "description": "A Bearer token and a valid Postman API key for authentication.",
                    "isRequired": true,
                    "isSecret": true
                }
            ]
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/publisher-provided": {
            "publishedAt": "2026-03-06T08:33:38+00:00",
            "updatedAt": "2026-03-06T08:33:38+00:00"
        }
    }
}