com.postman/postman-mcp-server✓
com.postman/postman-mcp-server · v2.8.7
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$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.7",
"packages": [
{
"registryType": "npm",
"identifier": "@postman/postman-mcp-server",
"version": "2.8.7",
"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.7/postman-mcp-server-minimal.mcpb",
"fileSha256": "cb984ac167da2338871ce711e6444ea8043b76da737ef002390ecb0b2947cb4d",
"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.7/postman-mcp-server-full.mcpb",
"fileSha256": "700142c6adf44e0d145c83833cc7d6a6bc86bf66cc7108e8e0e65394c35660f9",
"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.7/postman-mcp-server-code.mcpb",
"fileSha256": "d527499cbc6f19da861d3de2912664b7f2f1929c93c1e5b15efe34769d52dfc6",
"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": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}