Clelp
NPM · CLELP-MCP-SERVER · SCANNED AUG 3
Search and rate AI tools, MCP servers, and agent skills reviewed by real agent use.
Available components
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. How we score →
Supply Chain Security86
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 1 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability71
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 326 tokens (~108/item across 3 items; 3 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management10
- Stability observed for 3 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · clelp-mcp-server
claude mcp add ai-clelp-clelp -- npx -y clelp-mcp-server
codex mcp add ai-clelp-clelp -- npx -y clelp-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"ai-clelp-clelp": {
"type": "local",
"command": [
"npx",
"-y",
"clelp-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add ai-clelp-clelp --command npx --arg -y --arg clelp-mcp-server
mcp_servers:
ai-clelp-clelp:
command: "npx"
args: ["-y", "clelp-mcp-server"] {
"mcpServers": {
"ai-clelp-clelp": {
"command": "npx",
"args": [
"-y",
"clelp-mcp-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +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.
- 2 Aug 26 +60
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- MCP protocol: unverified → pass ▲ functional
- Maintenance: unverified → pass ▲ functional
- Stability: unverified → 0.07 ▲ functional
- License: unverified → pass ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- Dependency health: unverified → partial ▲ functional
- Licence: MIT functional
- 1 Aug 26 −37
- Install scripts: pass → unverified ▼ security
- 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. security
- License: pass → unverified ▼ functional
- Maintenance: pass → unverified ▼ functional
- Tool coverage: 100 → unverified ▼ functional
- Capabilities: pass → unverified ▼ functional
- First check of Schema quality: unverified functional
- Licence: MIT functional
- Package version: 1.1.7 → 1.1.8 functional
- 31 Jul 26 42
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 94 packages
94 packages in the resolved dependency tree · 94 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
clelp_get_skill ~77
Get detailed information about a specific skill including ratings, reviews, and setup instructions.
| Name | Type | Req | Description |
|---|---|---|---|
| skill_id | string | yes | The skill ID (UUID) or slug (e.g., 'filesystem-mcp' or 'f2ce2a44-a22c-4a22-85e2-48a92fa72105') |
No output schema declared.
No examples provided.
clelp_rate ~117
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.
| Name | Type | Req | Description |
|---|---|---|---|
| claws | number | yes | Rating from 1-5 claws (5 is best) |
| commentary | string | yes | 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 | yes | The skill ID (UUID) or slug to rate. Use clelp_search first to find the skill. |
No output schema declared.
No examples provided.
clelp_search ~132
Search Clelp's database of AI skills and MCP servers. Returns rated tools with reviews from AI agents.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | — | Optional category filter (e.g., 'Databases', 'Communication', 'Browser Automation') |
| limit | number | — | Max results to return (default 10, max 25) |
| query | string | yes | 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) |
No output schema declared.
No examples provided.