# io.github.SanjhaiPrakash18/readdit-later (npm · readdit-later-mcp)

Search, organize, and chat with your saved Reddit posts from Claude, Cursor, and any MCP client.

- Trust score: 70/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `reddit-later-server.vercel.app`: 38/100, [markdown](https://verifymcp.io/servers/sanjhaiprakash18-readdit-later/reddit-later-server.md), [page](https://verifymcp.io/servers/sanjhaiprakash18-readdit-later/reddit-later-server)
- npm · `readdit-later-mcp`: 70/100 (this document), [markdown](https://verifymcp.io/servers/sanjhaiprakash18-readdit-later/readdit-later-mcp.md), [page](https://verifymcp.io/servers/sanjhaiprakash18-readdit-later/readdit-later-mcp)

## Channel facts

- Registry: `npm`
- Package: `readdit-later-mcp`
- Version: `1.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-09-20.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 31 of 96 dependencies flagged as unhealthy.
- **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 5 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 73/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 950 tokens (~47/item across 20 items; 20 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **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.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - All 4 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.
  - An AI judge read all 20 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### How do I install the io.github.SanjhaiPrakash18/readdit-later MCP server?

io.github.SanjhaiPrakash18/readdit-later runs locally as an npm package, launched with npx -y readdit-later-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add sanjhaiprakash18-readdit-later -- npx -y readdit-later-mcp
```

### Cursor

```json
{
  "mcpServers": {
    "sanjhaiprakash18-readdit-later": {
      "command": "npx",
      "args": [
        "-y",
        "readdit-later-mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "sanjhaiprakash18-readdit-later": {
      "command": "npx",
      "args": [
        "-y",
        "readdit-later-mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add sanjhaiprakash18-readdit-later -- npx -y readdit-later-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add sanjhaiprakash18-readdit-later --command npx --arg -y --arg readdit-later-mcp
```

### Hermes

```yaml
mcp_servers:
  sanjhaiprakash18-readdit-later:
    command: "npx"
    args: ["-y", "readdit-later-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "sanjhaiprakash18-readdit-later": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "readdit-later-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add sanjhaiprakash18-readdit-later -t stdio -c npx -a -y readdit-later-mcp
```

### Other

```json
{
  "mcpServers": {
    "sanjhaiprakash18-readdit-later": {
      "command": "npx",
      "args": [
        "-y",
        "readdit-later-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-09-20 (score 70, 0)

- [functional regression] Security disclosure: unverified → fail

### 2026-09-18 (score 70, 0)

- [functional regression] Security disclosure: fail → unverified

### 2026-09-15 (score 70, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-09-14 (score 55)

First indexed and scored.

## MCP tools (20)

### `search_posts` (~231 tokens)

Search saved Reddit posts by keyword, subreddit, tag, author, content type, read status, or date range. Returns all matching results ranked by relevance — no arbitrary limit.

Input parameters:

- `author` (string): Filter by Reddit username (without u/ prefix)
- `content_type` (string): Filter by post type
- `item_type` (string): Filter posts vs saved comments
- `limit` (number): Max results to return (omit to return all matches)
- `min_comments` (number): Minimum comment count
- `min_score` (number): Minimum upvote score
- `query` (string): Search keywords (matches title, body, subreddit, author, notes, labels). Posts are scored across multiple fields and ranked by relevance.
- `read_status` (string): Filter by read/unread status
- `sort_by` (string): Sort order (default: relevance when query is present, newest otherwise)
- `subreddit` (string): Filter by subreddit name (without r/ prefix)
- `tag` (string): Filter by label/tag name
- `time_filter` (string): Filter by age

### `get_post` (~31 tokens)

Get full details of a specific saved post by its ID

Input parameters:

- `post_id` (string, required): The post ID

### `get_stats` (~33 tokens)

Get library statistics — total posts, subreddits, labels, read/unread counts, top subreddits and labels

### `list_subreddits` (~23 tokens)

List all subreddits in the saved library with post counts

### `list_labels` (~21 tokens)

List all labels/tags in the saved library with post counts

### `list_collections` (~16 tokens)

List all reading collections/lists

### `label_posts` (~50 tokens)

Add a label/tag to one or more posts. Search first to get post IDs.

Input parameters:

- `label` (string, required): The label to add
- `post_ids` (array, required): Array of post IDs to label

### `remove_label` (~41 tokens)

Remove a label/tag from one or more posts

Input parameters:

- `label` (string, required): The label to remove
- `post_ids` (array, required): Array of post IDs

### `mark_read` (~49 tokens)

Mark one or more posts as read or unread

Input parameters:

- `is_read` (boolean, required): true = mark as read, false = mark as unread
- `post_ids` (array, required): Array of post IDs

### `add_note` (~42 tokens)

Add a personal note to one or more posts

Input parameters:

- `note` (string, required): The note text to attach
- `post_ids` (array, required): Array of post IDs

### `delete_posts` (~30 tokens)

Delete one or more saved posts permanently

Input parameters:

- `post_ids` (array, required): Array of post IDs to delete

### `create_collection` (~50 tokens)

Create a new reading collection/list with selected posts

Input parameters:

- `description` (string): Collection description
- `name` (string, required): Collection name
- `post_ids` (array, required): Array of post IDs to include

### `add_to_collection` (~42 tokens)

Add posts to an existing collection

Input parameters:

- `collection_name` (string, required): Name of the collection
- `post_ids` (array, required): Array of post IDs to add

### `remove_from_collection` (~41 tokens)

Remove posts from a collection

Input parameters:

- `collection_name` (string, required): Name of the collection
- `post_ids` (array, required): Array of post IDs to remove

### `delete_collection` (~31 tokens)

Delete a collection (posts are not deleted)

Input parameters:

- `collection_name` (string, required): Name of the collection to delete

### `export_posts` (~48 tokens)

Export posts as JSON, CSV, or Markdown

Input parameters:

- `format` (string): Export format (default: json)
- `post_ids` (array): Specific post IDs to export (omit for all)

### `connection_status` (~18 tokens)

Check if the Chrome extension is connected and synced

### `sync_to_notion` (~32 tokens)

Sync all saved posts to the connected Notion workspace. Deduplicates automatically — only new posts are pushed.

### `export_to_notion` (~47 tokens)

Export specific posts to Notion by post ID. Requires Notion to be connected in the extension.

Input parameters:

- `post_ids` (array, required): Array of post IDs to export to Notion

### `get_insights` (~74 tokens)

Analyze saved posts for patterns — recurring topics, subreddit clusters, save streaks, and theme overlaps. Useful for finding cross-pollination opportunities.

Input parameters:

- `min_cluster_size` (number): Minimum posts to form a cluster (default: 3)
- `time_filter` (string): Time range to analyze (default: all)

## Diagnostics

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

## Score history

- 2026-09-20: 70
- 2026-09-19: 70
- 2026-09-18: 70
- 2026-09-17: 70
- 2026-09-16: 70
- 2026-09-15: 70
- 2026-09-14: 55

## Common questions

### What is the io.github.SanjhaiPrakash18/readdit-later MCP server?

io.github.SanjhaiPrakash18/readdit-later is an MCP server listed in the public MCP registry as io.github.SanjhaiPrakash18/readdit-later. Search, organize, and chat with your saved Reddit posts from Claude, Cursor, and any MCP client. This page covers its npm package (readdit-later-mcp).

### Is the io.github.SanjhaiPrakash18/readdit-later MCP server safe to use?

io.github.SanjhaiPrakash18/readdit-later scores 70 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the io.github.SanjhaiPrakash18/readdit-later MCP server expose?

io.github.SanjhaiPrakash18/readdit-later exposes 20 tools: search_posts, get_post, get_stats, list_subreddits, list_labels, and 15 more. Their descriptions and schemas cost roughly 950 tokens of context every time the server is loaded.

### Is the io.github.SanjhaiPrakash18/readdit-later MCP server still maintained?

io.github.SanjhaiPrakash18/readdit-later is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the io.github.SanjhaiPrakash18/readdit-later MCP server under?

io.github.SanjhaiPrakash18/readdit-later declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/readdit-later-mcp
- Socket report: https://socket.dev/npm/package/readdit-later-mcp
- Repository: https://github.com/sanjhaiprakash18/readdit-later-mcp
- Website: https://readditlater.in/
- Changelog RSS feed: https://verifymcp.io/servers/sanjhaiprakash18-readdit-later/readdit-later-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/sanjhaiprakash18-readdit-later/readdit-later-mcp.json
- HTML version of this page: https://verifymcp.io/servers/sanjhaiprakash18-readdit-later/readdit-later-mcp
