For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Postman
PricingEnterprise
Contact SalesSign InSign Up for Free
HomeDocs
HomeDocs
      • Overview
        • Overview
        • Create MCP requests
        • Interact with MCP servers
        • Manage MCP request settings
        • Add servers to MCP hosts
Postman API Platform

Product

  • Postman Overview
  • Enterprise
  • Spec Hub
  • Flows
  • Agent Mode
  • API Catalog
  • Fern
  • Postman CLI
  • Integrations
  • Workspaces
  • Plans and pricing

API Network

  • App Security
  • Artificial Intelligence
  • Communication
  • Data Analytics
  • Database
  • Developer Productivity
  • DevOps
  • Ecommerce
  • eSignature
  • Financial Services
  • Payments
  • Travel

Resources

  • Postman Docs
  • Academy
  • Community
  • Templates
  • Intergalactic
  • Videos
  • MCP Servers

Legal and Security

  • Legal Terms Hub
  • Terms of Service
  • Postman Product Terms
  • Security
  • Website Terms of Use

Company

  • About
  • Careers and culture
  • Contact us
  • Partner program
  • Customer stories
  • Student programs
  • Press and media
Twitter iconLinkedIn iconGithub iconYouTube iconInstagram iconDiscord icon
Download Postman
Privacy Policy

© 2026 Postman, Inc.

On this page
  • Interact with an MCP server capability
  • Interact with an elicitation
  • Interact with sampling
  • Interact with an MCP App
Postman AISend requests to MCP servers

Use your MCP request to interact with an MCP server

||View as Markdown|
Was this page helpful?
Previous

Create an MCP request for your collection

Next

Manage how you interact with an MCP server

Built with

You can interact with Model Context Protocol (MCP) servers with server and client capabilities. These features give AI models further context and extend their capabilities. Servers that support the MCP Apps Extension can also return interactive user interfaces.

Server capabilities are features the server exposes. These capabilities include tools, resources, and prompts. Client capabilities are features the client exposes. They typically require user input. These capabilities include sampling, roots, and elicitation.

When you send requests to a server, the server returns a response. Servers can also send real-time notifications and requests of their own. You can use these interactions to experiment, test, and evaluate a server.

Interact with an MCP server capability

Server capabilities include the following:

  • Tools are actions the server can perform for an AI model. For example, an AI model can use a server’s tool to create a calendar event for you.

  • Resources are data the server can retrieve for an AI model. For example, an AI model can use a server’s resources to get your schedule from your calendar.

  • Prompts are prompt templates the server can suggest for interacting with an AI model. For example, the server can suggest, “Can you create an event for me?” or “Can you show me my schedule for tomorrow?”

To interact with an MCP server capability, do the following:

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

  2. Click Load Capabilities. If prompted, review the consent prompt and grant Postman access. Postman connects to the server and displays the server’s capabilities.

  3. List the server’s capabilities:

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

    You can also Search icon Search tools, resources, and prompts.

  4. Choose a capability and define its arguments. Postman creates a JSON message for you.

  5. Click Run. Postman sends your request.

Postman displays the server’s response in the Response tab. Postman also displays real-time notifications in the Notifications tab. You can search, filter, and clear messages. Each message includes a type and timestamp. To see its details, click the message.

You can also see whether you’re connected or disconnected. To disconnect from the server, click Disconnect next to Run. To reconnect, click Connect.

Interact with an elicitation

Client capabilities include elicitation. Elicitation is when the server requests information from you. For example, if you prompt an AI model to create a calendar event for you, the server can request missing information, such as the date and time.

To interact with an elicitation, do the following:

  1. Interact with an MCP server capability that triggers an elicitation request.

  2. In the response pane, complete the Elicitation form. Postman creates a JSON response for you.

  3. Click Accept. Postman sends your response. You can also Deny or Cancel the request.

Interact with sampling

Client capabilities include sampling. Sampling is when the server prompts an AI model to complete a task it can’t complete itself. For example, if a server can access your calendar, but can’t summarize your weekly schedule, it can prompt an AI model to summarize it for you.

With Postman, you mock the AI model’s response to a sampling request.

To interact with sampling, do the following:

  1. Interact with an MCP server capability that triggers a sampling request.

  2. In the response pane, complete the Sampling form. You’re mocking the AI model’s response. Postman creates a JSON response for you.

  3. Click Accept. Postman sends your response. You can also Deny the request.

Interact with an MCP App

MCP Apps is an extension of the Model Context Protocol. It standardizes how servers deliver interactive user interfaces. For example, you can view data visualizations, such as interactive charts and graphs, directly in the response.

To interact with an MCP App, do the following:

  1. Interact with an MCP server capability that supports the MCP Apps Extension.

  2. If preview’s not already open, in the response pane, click Down Large icon Preview.

  3. Explore the server’s interactive user interface.