server.json•3.1 kB
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/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.4.9",
"packages": [
{
"registryType": "npm",
"identifier": "@postman/postman-mcp-server",
"version": "2.4.9",
"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.4.9/postman-mcp-server-minimal.mcpb",
"fileSha256": "64fe7c9c2b3d193de095a948f1ae7c8e5bcc8b4dbf2bfb5fb3713df85f4e28e9",
"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.4.9/postman-mcp-server-full.mcpb",
"fileSha256": "14a777004ee020b3527b2c01ce662da94f1cdc0cf52dc83b3881971533f655f7",
"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
}
]
}
]
}