
Peliqan
@peliqan-io
关于 Peliqan
Peliqan is an all-in-one data platform with ETL and built-in data warehouse. The Peliqan MCP server allows you to connect to all your business applications to query data, ask analytical questions on your data etc. Use Peliqan to expose your SaaS business applications via MCP and
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"peliqan": {
"command": "python",
"args": [
"-m",
"mcp_server_peliqan"
],
"env": {
"peliqan_account_id": "1234",
"peliqan_api_token": "xxx"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Peliqan?
Peliqan is an MCP server that connects Model Context Protocol (MCP) clients such as Claude Desktop to your Peliqan account. It allows you to expose MCP methods defined in API handler scripts inside Peliqan as tools.
How to use Peliqan?
Install the package with pip install mcp-server-peliqan, then configure your Peliqan account ID and API token either in a peliqan_config.json file in your home folder or as environment variables peliqan_account_id and peliqan_api_token. Add the server to Claude Desktop’s configuration file and set up a custom API endpoint in Peliqan pointing to an API handler script that contains your MCP methods.
Key features of Peliqan
- Exposes MCP tools defined in Peliqan API handler scripts.
- Configurable via JSON file or environment variables.
- Custom API endpoint at route
/mcpwith method POST. - Works out‑of‑the‑box with Claude Desktop.
- Provides MCP templates in Peliqan to get started quickly.
Use cases of Peliqan
- Query and manage Peliqan data from Claude Desktop.
- Build an AI assistant that interacts with your Peliqan account.
- Enable MCP‑powered workflows that combine Peliqan data with other tools.
FAQ from Peliqan
What do I need to set up the Peliqan MCP server?
You need a Peliqan account ID and an API token. You also need to create an API handler script in Peliqan that defines your MCP methods and link it to a custom endpoint at /mcp.
How do I configure Peliqan?
Create a peliqan_config.json file in your home folder containing account_id and api_token, or set the peliqan_account_id and peliqan_api_token environment variables.
Where do I place the Claude Desktop configuration?
On Windows, the file is at $env:AppData\Claude\claude_desktop_config.json; on Mac, it is at ~/Library/Application\ Support/Claude/claude_desktop_config.json.
How do I install Peliqan?
Run pip install mcp-server-peliqan in your Python environment.
数据与分析 分类下的更多 MCP 服务器
Google Ads MCP
cohnenAn MCP tool that connects Google Ads with Claude AI/Cursor and others, allowing you to analyze your advertising data through natural language conversations. This integration gives you access to campaign information, performance metrics, keyword analytics, and ad management—all th
Google Analytics MCP Server
surendranbGoogle Analytics 4 data to AI agents, agentic workflows, and MCP clients. Give agents analysis-ready access to website traffic, user behavior, and performance data with schema discovery, server-side aggregation, and safe defaults that reduce data wrangling.
MCP Server for Data Exploration
reading-plus-ai🎓 Semantic Scholar MCP Server
JackKuo666🔍 This project implements a Model Context Protocol (MCP) server for interacting with the Semantic Scholar API. It provides tools for searching papers, retrieving paper and author details, and fetching citations and references.
MCP.science: Open Source MCP Servers for Scientific Research 🔍📚
pathintegral-instituteOpen Source MCP Servers for Scientific Research
评论