Connectors

Contact support

Build a Remote MCP Server on Peliqan

You can build your Remote MCP Server directly on the Peliqan Data Cloud, in 2 steps:

  1. In Peliqan, build a custom API endpoint
    1. Add an app of type “API handler” and add the below example script.
    2. Create an API endpoint with method POST and path e.g. /mcp, linked to your API handler script. Click here for more info on how to publish an API endpoint in Peliqan.
  2. Configure the API endpoint in your MCP Client, for example in OpenAI’s playground:
image

If your MCP Client does not yet support Remote MCP, see the section Local MCP Server on Peliqan instead.

Example script for a Remote MCP Server on Peliqan

Below is an example script that implements a Remote MCP Server on Peliqan, using JSON-RPC.

Click to expand and see script source code