Content Tools
r3ader.com
Provides RSS feed validation, OPML generation, and R3ader product documentation for feed onboarding.
ENDPOINT 1
https://r3ader.com/api/mcp
MCP server metadata
- Name
- r3ader
- Version
- 1.0.0
Known tools 9
validate_feed_urlFetch a public feed URL and report status / likely format (RSS, Atom, JSON Feed).
Inferred read-onlyget_deep_linkReturn r3ader.com deep links for app, signup, add-feed, import guide, or tools.
Inferred read-onlyanalyze_feedAssess a feed URL, website URL, OPML snippet, or text for RSS onboarding (findings + next actions).
Inferred read-onlyestimate_reading_loadEstimate weekly reading hours or attention cost from feed volume (ROI-style estimate).
Inferred read-onlyrecommend_reader_planRecommend R3ader Free vs sync signup based on use case, urgency, and budget.
Inferred read-onlycompare_readersCompare R3ader vs alternatives (or custom options) by price, OPML, local-first, sync.
Inferred read-onlystart_with_r3aderCommercial next step: start free trial/signup, request audit, book help, or contact path.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.r3ader]
url = "https://r3ader.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"r3ader": {
"type": "http",
"url": "https://r3ader.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: r3ader
Remote MCP URL: https://r3ader.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"r3ader": {
"url": "https://r3ader.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"r3ader": {
"type": "http",
"url": "https://r3ader.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "r3ader",
"transport": "streamable-http",
"url": "https://r3ader.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for r3ader.com was fetched 2026-08-25T20:42:26.135Z.
r3ader.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.