Contact Us 1-800-596-4880

Exploring MCP Server Tools in the MCP Playground

Use the MCP server playground to understand what an MCP server does and how it behaves without connecting it to an external tool such as Postman, the MCP Inspector, or Claude Desktop. Instead of reading only the overview and documentation, you explore the server’s tools, invoke them, and see what they return, directly on the service detail page.

Before You Begin

Before getting started, make sure you have:

  • An Anypoint Platform account.

  • One of these permissions:

    • Exchange: Exchange Viewer

    • Exchange: Exchange Contributor

    • Exchange: Exchange Administrator

    For more information, see Enhanced Experience Permissions.

Open the MCP Server Playground

  1. In Portfolio, open the MCP Servers catalog and select the MCP server you want to test.

  2. On the service detail page, select the Playground tab.

Inspect and Invoke Tools

The playground lists the tools inside the MCP server so you can explore each tool’s functionality and description.

  1. In the tool list, select the tool you want to test.

  2. If you aren’t already authenticated to the MCP server, configure authentication. If you’re already authenticated, you don’t need to authenticate again.

  3. Configure the tool’s parameters in form or JSON format.

  4. (Optional) Copy the request snippet, which reflects your configuration.

  5. Select Execute to invoke the tool.

  6. Review the response, including the status code and the full JSON response body.

If required parameters are missing or validation fails, the playground shows an error or an explanation of the failure.