Community MCP Server: Peliqan
This repo provides a local MCP Server, that you can install on your computer. It communicates with the Peliqan platform via a "Proxy" API endpoint.
For more info, including setting up a Remote MCP Server on Peliqan, visit https://peliqan.io/mcp.
Set up the connection to your Peliqan acount.
Create a configuration file named peliqan_config.json in your home folder:
{
"account_id": 1234,
"api_token": "xxx"
}
Or add the environmen...