Skip to main content
Glama

RedReplier Agent

Give your AI agent the ability to monitor Reddit, Hacker News, X, and Bluesky for keyword mentions of your product — and triage the AI-scored leads — from a single command.

Works with: Claude Code, Cursor, Windsurf, Codex, and any agent that supports skills.

Install

npx skills add redreplier/agent

Other installation methods

Manual: Copy the skills/redreplier/ folder into your project's skills directory.

Cursor remote rules: Point to https://raw.githubusercontent.com/redreplier/agent/main/skills/redreplier/SKILL.md

Related MCP server: social-superpowers

Setup

  1. Create an account at redreplier.com/signup

  2. Add the websites and keywords you want to monitor

  3. Create an API token at Settings → API Tokens

  4. Run:

    ./scripts/redreplier.js setup --key redreplier_xxxxx

What it does

Once installed, your AI agent can:

  • Manage monitored websites — add, update, AI-analyze, remove

  • Manage keywords — add, edit, enable/disable, activate within your plan

  • Triage mentions — list AI-scored mentions from Reddit, Hacker News, X, and Bluesky, filter by relevance / keyword / source / date, approve or reject leads

  • Explain relevance — see why a mention scored the way it did

  • Configure alerts — enable email digests and set the cadence

Example

You: Show me this week's best leads for my product.
Agent: 3 mentions scoring 70+. Top: r/webdev "Looking for an example tool" (85) —
       a direct buying-intent question, plus one on Hacker News and one on X.
       Want me to approve them and reject the rest?

Alternative: MCP

For deeper integration with Claude Desktop, Cursor, or other MCP-compatible clients, use the RedReplier MCP server:

{
  "mcpServers": {
    "redreplier": {
      "type": "http",
      "url": "https://mcp.redreplier.com/mcp",
      "headers": {
        "Authorization": "Bearer redreplier_your_key"
      }
    }
  }
}

License

MIT

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    A read-only research MCP server that provides search and browsing tools for Hacker News, Reddit, and Product Hunt. Works with zero API keys for basic use.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    A hosted MCP server that gives AI agents live read-only access to X/Twitter and Reddit, no API keys required.
    1
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables AI agents to semantically search and access read-only Reddit and X data through a hosted MCP server, with residential proxy crawling and no API credentials required.
    -
  • A
    license
    A
    quality
    C
    maintenance
    An MCP server that turns Claude into a Reddit lead-finding agent: search for buying-intent conversations, score them against your product, and read full threads before drafting a reply.
    3
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/RedReplier/agent'

If you have feedback or need assistance with the MCP directory API, please join our Discord server