Social Media
prowlo.com
Provides filtered social media data from Reddit and X to AI agents via MCP.
ENDPOINT 1
https://api.prowlo.com/mcp
MCP server metadata
- Name
- prowlo
- Version
- 0.1.0
Prowlo has three distinct "keyword" concepts: 1. KEYWORD MONITOR — the dashboard's "Keywords" page: a Watcher with platform "reddit_search" that searches all of Reddit daily. Manage via keyword_monitor_* and watcher_* tools. 2. TAGGING RULES — org-wide labels applied to posts your Watchers already ingest; they do not search Reddit. Manage via tag_rule_* tools (the keyword_* names are deprecated aliases for these). 3. The `keyword` filter param in list_records/search_dataset — a free-text search filter. When a user says "my keywords" they almost always mean the Keyword Monitor. Prowlo exposes three distinct DATA PLANES — pick tools by which one you need: - CATALOG (catalog_* tools): Prowlo's own global pre-crawled subreddit directory (~1,200 tracked communities) — stats, growth, promo tolerance, similar communities, rankings. Cached, free, not metered. Use for discovering and vetting subreddits to watch. - LIVE (social_* tools): real-time Reddit/Hacker News reads through Prowlo's proxy stack. Metered, 1 credit each, daily-capped. - DATASET (search_dataset/list_records/get_record): the org's OWN indexed records — what its Watchers ingested. Free, rate-limited.
Known tools 45
get_product_profileGet your organization's product profile: name, description, audience, value propositions, tone, and reply guidelines.
Inferred read-onlytag_rule_listList your org's TAGGING RULES (the dashboard's 'Tagging rules') — labels applied to posts your Watchers already ingest.
Inferred read-onlytag_rule_createCreate TAGGING RULES (the dashboard's 'Tagging rules') — org-wide labels for posts your Watchers already ingest.
Potential side effectstag_rule_updateUpdate a TAGGING RULE (dashboard: 'Tagging rules') — not a Keyword Monitor entry (those are Watchers; see watcher_update).
Potential side effectstag_rule_deleteRemove a TAGGING RULE (dashboard: 'Tagging rules') and stop it from tagging posts — not a Keyword Monitor entry (those are Watchers; see watcher_delete).
Potential side effectslist_recordsList records in your Dataset (Prowlo’s indexed posts from crawled sources).
Inferred read-onlysearch_datasetSemantic or keyword search across your Dataset (vector + full-text over your indexed corpus).
Inferred read-onlyget_recordFetch one Dataset record by id (full body + intent/embedding signals + tags).
Inferred read-onlyget_dataset_summaryHigh-level summary of your Dataset: record count, last ingest time, number of watchers/sources, busiest channels, plus your daily live-read usage and reset time.
Inferred read-onlylist_watchersList the Watchers configured for your organization (the same ones the dashboard manages).
Inferred read-onlyget_crawl_activityRead crawl-run activity: a summary (total runs, errored runs, new posts, matched, stored bytes) plus a paginated list of recent runs with per-run fetched/matched/new/duration and any error.
Inferred read-onlyget_alertsRead recent operational alerts derived from real failures: errored crawl runs (critical) and failed webhook deliveries (warning), merged and time-sorted.
Inferred read-onlycatalog_search_subredditsSemantic + keyword search over Prowlo's own pre-crawled subreddit catalog (~1,200 tracked, active, non-NSFW communities) — NOT a live Reddit call and NOT your org's Dataset.
Inferred read-onlycatalog_get_subredditOne subreddit's card from Prowlo's tracked catalog — NOT a live Reddit call.
Inferred read-onlycatalog_top_subredditsRanked lists from Prowlo's tracked catalog — NOT a live Reddit call.
Inferred read-onlyalert_listList your organization’s Alerts (persistent rules that fire to Slack/webhooks when records match).
Potential side effectsalert_get_deliveriesList recent deliveries (fires) for one Alert — what was matched and where it was sent.
Inferred read-onlytrend_listList your organization’s Trends (saved queries that produce a time-series, e.
Inferred read-onlytrend_getGet one Trend with its computed time-series points (count + per-intent breakdown per interval bucket).
Inferred read-onlyget_usageGet your daily live-read usage: today's passthrough count, your daily cap, and reset time.
Inferred read-onlyget_accountGet your Prowlo account details: organization ID + name, your user ID, email, role, plan, account status, and integration state (connected Slack channels, webhook endpoints).
Potential side effectswatcher_createCreate Watchers — including KEYWORD MONITOR entries (the dashboard's "Keywords" page): pass platform "reddit_search" with the search query as `channel`; each searches all of Reddit daily and draws from its own per-plan keyword limit (keyword_monitor_create is the one-query shortcut).
Potential side effectskeyword_monitor_listList your Keyword Monitor entries (the dashboard's "Keywords" page): each searches all of Reddit once a day for its query and ingests matches into your Dataset.
Inferred read-onlykeyword_monitor_createAdd a Keyword Monitor entry — searches all of Reddit daily for this query and ingests matches into your Dataset.
Inferred read-onlyhumanize_commentRewrite YOUR drafted comment so it reads like a real person typed it, not an AI: strips AI tells, compresses to the 1-2 points that matter, varies rhythm, and lightly "dirties" it (lowercase sentence starts, no markdown).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.prowlo]
url = "https://api.prowlo.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"prowlo": {
"type": "http",
"url": "https://api.prowlo.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: prowlo
Remote MCP URL: https://api.prowlo.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"prowlo": {
"url": "https://api.prowlo.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"prowlo": {
"type": "http",
"url": "https://api.prowlo.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "prowlo",
"transport": "streamable-http",
"url": "https://api.prowlo.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for prowlo.com was fetched 2026-07-31T14:26:27.657Z and is being refreshed.
prowlo.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.