You can build Custom MCP Servers directly on the Peliqan Data Cloud and use it to e.g. query data in your data warehouse.

Build an MCP Server in Peliqan.png

Set up your custom MCP Server In Peliqan

You can use the Peliqan MCP Server template out of the box. This MCP Server currently has following capabilities (implemented as “tools” in the MCP Server):

Note that you can extend this MCP Server by adding your own “tools”, these are Python functions decorated with @mcp.tool().

  1. Install the “MCP Server” script from the app templates:

    template.png

  2. Add an API endpoint (method POST) and link it to the “MCP Server” script (this is the API handler script). Click here for more info on how to publish an API endpoint in Peliqan.

    api endpoint.png

  3. Update the credentials (API key) in your script and store in the Peliqan Secret Store.

Configure your MCP Client

ChatGPT

In ChatGPT, click on your account name (bottom left corner) and click on Settings.

Go to Settings > Apps > Advanced Settings > Enable “Developer mode”.

Go to Settings > Apps > Create App.