
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.
「データと分析」の他のコンテンツ
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
Salesforce MCP Server
tsmztechSalesforce MCP Server
Bright Data MCP
brightdataA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
Bright Data MCP
brightdata-comA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
MCP Simple PubMed
andybrandtMCP server for searching and querying PubMed medical papers/research database
コメント