streamable-httpupdated 25d ago
Hosted MCP server that gives Claude, Cursor, Cline, or any MCP client clean, semantically-searchable Reddit and X data โ via Prowlo's own independent, hosted crawl, read-only, with no Reddit API credentials.
What can you do with Prowlo โ Reddit & X for AI agents?
Prowlo MCP โ Reddit & X for AI agents
Hosted MCP server that gives Claude, Cursor, Cline, or any MCP client clean, semantically-searchable Reddit and X data โ via Prowlo's own independent, hosted crawl, read-only, with no Reddit API credentials.
Endpoint: https://api.prowlo.com/mcp ยท Homepage ยท Setup docs ยท 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 โ an independent hosted crawl, filtering, embeddings, and the MCP endpoint โ so it keeps working. Connect once and your agent can search, rank, and cite Reddit (and X) over time, instead of taking a one-off peek that breaks next week.
- Semantic search over a persistent Dataset (vector embeddings) โ find by meaning, not keyword regex
- Clean typed JSON โ no HTML scraping, no Reddit API, no glue code
- Read-only โ Prowlo never posts; your agent finds and ranks, you stay in the loop
- Delivery over MCP + REST + webhooks, plus Slack/email Alerts
Connect in 30 seconds
OAuth (recommended)
Add https://api.prowlo.com/mcp as a custom connector โ Connect โ sign in. No API key, no JSON, no restart.
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
Clients without native HTTP MCP (stdio bridge)
npx mcp-remote https://api.prowlo.com/mcp
See full guides for Claude Desktop, Cursor, Cline, and Windsurf.
Tools
| Tool | What it does |
|---|---|
search_dataset |
Semantic search over your Dataset (Reddit + X), ranked by relevance |
reddit_search |
Live Reddit search across subreddits |
list_records / get_record |
List and fetch typed records (cursor-paginated) |
read_post / read_comments |
Full post body + comment threads |
list_subreddit_posts |
Recent posts from a subreddit |
list_watchers / watcher_create |
Manage Watchers โ what Prowlo ingests into your Dataset |
Full reference: https://prowlo.com/docs/api-reference
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."
- "Summarize the top complaints about <competitor> across r/SaaS this month, with sources."
Sources
- โ Reddit โ live
- ๐ X / Twitter โ rolling out
- ๐ More social sources
Links
- Homepage: https://prowlo.com
- MCP setup: https://prowlo.com/docs/mcp-setup
- Integration guides (Claude / Cursor / Cline / Windsurf): https://prowlo.com/integrations/claude-mcp
- Pricing: https://prowlo.com/pricing
Prowlo is a hosted, commercial service. This repository is documentation and connection examples โ there's nothing to install or run; the MCP server lives at https://api.prowlo.com/mcp.
Install
Add Prowlo โ Reddit & X for AI agents to your client. Pick the one you use.
claude mcp add --transport http prowlo-reddit-x-for-ai-agents https://api.prowlo.com/mcpcodex mcp add prowlo-reddit-x-for-ai-agents --url https://api.prowlo.com/mcp{
"mcpServers": {
"prowlo-reddit-x-for-ai-agents": {
"url": "https://api.prowlo.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"prowlo-reddit-x-for-ai-agents": {
"type": "http",
"url": "https://api.prowlo.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"prowlo-reddit-x-for-ai-agents": {
"url": "https://api.prowlo.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"prowlo-reddit-x-for-ai-agents": {
"serverUrl": "https://api.prowlo.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
3 tools
Prowlo โ Reddit & X for AI agents exposes 3 tools to a connected agent.
- search_dataset
- Semantic search over your Dataset (Reddit + X), ranked by relevance
- reddit_search
- Live Reddit search across subreddits
- list_subreddit_posts
- Recent posts from a subreddit
Score
66 / 100
Good
- Documentation22/25
- Maintenance19/25
- Trust9/20
- Capability4/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 17 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 3 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.0.1Latest | Jun 18, 2026 |
| 1.0.0 | Jun 17, 2026 |