RedReplier

Every day, people on Reddit, Twitter/X, Bluesky, Hacker News, and Facebook ask for what you sell.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

  • List Websites: List all monitored websites for this account, each with its keywords (value + status: PENDING, ACTIVE, DISABLED, SUSPENDED). Start here — you need website IDs and keyword IDs for most o
  • Get Website: Get a single monitored website by ID, including all of its keywords and their statuses.
  • Create Website: Add a website to monitor across Reddit, Hacker News, X, and Bluesky. Keywords start as PENDING and only go live (ACTIVE) once they fit the plan — call activate_pending_keywords afterwa

What data it sees

Do you need an account

No: the server works without sign-in

Every day, people on Reddit, Twitter/X, Bluesky, Hacker News, and Facebook ask for what you sell. RedReplier pings you the instant they do, and this MCP server lets your agent work the queue.

  • Monitor keyword mentions for your websites across Reddit, Hacker News, X, and Bluesky
  • Every mention is AI-scored 0-100 for relevance, with the reasoning, so real leads surface above the noise
  • Manage monitored websites and the keyword lifecycle: add, edit, enable, disable
  • Triage leads (approve/reject) and control email alert settings
Server tool list (21)

Raw names from tools/list. Only developers need these.

list_websitesList all monitored websites for this account, each with its keywords (value + status: PENDING, ACTIVE, DISABLED, SUSPENDED). Start here — you need website IDs and keyword IDs for most other tools.
get_websiteGet a single monitored website by ID, including all of its keywords and their statuses.
create_websiteAdd a website to monitor across Reddit, Hacker News, X, and Bluesky. Keywords start as PENDING and only go live (ACTIVE) once they fit the plan — call activate_pending_keywords afterwards. The first website for an account also seeds keywords from the shared feed. If you omit description, the back-end scrapes and AI-generates one.
update_websiteUpdate a monitored website's display name or description. The description feeds the AI relevance scoring, so keep it accurate.
delete_websiteStop monitoring a website (soft delete). Its keywords stop matching new mentions.
analyze_websiteScrape a URL and generate an AI description of the business — useful to preview/seed the description before creating a website. Consumes AI quota.
add_keywordsAdd keywords to a website. New keywords are added as PENDING, then any that fit the plan are promoted to ACTIVE automatically. Keywords beyond the plan stay PENDING until activate_pending_keywords (which may require a plan upgrade).
edit_keywordChange a keyword's text. Editing a grader-suspended keyword is free; editing a live keyword counts against the monthly change allowance (see keyword_change_usage). The new value is re-graded and keeps any paid slot it already held.
disable_keywordStop monitoring a keyword (sets it DISABLED). Disabling is unlimited and immediate; any price reduction is applied at the end of the billing cycle.
enable_keywordRe-activate a disabled keyword. If it fits the current plan it goes ACTIVE immediately; otherwise it becomes PENDING and an upgrade is required.
delete_keywordPermanently delete a keyword. Only PENDING keywords can be deleted — disable ACTIVE keywords and edit SUSPENDED ones instead.
activate_pending_keywordsActivate PENDING keywords. Promotes everything that fits the current plan for free; if more keywords remain pending it charges the upgrade needed to cover them. Returns the updated websites. Use preview_activate_pending first to see the cost.
preview_activate_pendingPreview the billing impact of activating all currently pending keywords (current vs target plan, prorated immediate charge) without making any change.
preview_keyword_billingPreview the plan and price required for a desired number of active keywords, without changing anything.
keyword_change_usageGet the current monthly keyword-EDIT allowance and how much is used (limit -1 means unlimited). Adding and disabling keywords are unlimited; only edits count.
list_mentionsList mentions matched for this account across Reddit, Hacker News, X, and Bluesky, AI-scored for relevance (0-100). By default REJECTED mentions are excluded and anything scoring below 30 is hidden — set includeLowRelevance to see everything. Filter by website, status, score bucket, keyword, source, and ingestion date.
count_mentionsCount mentions matching the same filters as list_mentions (without returning the rows). Useful for pagination and dashboards.
update_mention_statusSet a mention's status. APPROVED marks it as a real lead/relevant; REJECTED hides it (and excludes it from default lists); NEW resets it to the inbox.
explain_mentionGet (and lazily generate) the AI relevance reasoning and tags for a single mention — why it was scored the way it was.
get_alert_settingsGet the email-alert settings: whether alerts are enabled, the cadence in minutes, the fastest cadence the plan allows, and the available cadence options.
update_alert_settingsEnable/disable mention email alerts and set the cadence. cadenceMinutes must be one of 60, 240, 720, 1440 and is clamped up to the plan's fastest allowed interval. Omit cadenceMinutes to use the plan default.