We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/marcellodesales/palo-alto-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "postman-mcp-generator-mcp",
"version": "1.0.0",
"description": "A simple MCP server with packaged tools",
"main": "index.js",
"type": "module",
"scripts": {
"list-tools": "node index.js tools",
"postman": "node commands/open-postman.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.0",
"commander": "^13.1.0",
"dotenv": "^16.4.7",
"express": "^5.1.0",
"open": "^9.1.0"
},
"engines": {
"node": ">=16.0.0"
},
"author": "Postman, Inc.",
"license": "MIT"
}