Connecting Emporix MCP Server with OpenAI
Connect the MCP Server to OpenAI tools.
This documentation describes a preview version of the feature, which is not fully functional yet. Some capabilities might be incomplete or subject to change. Please use it for evaluation purposes and in case of questions reach out to Emporix Support Team or ask directly in the Community.
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
Open the OpenAI Platform Playground. In Prompts -> Tools, choose Create and select the MCP Server to configure the connection.

Select Add new to add tools from the Emporix MCP server.

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.
Select the tools you want to use that are based on the available scopes granted in the token:

When done, choose Add.
Using OpenAI
You can now start a conversation with AI chat about Emporix data, for example:

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?