rh-sentiment

ReidThomas1827/rh-sentiment
★ 0 stars Python AI/LLM Updated 2d ago
Deterministic Reddit sentiment/mention-volume scanner (MCP server) for a local trading agent
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "rh-sentiment": {
      "command": "uvx",
      "args": [
        "rh-sentiment"
      ]
    }
  }
}

Or install with pip: pip install rh-sentiment

README Excerpt

A standalone module the trading agent calls as one step before picking candidates. Deterministic (regex + VADER lexicon), **no LLM**. Exposed to OpenClaw as an MCP server with two tools. | File | Role | |---|---| | `config.toml` | all tunables (subreddits, windows, thresholds, cache TTL, `backend`) |