送信

Prowlo

@Egidijus

Hosted MCP server that gives any AI agent clean, semantically-searchable Reddit (and X) data — read-only, no Reddit API.
概要

Prowlo — Reddit & X for AI agents

Hosted MCP server that gives Claude, Cursor, Cline, or any MCP client clean, semantically-searchable Reddit (and X, rolling out) data — crawled through residential proxies, read-only, with no Reddit API credentials.

Endpoint: https://api.prowlo.com/mcp · Free 14-day trial, then $19/mo.

Why a hosted Reddit MCP server?

Most free Reddit MCP servers broke in 2026, when Reddit started returning 403 on the unauthenticated endpoints they relied on. Prowlo runs the whole pipeline for you — residential-proxy crawl, anti-bot, embeddings, and the MCP endpoint — so it keeps working. Connect once and your agent can search, rank, and cite Reddit over time.

  • Semantic search over a persistent Dataset (vector embeddings) — find by meaning, not keyword
  • Clean typed JSON — no HTML scraping, no Reddit API, no glue code
  • Read-only — your agent finds and ranks; you do any posting
  • Delivery over MCP + REST + webhooks, plus Slack/email Alerts

Connect

OAuth (recommended): add https://api.prowlo.com/mcp as a custom connector → Connect → sign in. No key.

Config block (Claude Desktop / Cursor / Cline):

{ 
 "mcpServers": { 
      "prowlo": { 
            "url": "https://api.prowlo.com/mcp" 
        }
   }
} 

Claude Code: claude mcp add --transport http prowlo https://api.prowlo.com/mcp

Stdio bridge: npx -y mcp-remote https://api.prowlo.com/mcp

Tools

  • search_dataset — semantic search over your Reddit/X Dataset
  • reddit_search — live Reddit search
  • list_records / get_record — list and fetch typed records
  • read_post / read_comments — full post + comment threads
  • list_watchers / watcher_create — manage what Prowlo ingests

Example prompts

  • "What is r/MachineLearning saying about vector databases this week?"
  • "Find people on Reddit asking for a GummySearch alternative, ranked by buying intent."

Links

Prowlo is a hosted, commercial service — nothing to install; the server lives at https://api.prowlo.com/mcp.

That gives the listing a proper landing page (keyword-rich, connect steps, tools, examples) and reuses your exact, on-brand copy. After this you can hit Submit Server.

サーバー設定

{
  "mcpServers": {
    "prowlo": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.prowlo.com/mcp"
      ]
    }
  }
}