MCP (Model Context Protocol) is an open protocol that standardizes how applications provide context to AI Agents (LLMs). MCP provides a standardized way to connect AI Chatbots and AI Agents to different data sources and tools and allows AI Agents to discover which tools and which data (resources) are available on each MCP Server.

In MCP you have MCP Clients and MCP Servers. The MCP Client uses MCP Servers.

Examples of MCP Clients include Visual Studio, Claude Desktop, OpenAI Playground etc.

Peliqan allows you to build your own custom MCP Server(s) that you can use internally inside your company, or that you can make available to a wider audience for usage. Your MCP Servers built on top of the Peliqan Data Cloud can consume data from the data warehouse, connect directly to business applications etc.

Build an MCP Server in Peliqan.png

More info on MCP: https://modelcontextprotocol.io/introduction

In the below sections, we will describe how you can set up an MCP server that connects to your Peliqan account, to fetch e.g. data from your data warehouse. We will show how to use your MCP Server in an MCP Client such as OpenAI, Claude Desktop or Visual Studio (VSCode).

<aside>

Peliqan provides 2 deployment scenarios for your MCP Server:

In both deployment scenario’s, you implement your own MCP Server methods on the Peliqan Data Cloud, in a custom API endpoint, using a low-code Python script in Peliqan.

Remote MCP Server on Peliqan

In this scenario, your MCP Server runs on the Peliqan Data Cloud, and the MCP Client - e.g. ChatGPT in OpenAI Playground - connects to your Remote MCP Server directly.

Remote MCP Server in Peliqan.png

Further reading: