We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/postmanlabs/postman-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"$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.7.1",
"packages": [
{
"registryType": "npm",
"identifier": "@postman/postman-mcp-server",
"version": "2.7.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.7.1/postman-mcp-server-minimal.mcpb",
"fileSha256": "3d9560b01173231bb728055b4a67e8b26a5ddfceb5cf0288003967f31ab6294f",
"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.7.1/postman-mcp-server-full.mcpb",
"fileSha256": "23ed9bcd9c6aaa12e6bd35c919e9f124caf66ca66fe247abb2d52cb940506810",
"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.7.1/postman-mcp-server-code.mcpb",
"fileSha256": "2e27356c22c71b7c8f760d65f4b3b8d99fbe4f9cbd336dec73151929fc0b454e",
"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
}
]
}
]
}