Serversio.github.xie38388/looply
L

io.github.xie38388/looply

io.github.xie38388/looply · v1.0.1
▦ npm
v1.0.1npm npm: looply-mcp-server↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.xie38388/looply",
  "description": "Looply AI call center MCP Server - manage calls, leads, contacts, and analytics.",
  "repository": {
    "url": "https://github.com/xie38388/looply-clone",
    "source": "github"
  },
  "version": "1.0.1",
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}