# io.github.xie38388/looply (npm · looply-mcp-server)

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

- Trust score: 57/100 (low)
- Change this week: −9
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `looply-mcp-server`: 57/100 (this document), [markdown](https://verifymcp.io/servers/xie38388-looply/looply-mcp-server.md), [page](https://verifymcp.io/servers/xie38388-looply/looply-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `looply-mcp-server`
- Version: `1.0.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (104 of 108), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (104 of 108), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL returned HTTP 404.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 147 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 45/100
  - 0% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1184 tokens (~49/item across 24 items; 23 tools + 1 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add xie38388-looply -- npx -y looply-mcp-server
```

### Codex

```bash
codex mcp add xie38388-looply -- npx -y looply-mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "xie38388-looply": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "looply-mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add xie38388-looply --command npx --arg -y --arg looply-mcp-server
```

### Hermes

```yaml
mcp_servers:
  xie38388-looply:
    command: "npx"
    args: ["-y", "looply-mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "xie38388-looply": {
      "command": "npx",
      "args": [
        "-y",
        "looply-mcp-server"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 57, +3)

- [functional improvement] Stability: unverified → 0.23

### 2026-08-02 (score 54, +30)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional] Licence: MIT

### 2026-08-01 (score 24, +24)

- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Schema quality: unverified → 0

### 2026-07-31 (score 0, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 0, −66)

- [security regression] Known CVEs: partial → unverified
- [security regression] Malware scan: pass → unverified
- [security regression] Provenance: fail → unverified
- [security regression] Install scripts: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] License: pass → unverified
- [functional regression] Schema quality: 0 → unverified
- [functional regression] Dependency health: partial → unverified
- [functional regression] Maintenance: pass → unverified
- [functional] Licence: MIT

### 2026-07-27 (score 66, +47)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Schema quality: unverified → 0
- [functional improvement] License: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Tool coverage: 100
- [functional] First check of Schema quality: good
- [functional] First check of Schema quality: pass
- [functional] First check of Schema quality: fail
- [functional] Licence: MIT

### 2026-07-26 (score 19)

First indexed and scored.

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

## MCP tools (23)

### `list_calls` (~90 tokens)

List recent calls with optional filters. Returns call ID, caller info, status, duration, sentiment, and qualification.

Input parameters:

- `direction` (string): Filter by call direction
- `limit` (number): Number of calls to return (max 100)
- `offset` (number): Offset for pagination
- `qualification` (string): Filter by lead qualification
- `status` (string): Filter by call status

### `get_call` (~35 tokens)

Get detailed information about a specific call, including transcript and AI summary.

Input parameters:

- `callId` (number, required): The call ID to retrieve

### `search_calls` (~46 tokens)

Search calls by caller name, phone number, or intent keyword.

Input parameters:

- `limit` (number): Max results
- `query` (string, required): Search query (name, phone, or keyword)

### `list_contacts` (~54 tokens)

List contacts in the CRM with optional search.

Input parameters:

- `limit` (number): Number of contacts to return
- `offset` (number): Offset for pagination
- `search` (string): Search by name, email, or phone

### `create_contact` (~118 tokens)

Create a new contact in the CRM.

Input parameters:

- `company` (string): Contact's company
- `email` (string): Contact's email
- `firstName` (string, required): Contact's first name
- `lastName` (string): Contact's last name
- `notes` (string): Additional notes about the contact
- `phone` (string): Contact's phone number
- `source` (string): How the contact was acquired (e.g., 'inbound_call', 'referral')
- `title` (string): Contact's job title

### `get_contact` (~29 tokens)

Get detailed information about a specific contact.

Input parameters:

- `contactId` (number, required): The contact ID to retrieve

### `list_leads` (~74 tokens)

List leads in the sales pipeline with optional filters.

Input parameters:

- `limit` (number): Number of leads to return
- `offset` (number): Offset for pagination
- `priority` (string): Filter by priority
- `search` (string): Search by title or description
- `stage` (string): Filter by pipeline stage

### `create_lead` (~111 tokens)

Create a new lead in the sales pipeline.

Input parameters:

- `contactId` (number): Associated contact ID
- `description` (string): Lead description
- `priority` (string): Lead priority
- `source` (string): Lead source (e.g., 'ai_call', 'website', 'referral')
- `stage` (string): Pipeline stage
- `title` (string, required): Lead title (e.g., 'New HVAC Installation - John Smith')
- `value` (number): Estimated deal value in dollars

### `update_lead` (~75 tokens)

Update an existing lead's stage, priority, value, or other fields.

Input parameters:

- `description` (string): Updated description
- `leadId` (number, required): The lead ID to update
- `priority` (string): New priority
- `stage` (string): New pipeline stage
- `value` (number): Updated deal value

### `get_dashboard_stats` (~34 tokens)

Get the main dashboard statistics: total calls, answer rate, total leads, pipeline value, conversion rate, avg call duration.

### `get_call_analytics` (~57 tokens)

Get call analytics for a date range: trends, sentiment breakdown, qualification breakdown, hourly distribution.

Input parameters:

- `endDate` (string, required): End date (YYYY-MM-DD)
- `startDate` (string, required): Start date (YYYY-MM-DD)

### `list_scripts` (~18 tokens)

List all AI call scripts configured for the organization.

### `get_script` (~32 tokens)

Get a specific AI call script with all its steps.

Input parameters:

- `scriptId` (number, required): The script ID to retrieve

### `update_script` (~67 tokens)

Update an AI call script's name, description, or active status.

Input parameters:

- `description` (string): New description
- `isActive` (boolean): Enable or disable the script
- `name` (string): New script name
- `scriptId` (number, required): The script ID to update

### `list_callbacks` (~41 tokens)

List pending callbacks that need to be made, sorted by priority.

Input parameters:

- `limit` (number): Max results
- `status` (string): Filter by callback status

### `create_callback` (~77 tokens)

Schedule a callback for a contact.

Input parameters:

- `contactId` (number, required): Contact ID to call back
- `notes` (string): Notes for the callback
- `priority` (string): Callback priority
- `reason` (string): Reason for the callback
- `scheduledAt` (string, required): When to call back (ISO 8601 datetime)

### `complete_callback` (~43 tokens)

Mark a callback as completed with optional outcome notes.

Input parameters:

- `callbackId` (number, required): The callback ID to complete
- `outcome` (string): Outcome notes from the callback

### `get_business_hours` (~16 tokens)

Get the organization's business hours configuration.

### `update_business_hours` (~76 tokens)

Update the organization's business hours. Provide a schedule object with days and time ranges.

Input parameters:

- `afterHoursAction` (string): What to do after hours
- `schedule` (object, required): Schedule per day (monday, tuesday, ... sunday)
- `timezone` (string, required): Timezone (e.g., 'America/New_York')

### `list_routing_rules` (~20 tokens)

List all smart routing rules configured for the organization.

### `list_qualification_rules` (~21 tokens)

List all AI qualification rules used to score incoming callers.

### `get_organization` (~17 tokens)

Get the current organization's profile and settings.

### `get_usage_summary` (~27 tokens)

Get the organization's usage summary for the current billing period (calls, minutes, AI processing).

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/xie38388-looply/looply-mcp-server#diagnostics

## Score history

- 2026-08-03: 57
- 2026-08-02: 54
- 2026-08-01: 24
- 2026-07-31: 0
- 2026-07-30: 0
- 2026-07-28: 66
- 2026-07-27: 66
- 2026-07-26: 19

## Links

- npm package: https://www.npmjs.com/package/looply-mcp-server
- Socket report: https://socket.dev/npm/package/looply-mcp-server
- Changelog RSS feed: https://verifymcp.io/servers/xie38388-looply/looply-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/xie38388-looply/looply-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/xie38388-looply/looply-mcp-server
