Contents
- Contents
- What is the Peliqan MCP Server?
- Prerequisites
- Setup
- Setup in ChatGPT
- Setup in Claude
- Setup in Claude in an Organization account
- Setup in Claude Code (terminal)
- Setup in Microsoft Copilot
- Setup in Copilot in Visual Studio (VS Code)
- Setup in other MCP Clients
- Verifying the connection
- What the Peliqan MCP Server can do
- Debug connections & pipelines
- Explore your data
- Manage query tables
- Build & run Data Apps
- Manage API endpoints
- Sub-account management (partner accounts only)
- Resources the AI can read
- Example prompts to get started
- Build a custom MCP Server
- Need help?
What is the Peliqan MCP Server?
The Peliqan MCP (Model Context Protocol) Server lets AI assistants and other clients like Claude.ai, Claude Code, Claude Desktop, Gemini, Microsoft Copilot and ChatGPT talk directly to your Peliqan account. Once connected, the AI can explore your data, debug pipelines, write and run data apps, manage query tables, and call API endpoints — all without leaving your chat. Think of it as giving Claude (or any other MCP Client) a direct line into Peliqan and into your data.
Prerequisites
- A Peliqan account
- An account on for example Claude.ai or ChatGPT, or Claude Code or Claude Desktop installed (or any other MCP Client)
Setup
Use one of the following MCP URLs:
Peliqan MCP | Peliqan Build MCP | Custom MCP | |
When to use | Use this for “conversational analytics”: query your business data (CRM, ERP, Accounting) and talk to your business apps. | Use this to manage the Peliqan platform via MCP, e.g. managing data pipelines, vibe coding & publishing Data Apps etc. | Use this to implement custom Tools, Resources etc. in your MCP server. |
EU region | https://mcp.peliqan.io/mcp | https://mcp.eu.peliqan.io/mcp | |
US region | https://mcp.peliqan.io/mcp | https://mcp.us.peliqan.io/mcp | |
Private cloud & other regions |
Setup in ChatGPT
Setup in Claude
Setup in Claude in an Organization account
Setup in Claude Code (terminal)
Setup in Microsoft Copilot
Setup in Copilot in Visual Studio (VS Code)
Setup in other MCP Clients
Verifying the connection
Once connected, try these prompts to confirm everything is working:
- "List my Peliqan connections"
- "Show me all databases in my Peliqan account”
- "List my data apps"
If you see results from your Peliqan account, you're all set.
What the Peliqan MCP Server can do
Debug connections & pipelines
- See all your data source connections and their sync status
- View recent pipeline run history
- Read raw error logs when a sync fails
Explore your data
- Browse all databases, schemas, and tables
- Inspect column names and types
- Preview rows of data
Manage query tables
- View run history and error logs for a failing query table
- Check upstream/downstream dependencies before making changes
- Create, update, and delete SQL query tables
- Test fixes in an isolated schema before applying to production
Build & run Data Apps
- Write Python scripts and run them as background jobs (shell mode)
- Create interactive Streamlit web UIs and publish them with a shareable URL
- Build HTTP API handlers and expose them as REST endpoints
- Schedule scripts to run automatically
- Get and set the state of Data Apps (e.g. get configuration of an app, stored in the state)
Manage API endpoints
- Create, update, and delete HTTP endpoints backed by your Python scripts
- View recent call logs for any endpoint
Sub-account management (partner accounts only)
- List all customer sub-accounts
- Run any tool against a specific sub-account by passing
sub_account_id
Resources the AI can read
Resource URI | What it contains |
peliqan://guide | Peliqan AI agent guide with use cases and workflows to use |
These resources are automatically available to the AI — no extra setup needed.
Example prompts to get started
Build a custom MCP Server
Peliqan also allows you to implement your own custom MCP Server, for internal use and/or for your customers and partners. More information:
Build a custom MCP Server on PeliqanNeed help?
Reach out to Peliqan support: support@peliqan.io. You can also ask your AI (e.g. Claude) directly. Once the Peliqan MCP Server is connected, the AI has full context on how Peliqan works.