# io.github.soteeabam/looppause (npm · @looppause/mcp)

LoopPause MCP server — pause agent execution and route human approval requests

- Trust score: 66/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-07

## Components

- npm · `@looppause/mcp`: 66/100 (this document), [markdown](https://verifymcp.io/servers/soteeabam-looppause/looppause-mcp.md), [page](https://verifymcp.io/servers/soteeabam-looppause/looppause-mcp)

## Channel facts

- Registry: `npm`
- Package: `@looppause/mcp`
- Version: `0.2.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-07.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Known CVEs were checked across the 96 of 100 dependencies we could resolve, so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Dependency health was assessed across the 96 of 100 dependencies we could resolve, so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 2 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 229 tokens (~114/item across 2 items; 2 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **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.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add soteeabam-looppause -- npx -y @looppause/mcp
```

### Codex

```bash
codex mcp add soteeabam-looppause -- npx -y @looppause/mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add soteeabam-looppause --command npx --arg -y --arg @looppause/mcp
```

### Hermes

```yaml
mcp_servers:
  soteeabam-looppause:
    command: "npx"
    args: ["-y", "@looppause/mcp"]
```

### Other

```json
{
  "mcpServers": {
    "soteeabam-looppause": {
      "command": "npx",
      "args": [
        "-y",
        "@looppause/mcp"
      ]
    }
  }
}
```

## 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-05 (score 66, +31)

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

### 2026-08-04 (score 35)

First indexed and scored.

## MCP tools (2)

### `request_approval` (~153 tokens)

Send a human approval request for a sensitive action. Returns a pause_id immediately — do not proceed until check_approval returns approved. Use before payments, deletions, external communications, or other irreversible operations.

Input parameters:

- `action_description` (string, required): What the agent is about to do, in plain English.
- `action_details` (object, required): Key-value details about the action (e.g. amount, vendor, target). String values only.
- `recipient_email` (string): Email to send the approval request to.
- `recipient_slack` (string): Slack channel or user ID (e.g. #approvals or U12345).
- `timeout_hours` (number): Hours before the request expires. Max 168.

### `check_approval` (~76 tokens)

Check the status of a pending approval request. Call this repeatedly until decision is 'approved' or 'rejected'. Never proceed with the requested action while status is 'pending'. Returns the signed decision when responded, or an error if timed_out/expired.

Input parameters:

- `pause_id` (string, required): The pause_id returned by request_approval.

## Diagnostics

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

## Score history

- 2026-08-07: 66
- 2026-08-06: 66
- 2026-08-05: 66
- 2026-08-04: 35

## Links

- npm package: https://www.npmjs.com/package/@looppause/mcp
- Socket report: https://socket.dev/npm/package/@looppause/mcp
- Repository: https://github.com/soteeabam/looppause-mcp
- Changelog RSS feed: https://verifymcp.io/servers/soteeabam-looppause/looppause-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/soteeabam-looppause/looppause-mcp.json
- HTML version of this page: https://verifymcp.io/servers/soteeabam-looppause/looppause-mcp
