mcp-postman
If you are the rightful owner of mcp-postman and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Cloudflare Worker that provides API access to Postman collections and environments via the Claude AI MCP interface.
The Postman MCP Server allows Claude AI to interact with Postman collections and environments, enabling operations such as retrieving, creating, and managing collections and environments. It also supports adding requests to collections and running collections to obtain test results. This server facilitates API testing, documentation, and management tasks, integrating seamlessly into workflows that utilize Claude AI.
Features
- Retrieve and manage Postman collections and environments.
- Create new collections and environments with ease.
- Add requests to collections for comprehensive API testing.
- Run collections and obtain test results for analysis.
- Integrate with Claude AI for enhanced API management capabilities.
Tools
mcp__sayHello
Return to greetings
mcp__reverseString
Invert string
mcp__get_collections
Get all collections
mcp__get_collection
Get specific collection details
mcp__create_collection
Create a new collection
mcp__add_request
Add a request to the collection
mcp__get_environments
Get all environments
mcp__get_environment
Get specific environment details
mcp__create_environment
Create a new environment
mcp__run_collection
Run the collection and get the test results