Connecting Emporix MCP Server with OpenAI

Connect the MCP Server to OpenAI tools.

Enable communication between the Emporix MCP Server and OpenAI ChatGPT. This way, you grant access to Emporix data though the set of relevant scopes to OpenAI Platform, so that you can process it further with AI capabilities brought by the Chat GPT.

Prerequisites

To follow the steps, make sure you have the required tools and accounts:

Configuration

  1. Open the OpenAI Platform Playground. In Prompts -> Tools, choose Create and select the MCP Server to configure the connection.

Open AI configuration
  1. Select Add new to add tools from the Emporix MCP server.

Add MCP tools
  1. Provide the connection details in the modal that shows up.

  • As the URL, provide the MCP connection string in the following format:

    https://api.emporix.io/mcp/{domain}/{tenant}/{mcp_token}/sse

    Replace the {domain}, {tenant} and {mcp_token} placeholders with the relevant values.

  • Optionally, provide label name in Label.

  • Leave the Authentication as None since the MCP token is included in the connection string.

When ready, choose Connect to establish connection.

  1. Select the tools you want to use that are based on the available scopes granted in the token:

Add tools

When done, choose Add.

Using OpenAI

You can now start a conversation with AI chat about Emporix data, for example:

OpenAI chat

The OpenAI agent can access the Emporix data to retrieve and manipulate it according to your needs within the granted scopes.

Last updated

Was this helpful?