Unify and manage your data

Connect to Reltio MCP server using Postman

Learn how to connect to the Reltio MCP server using Postman so that you can discover and run MCP tools in your Reltio environment.

Use Postman to connect to Reltio MCP server when you want to view available MCP tools, provide required parameters, and execute those tools in your Reltio environment.

Prerequisites

  • Postman version 11.74.1 or later is installed.
  • You have access to a Reltio environment that exposes its MCP server endpoint.
  • You have a valid OAuth Bearer access token for the Reltio MCP server.
  • You have permission to create and run requests in Postman.

Configure Postman to access Reltio MCP tools

To connect to Reltio MCP server and run its tools using Postman, follow these steps:
  1. Open Postman.
  2. Select File > New to open the create dialog.
  3. Select MCP, and then choose HTTP to create a new MCP request.

  4. Enter the Reltio MCP server URL for your Reltio environment.
    https://<environment>.reltio.com/ai/tools/mcp/

    In this URL, replace <environment> with your tenant domain.



  5. Configure authentication. In the Authorization tab, set Auth Type to Bearer Token, then paste your access token into the Token field. For more information, see Obtaining access tokens with client credentials grant type.

    Note: If your Bearer token expires, disconnect from the MCP server, update the request with a new access token, and connect again.
  6. Select Connect. When the connection succeeds, the available MCP tools appear.

  7. Select a tool. A JSON block appears with the required arguments.
  8. Provide the required parameters, including the tenant_id, and select Run to execute the tool.

The response for the executed tool appears below the request after the run completes.

Result

You are connected to the Reltio MCP server and can successfully execute MCP tools using Postman in your Reltio environment.