postman-mcp
Related Servers
Alternatives to postman-mcp
- MIT
Related Servers
- MIT
- -
- FlicenseNot gradedqualityDmaintenanceAn MCP server that converts Postman API requests into executable tools for LLMs using the Postman Runtime. It supports complex authentication types and enables seamless integration between Postman collections and MCP clients like Claude Desktop.-
- AlicenseBqualityCmaintenanceMCP server providing 41 tools to manage Postman collections, environments, mocks, API specs, and workspaces via Streamable HTTP, SSE, or stdio.41MIT
- FlicenseNot gradedqualityCmaintenanceAn MCP server generated from Postman API requests, enabling natural language interaction with Postman collections via MCP-compatible clients like Claude.-
- -
TDQS
Scored across 77 tools
Most tools have distinct purposes targeting specific resources and actions, such as create_api vs. update_api or get_collection vs. list_collections. However, some overlap exists, like get_authenticated_user and get_user_info, which could cause confusion despite slight differences in scope. Overall, the toolset is well-organized with clear boundaries for the majority of operations.
Tool names follow a highly consistent verb_noun pattern throughout, such as create_api, get_api, update_api, and delete_api. This consistency extends across all resources like collections, environments, and workspaces, making the toolset predictable and easy to navigate. Minor deviations like health_check or get_tagged_elements still adhere to the overall naming convention.
With 77 tools, the count is excessive for typical MCP server purposes, making it overwhelming and difficult for agents to manage efficiently. While Postman's API is feature-rich, this many tools suggests poor scoping or unnecessary granularity, such as separate tools for every minor operation like get_collection_folder and get_collection_request. A more consolidated approach would improve usability.
The toolset provides comprehensive CRUD and lifecycle coverage for Postman's domain, including APIs, collections, environments, workspaces, and related features like comments, forks, and webhooks. It supports all essential operations from creation to deletion, with no apparent gaps that would hinder agent workflows. The inclusion of niche tools like sync_collection_with_schema and health_check further enhances completeness.