# io.github.oneprofile-dev/curatedmcp-catalog-mcp (npm · @curatedmcp/mcp)

Search the CuratedMCP catalog of risk-classified MCP servers and check verification status.

- Trust score: 69/100 (medium)
- Change this week: +45
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-04

## Components

- npm · `@curatedmcp/mcp`: 69/100 (this document), [markdown](https://verifymcp.io/servers/oneprofile-dev-curatedmcp-catalog-mcp/curatedmcp-mcp.md), [page](https://verifymcp.io/servers/oneprofile-dev-curatedmcp-catalog-mcp/curatedmcp-mcp)

## Channel facts

- Registry: `npm`
- Package: `@curatedmcp/mcp`
- Version: `0.1.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-04.

- **Supply Chain Security**: 83/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known medium-severity CVE affects hono 4.12.33, reached via @modelcontextprotocol/sdk > hono. A fixed version is available.
  - 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 29 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 80/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 270 tokens (~90/item across 3 items; 3 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 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 oneprofile-dev-curatedmcp-catalog-mcp -- npx -y @curatedmcp/mcp
```

### Codex

```bash
codex mcp add oneprofile-dev-curatedmcp-catalog-mcp -- npx -y @curatedmcp/mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add oneprofile-dev-curatedmcp-catalog-mcp --command npx --arg -y --arg @curatedmcp/mcp
```

### Hermes

```yaml
mcp_servers:
  oneprofile-dev-curatedmcp-catalog-mcp:
    command: "npx"
    args: ["-y", "@curatedmcp/mcp"]
```

### Other

```json
{
  "mcpServers": {
    "oneprofile-dev-curatedmcp-catalog-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@curatedmcp/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-04 (score 69, +3)

- [security regression] CVE-2026-69207 affects this package: medium
- [security regression] Known CVEs: partial → fail
- [functional improvement] Stability: unverified → 0.27

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

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional] Licence: MIT

### 2026-08-01 (score 36, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-07-31 (score 21, −3)

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

### 2026-07-28 (score 24, −22)

- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (3)

### `search_mcp_catalog` (~102 tokens)

Search the CuratedMCP catalog

Search the CuratedMCP catalog of human-reviewed, risk-classified MCP servers by keyword and/or category. Use this before installing an unfamiliar MCP server to see if a vetted alternative already exists.

Input parameters:

- `category` (string): Filter by category slug, e.g. 'developer-tools', 'databases'
- `limit` (integer): Max results, default 10
- `query` (string): Free-text search — matches name, tagline, or tags

### `get_mcp_server_details` (~87 tokens)

Get full details for one catalog server

Fetch the full risk profile for a single MCP server in the CuratedMCP catalog: risk level, declared capabilities (file access, network egress, shell exec, etc.), compatible clients, transport type, and install command.

Input parameters:

- `slug` (string, required): The server's slug or id, e.g. 'github-mcp' — get this from search_mcp_catalog

### `check_mcp_server_verified` (~81 tokens)

Check if an MCP server is verified in the CuratedMCP catalog

Quick lookup: given a server name or its npm package (e.g. '@org/some-mcp-server'), report whether it's in the CuratedMCP verified catalog. Useful right before running an unfamiliar `npx <package>` MCP server install command.

Input parameters:

- `nameOrPackage` (string, required): Server display name or npm package name to check

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/oneprofile-dev-curatedmcp-catalog-mcp/curatedmcp-mcp#diagnostics

## Score history

- 2026-08-04: 69
- 2026-08-03: 66
- 2026-08-02: 66
- 2026-08-01: 36
- 2026-07-31: 21
- 2026-07-30: 24
- 2026-07-28: 24
- 2026-07-27: 46

## Links

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