# io.github.closermethod/content-hooks-mcp (npm · content-hooks-mcp)

Short-form hook styles, script structures, retention and CTA rules for creators.

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

## Components

- npm · `content-hooks-mcp`: 68/100 (this document), [markdown](https://verifymcp.io/servers/closermethod-content-hooks-mcp/content-hooks-mcp.md), [page](https://verifymcp.io/servers/closermethod-content-hooks-mcp/content-hooks-mcp)

## Channel facts

- Registry: `npm`
- Package: `content-hooks-mcp`
- Version: `1.0.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-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 19 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 418 tokens (~59/item across 7 items; 7 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**: 89/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 67% 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 closermethod-content-hooks-mcp -- npx -y content-hooks-mcp
```

### Codex

```bash
codex mcp add closermethod-content-hooks-mcp -- npx -y content-hooks-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add closermethod-content-hooks-mcp --command npx --arg -y --arg content-hooks-mcp
```

### Hermes

```yaml
mcp_servers:
  closermethod-content-hooks-mcp:
    command: "npx"
    args: ["-y", "content-hooks-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "closermethod-content-hooks-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "content-hooks-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-02 (score 68, +48)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] License: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Dependency health: unverified → partial
- [functional] Licence: MIT

### 2026-07-31 (score 20, −4)

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

### 2026-07-30 (score 24, −21)

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

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

First indexed and scored.

## MCP tools (7)

### `get_hook_mechanics` (~89 tokens)

Get the 10 hook styles as fill-in structures with why each works, its failure mode, and what content type it fits. Styles: contrarian, specific_number, curiosity_gap, confession, stop_doing, pattern_interrupt, story_open, question_hook, future_pace, bold_claim. Optionally filter to one style.

Input parameters:

- `style` (string): Optional: return just this style

### `audit_hook` (~65 tokens)

Audit a hook line: length vs the 2-second window, greeting openers, hype words vs receipts, specificity check, and detected style. Returns PASS/NEEDS WORK with named issues.

Input parameters:

- `hook` (string, required): The hook line as it would be spoken or captioned

### `get_script_structure` (~56 tokens)

Get the beat-by-beat script structure with timings for a format: talking_head, voiceover_broll, tutorial, storytime, ugc_ad. Each includes rules that keep the format working.

Input parameters:

- `format` (string, required)

### `audit_script` (~68 tokens)

Audit a full short-form script: hook quality, spoken length, single-CTA rule, hype vs receipts, zero-numbers check. Returns verdict with the hook sub-audit and format beats for comparison.

Input parameters:

- `format` (string): Optional format for beat comparison
- `script` (string, required)

### `get_retention_mechanics` (~45 tokens)

The 6 retention mechanics (open loops, payoff scheduling, pattern breaks, direct address, specificity ladder, loop endings) with how to apply each and its failure risk.

### `get_cta_rules` (~58 tokens)

CTA rules by goal: follow, comment_seed, lead_magnet, product, save_share. Each with the rule, placement, and the one-CTA-per-video law.

Input parameters:

- `goal` (string): Optional: return just this goal

### `get_full_pack` (~37 tokens)

The complete content-mechanics library in one payload: hook styles, script formats, retention mechanics, CTA playbook. For full agent context.

## Diagnostics

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

## Score history

- 2026-08-03: 68
- 2026-08-02: 68
- 2026-08-01: 20
- 2026-07-31: 20
- 2026-07-30: 24
- 2026-07-28: 45
- 2026-07-27: 45

## Links

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