An MCP server that connects with Peliqan account to provide access to various SaaS business applications through MCP methods
mcpServer
{ "mcpServers": { "peliqan": { "command": "python", "args": [ "-m", "mcp_server_peliqan" ], "env": { "peliqan_account_id": "1234", "peliqan_api_token": "xxx" } } } }
python -m mcp_server_peliqan