mcp-postman

mcp-postman

3.3

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

  1. mcp__sayHello

    Return to greetings

  2. mcp__reverseString

    Invert string

  3. mcp__get_collections

    Get all collections

  4. mcp__get_collection

    Get specific collection details

  5. mcp__create_collection

    Create a new collection

  6. mcp__add_request

    Add a request to the collection

  7. mcp__get_environments

    Get all environments

  8. mcp__get_environment

    Get specific environment details

  9. mcp__create_environment

    Create a new environment

  10. mcp__run_collection

    Run the collection and get the test results