{ "$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.2", "packages": [ { "registryType": "npm", "identifier": "@postman/postman-mcp-server", "version": "2.11.2", "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.2/postman-mcp-server-minimal.mcpb", "fileSha256": "e8aa64e13b894c8933932c1c975c54095718e002bf866932759d040b4268499d", "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.2/postman-mcp-server-full.mcpb", "fileSha256": "e7838e78524b68dc9e44b2d6f116f144e98f141e892ce2c63205764a002794ee", "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.2/postman-mcp-server-code.mcpb", "fileSha256": "2498add02598c5f05fbea1d395649257ddfefdb55a9d0d6b466afbba2b662b70", "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": [ { "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 } ] } ] }