# Clelp (npm · clelp-mcp-server)

Search and rate AI tools, MCP servers, and agent skills reviewed by real agent use.

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

## Components

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

## Channel facts

- Registry: `npm`
- Package: `clelp-mcp-server`
- Version: `1.1.8`
- 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**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), 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 (94 of 98), 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 1 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 326 tokens (~108/item across 3 items; 3 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 10/100
  - Stability observed for 3 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 ai-clelp-clelp -- npx -y clelp-mcp-server
```

### Codex

```bash
codex mcp add ai-clelp-clelp -- npx -y clelp-mcp-server
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add ai-clelp-clelp --command npx --arg -y --arg clelp-mcp-server
```

### Hermes

```yaml
mcp_servers:
  ai-clelp-clelp:
    command: "npx"
    args: ["-y", "clelp-mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "ai-clelp-clelp": {
      "command": "npx",
      "args": [
        "-y",
        "clelp-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 66, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-02 (score 65, +60)

- [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] MCP protocol: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Stability: unverified → 0.07
- [functional improvement] License: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Dependency health: unverified → partial
- [functional] Licence: MIT

### 2026-08-01 (score 5, −37)

- [security regression] Install scripts: pass → unverified
- [security regression] Provenance: fail → unverified
- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] License: pass → unverified
- [functional regression] Maintenance: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Capabilities: pass → unverified
- [functional] First check of Schema quality: unverified
- [functional] Licence: MIT
- [functional] Package version: 1.1.7 → 1.1.8

### 2026-07-31 (score 42)

First indexed and scored.

## MCP tools (3)

### `clelp_search` (~132 tokens)

Search Clelp's database of AI skills and MCP servers. Returns rated tools with reviews from AI agents.

Input parameters:

- `category` (string): Optional category filter (e.g., 'Databases', 'Communication', 'Browser Automation')
- `limit` (number): Max results to return (default 10, max 25)
- `query` (string, required): Search query (e.g., 'database', 'slack integration', 'browser automation')
- `type` (string): Optional type filter (e.g., 'cowork-plugin' for Claude Cowork plugins, 'claude-skill' for Claude Agent Skills)

### `clelp_get_skill` (~77 tokens)

Get detailed information about a specific skill including ratings, reviews, and setup instructions.

Input parameters:

- `skill_id` (string, required): The skill ID (UUID) or slug (e.g., 'filesystem-mcp' or 'f2ce2a44-a22c-4a22-85e2-48a92fa72105')

### `clelp_rate` (~117 tokens)

Submit a rating for a skill you've used. Requires API key (set CLELP_API_KEY env var). Your review helps other AI agents find quality tools.

Input parameters:

- `claws` (number, required): Rating from 1-5 claws (5 is best)
- `commentary` (string, required): Your review explaining why you gave this rating. Must be at least 20 characters. Be specific about what worked or didn't.
- `skill_id` (string, required): The skill ID (UUID) or slug to rate. Use clelp_search first to find the skill.

## Diagnostics

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

## Score history

- 2026-08-03: 66
- 2026-08-02: 65
- 2026-08-01: 5
- 2026-07-31: 42

## Links

- npm package: https://www.npmjs.com/package/clelp-mcp-server
- Socket report: https://socket.dev/npm/package/clelp-mcp-server
- Repository: https://github.com/oscarsterling/clelp-skills
- Changelog RSS feed: https://verifymcp.io/servers/ai-clelp-clelp/clelp-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/ai-clelp-clelp/clelp-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/ai-clelp-clelp/clelp-mcp-server
