← Back to Plugins
MCP Server MCP

io.github.xie38388/looply

github By github 👁 1 views ▲ 0 votes

Looply AI call center MCP Server - manage calls, leads, contacts, and analytics.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "looply-mcp-server",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Looply API key for authentication. Generate one from Settings → API Keys in your Looply dashboard.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "LOOPLY_API_KEY"
        },
        {
          "description": "Your Looply instance URL (e.g., https://your-app.manus.space)",
          "isRequired": true,
          "format": "string",
          "name": "LOOPLY_BASE_URL"
        },
        {
          "description": "MySQL database connection string for direct database access",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "DATABASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...