Use your MCP request to interact with an MCP server

You can interact with a Model Context Protocol (MCP) server with three kinds of capabilities: tools, prompts, and resources.

As you interact with the MCP server, the server returns a response. You can use these responses to experiment, test, and evaluate an MCP server.

Interact with the MCP server

To interact with the MCP server, do the following:

  1. Choose an existing MCP request or create a new one.

  2. Click Load Methods. If prompted, review the consent prompt and grant Postman access to your computer. Postman connects to the server and displays the server's methods.

  3. List the server's methods:

    • To list the tools methods, open the Tools tab.
    • To list the prompts methods, open the Prompts tab.
    • To list the resources methods, open the Resources tab.

    You can also Search icon Search for a method.

  4. Choose a method and define its arguments. Postman creates a JSON Message for you.

  5. Click Run.

Postman returns your response in the Response tab. Postman also returns notifications in the Notifications tab. To see a message's details, click the message. Each message includes a type and timestamp.

In addition, you can Search, filter by type, and Delete icon Clear Messages. For each message, you can Search icon Search the message and Wrap icon Unwrap Lines or Wrap icon Wrap Lines.

You can also see whether you're Connected or Disconnected. To disconnect from the server, click Disconnect next to Run. To reconnect, click Connect.

Last modified: 2025/07/25