prowlo-mcp
OfficialProwlo 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/mcpClients without native HTTP MCP (stdio bridge)
npx mcp-remote https://api.prowlo.com/mcpSee full guides for Claude Desktop, Cursor, Cline, and Windsurf.
Tools
Tool | What it does |
| Semantic search over your Dataset (Reddit + X), ranked by relevance |
| Live Reddit search across subreddits |
| List and fetch typed records (cursor-paginated) |
| Full post body + comment threads |
| Recent posts from a subreddit |
| 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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/prowlo-com/prowlo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server