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.
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 5 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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.
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
claude mcp add sanjhaiprakash18-readdit-later -- npx -y readdit-later-mcp
{
"mcpServers": {
"sanjhaiprakash18-readdit-later": {
"command": "npx",
"args": [
"-y",
"readdit-later-mcp"
]
}
}
} {
"servers": {
"sanjhaiprakash18-readdit-later": {
"command": "npx",
"args": [
"-y",
"readdit-later-mcp"
]
}
}
} codex mcp add sanjhaiprakash18-readdit-later -- npx -y readdit-later-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"sanjhaiprakash18-readdit-later": {
"type": "local",
"command": [
"npx",
"-y",
"readdit-later-mcp"
],
"enabled": true
}
}
} openclaw mcp add sanjhaiprakash18-readdit-later --command npx --arg -y --arg readdit-later-mcp
mcp_servers:
sanjhaiprakash18-readdit-later:
command: "npx"
args: ["-y", "readdit-later-mcp"] {
"McpServers": {
"sanjhaiprakash18-readdit-later": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"readdit-later-mcp"
]
}
}
} assistant mcp add sanjhaiprakash18-readdit-later -t stdio -c npx -a -y readdit-later-mcp
{
"mcpServers": {
"sanjhaiprakash18-readdit-later": {
"command": "npx",
"args": [
"-y",
"readdit-later-mcp"
]
}
}
} 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.
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 →
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 →
add_note ~42
Add a personal note to one or more posts
| Name | Type | Req | Description |
|---|---|---|---|
| note | string | yes | The note text to attach |
| post_ids | array | yes | Array of post IDs |
No output schema declared.
No examples provided.
add_to_collection ~42
Add posts to an existing collection
| Name | Type | Req | Description |
|---|---|---|---|
| collection_name | string | yes | Name of the collection |
| post_ids | array | yes | Array 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
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | – | Collection description |
| name | string | yes | Collection name |
| post_ids | array | yes | Array of post IDs to include |
No output schema declared.
No examples provided.
delete_collection ~31
Delete a collection (posts are not deleted)
| Name | Type | Req | Description |
|---|---|---|---|
| collection_name | string | yes | Name of the collection to delete |
No output schema declared.
No examples provided.
delete_posts ~30
Delete one or more saved posts permanently
| Name | Type | Req | Description |
|---|---|---|---|
| post_ids | array | yes | Array of post IDs to delete |
No output schema declared.
No examples provided.
export_posts ~48
Export posts as JSON, CSV, or Markdown
| Name | Type | Req | Description |
|---|---|---|---|
| format | string | – | Export format (default: json) |
| post_ids | array | – | Specific 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.
| Name | Type | Req | Description |
|---|---|---|---|
| post_ids | array | yes | Array 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.
| Name | Type | Req | Description |
|---|---|---|---|
| min_cluster_size | number | – | Minimum posts to form a cluster (default: 3) |
| time_filter | string | – | Time 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
| Name | Type | Req | Description |
|---|---|---|---|
| post_id | string | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| label | string | yes | The label to add |
| post_ids | array | yes | Array 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
| Name | Type | Req | Description |
|---|---|---|---|
| is_read | boolean | yes | true = mark as read, false = mark as unread |
| post_ids | array | yes | Array of post IDs |
No output schema declared.
No examples provided.
remove_from_collection ~41
Remove posts from a collection
| Name | Type | Req | Description |
|---|---|---|---|
| collection_name | string | yes | Name of the collection |
| post_ids | array | yes | Array of post IDs to remove |
No output schema declared.
No examples provided.
remove_label ~41
Remove a label/tag from one or more posts
| Name | Type | Req | Description |
|---|---|---|---|
| label | string | yes | The label to remove |
| post_ids | array | yes | Array 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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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 |
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.
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.