Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.SanjhaiPrakash18/readdit-later

NPM · READDIT-LATER-MCP · 2 COMPONENTS · SCANNED SEP 20

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

70 Trust /100
Trust breakdown (7 categories)

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 → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability73
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 950 tokens (~47/item across 20 items; 20 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
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
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 4 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 20 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

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.

npm · readdit-later-mcp

# add to Claude Code
claude mcp add sanjhaiprakash18-readdit-later -- npx -y readdit-later-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "sanjhaiprakash18-readdit-later": {
      "command": "npx",
      "args": [
        "-y",
        "readdit-later-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "sanjhaiprakash18-readdit-later": {
      "command": "npx",
      "args": [
        "-y",
        "readdit-later-mcp"
      ]
    }
  }
}
# add to Codex CLI
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
    }
  }
}
# add to OpenClaw
openclaw mcp add sanjhaiprakash18-readdit-later --command npx --arg -y --arg readdit-later-mcp
# ~/.hermes/config.yaml
mcp_servers:
  sanjhaiprakash18-readdit-later:
    command: "npx"
    args: ["-y", "readdit-later-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "sanjhaiprakash18-readdit-later": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "readdit-later-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add sanjhaiprakash18-readdit-later -t stdio -c npx -a -y readdit-later-mcp
// mcp.json
{
  "mcpServers": {
    "sanjhaiprakash18-readdit-later": {
      "command": "npx",
      "args": [
        "-y",
        "readdit-later-mcp"
      ]
    }
  }
}
Changelog

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.

  • 20 Sept 26 0
    • Security disclosure: unverified → fail functional
  • 18 Sept 26 0
    • Security disclosure: fail → unverified functional
  • 15 Sept 26 +15
    • Malware scan: unverified → pass security
  • 14 Sept 26 55

    First indexed and scored.

Diagnostics

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 20 Sept 2026 · Analysed npm/readdit-later-mcp@1.1.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 20 exposed · ~950 tokens

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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
add_note ~42

Add a personal note to one or more posts

NameTypeReqDescription
notestringyesThe note text to attach
post_idsarrayyesArray of post IDs

No output schema declared.

No examples provided.

add_to_collection ~42

Add posts to an existing collection

NameTypeReqDescription
collection_namestringyesName of the collection
post_idsarrayyesArray of post IDs to add

No output schema declared.

No examples provided.

connection_status ~18

Check if the Chrome extension is connected and synced

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

create_collection ~50

Create a new reading collection/list with selected posts

NameTypeReqDescription
descriptionstringCollection description
namestringyesCollection name
post_idsarrayyesArray of post IDs to include

No output schema declared.

No examples provided.

delete_collection ~31

Delete a collection (posts are not deleted)

NameTypeReqDescription
collection_namestringyesName of the collection to delete

No output schema declared.

No examples provided.

delete_posts ~30

Delete one or more saved posts permanently

NameTypeReqDescription
post_idsarrayyesArray of post IDs to delete

No output schema declared.

No examples provided.

export_posts ~48

Export posts as JSON, CSV, or Markdown

NameTypeReqDescription
formatstringExport format (default: json)
post_idsarraySpecific post IDs to export (omit for all)

No output schema declared.

No examples provided.

export_to_notion ~47

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

NameTypeReqDescription
post_idsarrayyesArray of post IDs to export to Notion

No output schema declared.

No examples provided.

get_insights ~74

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

NameTypeReqDescription
min_cluster_sizenumberMinimum posts to form a cluster (default: 3)
time_filterstringTime range to analyze (default: all)

No output schema declared.

No examples provided.

get_post ~31

Get full details of a specific saved post by its ID

NameTypeReqDescription
post_idstringyesThe post ID

No output schema declared.

No examples provided.

get_stats ~33

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

label_posts ~50

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

NameTypeReqDescription
labelstringyesThe label to add
post_idsarrayyesArray of post IDs to label

No output schema declared.

No examples provided.

list_collections ~16

List all reading collections/lists

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_labels ~21

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_subreddits ~23

List all subreddits in the saved library with post counts

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

mark_read ~49

Mark one or more posts as read or unread

NameTypeReqDescription
is_readbooleanyestrue = mark as read, false = mark as unread
post_idsarrayyesArray of post IDs

No output schema declared.

No examples provided.

remove_from_collection ~41

Remove posts from a collection

NameTypeReqDescription
collection_namestringyesName of the collection
post_idsarrayyesArray of post IDs to remove

No output schema declared.

No examples provided.

remove_label ~41

Remove a label/tag from one or more posts

NameTypeReqDescription
labelstringyesThe label to remove
post_idsarrayyesArray of post IDs

No output schema declared.

No examples provided.

search_posts ~231

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.

NameTypeReqDescription
authorstringFilter by Reddit username (without u/ prefix)
content_typestringFilter by post type
item_typestringFilter posts vs saved comments
limitnumberMax results to return (omit to return all matches)
min_commentsnumberMinimum comment count
min_scorenumberMinimum upvote score
querystringSearch keywords (matches title, body, subreddit, author, notes, labels). Posts are scored across multiple fields and ranked by relevance.
read_statusstringFilter by read/unread status
sort_bystringSort order (default: relevance when query is present, newest otherwise)
subredditstringFilter by subreddit name (without r/ prefix)
tagstringFilter by label/tag name
time_filterstringFilter by age

No output schema declared.

No examples provided.

sync_to_notion ~32

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

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.