You can build your Remote MCP Server directly on the Peliqan Data Cloud, in 2 steps:
- In Peliqan, build a custom API endpoint
- Add an app of type “API handler” and add the below example script.
- 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. - Configure the API endpoint in your MCP Client, for example in OpenAI’s playground:
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.
‣