# Open Library MCP by UnClick (npm · @unclick/openlibrary-mcp)

Open Library tools for books, openlibrary, library by UnClick.

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

## Components

- npm · `@unclick/openlibrary-mcp`: 65/100 (this document), [markdown](https://verifymcp.io/servers/malamutemayhem-openlibrary/unclick-openlibrary-mcp.md), [page](https://verifymcp.io/servers/malamutemayhem-openlibrary/unclick-openlibrary-mcp)

## Channel facts

- Registry: `npm`
- Package: `@unclick/openlibrary-mcp`
- Version: `0.1.0`
- 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**: 71/100
  - Repository check failed: the declared repository URL redirects; it must resolve directly.
  - Cryptographically verified build provenance (signed, bound to malamutemayhem/unclick).
  - Clear OSI-approved license (Apache-2.0).
  - Actively maintained (last published 64 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 43/100
  - AI-judged instruction clarity (poor).
  - Tool/resource definitions use about 185 tokens (~30/item across 6 items; 6 tools + 0 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**: 75/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 25% 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 malamutemayhem-openlibrary -- npx -y @unclick/openlibrary-mcp
```

### Codex

```bash
codex mcp add malamutemayhem-openlibrary -- npx -y @unclick/openlibrary-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add malamutemayhem-openlibrary --command npx --arg -y --arg @unclick/openlibrary-mcp
```

### Hermes

```yaml
mcp_servers:
  malamutemayhem-openlibrary:
    command: "npx"
    args: ["-y", "@unclick/openlibrary-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "malamutemayhem-openlibrary": {
      "command": "npx",
      "args": [
        "-y",
        "@unclick/openlibrary-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-03 (score 65, +1)

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

### 2026-08-02 (score 64, +28)

- [security improvement] Malware scan: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [functional improvement] Stability: unverified → 0.20
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Schema quality: unverified → poor

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

- [security improvement] Install scripts: unverified → pass
- [security improvement] Provenance: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [security] The attested source repository moved: malamutemayhem/unclick
- [functional improvement] License: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional] Licence: Apache-2.0

### 2026-07-31 (score 13, −24)

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

### 2026-07-30 (score 37, +19)

- [functional improvement] Tool coverage: unverified → 100

### 2026-07-28 (score 18, −19)

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

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

First indexed and scored.

## MCP tools (6)

### `openlibrary_search` (~36 tokens)

Search books on Open Library.

Input parameters:

- `limit` (number)
- `page` (number)
- `q` (string, required)

### `openlibrary_get_book` (~35 tokens)

Get a book from Open Library by work ID.

Input parameters:

- `work_id` (string, required): e.g. OL45804W

### `openlibrary_get_edition` (~28 tokens)

Get a book edition from Open Library by ISBN.

Input parameters:

- `isbn` (string, required)

### `openlibrary_get_author` (~34 tokens)

Get an author from Open Library by ID.

Input parameters:

- `author_id` (string, required): e.g. OL23919A

### `openlibrary_author_works` (~35 tokens)

Get works by an author from Open Library.

Input parameters:

- `author_id` (string, required)
- `limit` (number)

### `openlibrary_trending` (~17 tokens)

Get trending books from Open Library.

## Diagnostics

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

## Score history

- 2026-08-03: 65
- 2026-08-02: 64
- 2026-08-01: 36
- 2026-07-31: 13
- 2026-07-30: 37
- 2026-07-28: 18
- 2026-07-27: 37

## Links

- npm package: https://www.npmjs.com/package/@unclick/openlibrary-mcp
- Socket report: https://socket.dev/npm/package/@unclick/openlibrary-mcp
- Website: https://unclick.world/
- Changelog RSS feed: https://verifymcp.io/servers/malamutemayhem-openlibrary/unclick-openlibrary-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/malamutemayhem-openlibrary/unclick-openlibrary-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/malamutemayhem-openlibrary/unclick-openlibrary-mcp
