MentionDrop platform help — web and Reddit mention monitoring with AI summaries, sentiment analysis, relevance scoring, suggested actions, Slack/webhook alerts, reply drafts, and a REST API (mentions, keywords, digest, reply-drafts). Use when MentionDrop alerts return too many irrelevant mentions and you need to tune keyword filtering, you're not sure how to set up keyword context to reduce noise for ambiguous brand names, AI summaries aren't capturing the sentiment or context you expected, webhook notifications aren't firing or the payload format is unclear, you want to pull MentionDrop mentions into your CRM or dashboard via the API, you're deciding between the Monitor and Radar paid plans, you want to compare MentionDrop vs F5Bot vs Syften vs Octolens, or Slack notifications aren't arriving for new mentions. Do NOT use for social listening strategy across tools (use /sales-social-listening) or choosing between social listening platforms (use /sales-social-listening).
MentionDrop platform help — web and Reddit mention monitoring with AI summaries, sentiment analysis, relevance scoring, suggested actions, Slack/webhook alerts, reply drafts, and a REST API (mentions, keywords, digest, reply-drafts). Use when MentionDrop alerts return too many irrelevant mentions and you need to tune keyword filtering, you're not sure how to set up keyword context to reduce noise for ambiguous brand names, AI summaries aren't capturing the sentiment or context you expected, webhook notifications aren't firing or the payload format is unclear, you want to pull MentionDrop mentions into your CRM or dashboard via the API, you're deciding between the Monitor and Radar paid plans, you want to compare MentionDrop vs F5Bot vs Syften vs Octolens, or Slack notifications aren't arriving for new mentions. Do NOT use for social listening strategy across tools (use /sales-social-listening) or choosing between social listening platforms (use /sales-social-listening).
argument-hint
[describe what you need help with in MentionDrop — e.g., 'too much noise in my alerts' or 'how do I use the API to pull mentions']
Reddit lead generation with intent scoring → /sales-buska [question]
Otherwise, answer directly from the platform reference below.
Step 3 — MentionDrop platform reference
Read references/platform-guide.md for the full platform reference — capabilities, pricing, data model, API details, integration recipes, and workflow examples.
Answer the user's question using only the relevant section. Don't dump the full reference.
Step 4 — Actionable guidance
Focus on the user's specific situation:
Noise reduction — add keyword context to help MentionDrop distinguish your brand from common words, use sentiment filters to focus on negative or positive mentions, adjust relevance scoring thresholds
Keyword strategy — use exact brand name, product names, and competitor names; add context descriptions so the AI understands what you mean by ambiguous terms
Alert routing — use Slack for real-time team awareness, webhooks for CRM/automation pipelines, email digests for daily review
API integration — the API supports reads and writes: pull processed mentions (filter by keyword, source, sentiment, content_type, contact_found, date range), list/create/update keywords, save relevance feedback (PATCH /mentions/{id}), pull a grouped digest, and generate reply drafts
Plan selection — Monitor ($29/mo, 5 keywords, 30-day history) covers most solo founders; Radar ($59/mo, 20 keywords, 90-day history) for teams monitoring multiple brands/competitors
If you discover a gotcha or tip not covered in references/learnings.md, append it there.
Gotchas
Best-effort from research — review these, especially items about plan-gated features and pricing that may change.
API supports reads and writes. You can pull mentions, list/create/update keywords (/keywords), save relevance feedback (PATCH /mentions/{id}), pull a grouped digest (/digest), and generate reply drafts (/reply-drafts). Notification channels (Slack/email/webhook) are still dashboard-only. The base URL is https://www.mentiondrop.com/api/v1.
Paid tiers are Monitor ($29/mo, 5 keywords) and Radar ($59/mo, 20 keywords). Monitor keeps 30 days of mention history, Radar 90 days. (The API /me plan codes are free/starter/pro and don't match the public tier names.)
Keyword context is critical for noise reduction. MentionDrop uses AI to filter relevance, but ambiguous brand names (e.g., "Mercury", "Notion") need explicit context like "Mercury is a banking app for startups" to avoid false positives.
Web monitoring depends on Ahrefs Firehose. Coverage is broad but not exhaustive — niche forums or gated communities may not appear. Reddit coverage is direct.
Webhook payload format is not fully documented. Test with webhook.site first to see the actual payload structure before building integrations.
No native Zapier/Make app. Use webhooks to trigger Zapier/Make/n8n workflows. For iPaaS-native monitoring, consider Brand24 or Octolens.
Detection time averages ~4 minutes. Faster than Google Alerts (2-3 days) but not truly real-time. For sub-minute alerts, consider Syften or Octolens.
No historical data backfill. Monitoring starts from when you add a keyword — no retroactive mention discovery.
Related skills
/sales-social-listening — Social listening strategy across all platforms — tool comparison, monitoring setup, competitive intel, crisis detection
/sales-octolens — Octolens — developer-first social listening with API/MCP on all plans from $25/mo
/sales-buska — Buska — AI social listening for lead gen across 30+ platforms, intent scoring, MCP server
/sales-brand24 — Brand24 — affordable social listening with Storm Alerts and MCP server
/sales-do — Not sure which skill to use? The router matches any sales objective to the right skill. Install: npx skills add sales-skills/sales --skill sales-do
Examples
Example 1: Set up brand monitoring for a SaaS product
User says: "I just launched a project management tool called TaskFlow and want to know when people mention it online"
Skill does:
Reads platform guide for keyword setup and context configuration
Creates keyword "TaskFlow" with context: "TaskFlow is a project management SaaS tool for remote teams"
Adds competitor keywords: "Asana", "Monday.com", "ClickUp" for competitive monitoring
Configures Slack for real-time alerts and email for daily digests
Recommends $29/mo plan for 5 keywords covering brand + top competitors
Result: Brand monitoring live within minutes, AI-summarized alerts with sentiment
Example 2: Pull MentionDrop mentions into a dashboard via API
User says: "How do I get my MentionDrop mentions into a Google Sheet or dashboard?"
Skill does:
Reads API reference for authentication and endpoint details
Shows how to create an API key in the dashboard Settings
Provides cURL example: GET /api/v1/mentions?sentiment=negative&limit=50
Builds a Python script to fetch mentions and write to Google Sheets via gspread
Sets up a cron job or n8n workflow to run the script hourly
Result: Automated pipeline from MentionDrop mentions to spreadsheet dashboard
Example 3: Too many irrelevant mentions
User says: "I'm monitoring 'Mercury' but getting tons of mentions about the planet and the car brand"
Skill does:
Explains keyword context feature — add a description like "Mercury is a banking platform for startups"
Recommends using sentiment filter to focus on relevant business mentions
Suggests adding more specific keywords: "Mercury banking", "Mercury startup bank"
Notes that the AI relevance scoring should deprioritize off-topic mentions over time
Result: Cleaner mention feed focused on the actual brand
Troubleshooting
Mentions arriving late or missing
Symptom: You see a Reddit post about your brand but MentionDrop didn't catch it, or it appeared hours later
Cause: Average detection time is ~4 minutes for indexed sources, but niche forums or low-traffic subreddits may take longer. Some web sources depend on Ahrefs Firehose crawl frequency.
Solution: Check if the source is within MentionDrop's coverage (web via Ahrefs + Reddit). For niche forums, consider adding ForumScout or Syften as supplementary monitoring. For Reddit-specific speed, Syften offers sub-minute alerts.
Webhook not delivering payloads
Symptom: Webhook URL is configured but your endpoint never receives data
Cause: Endpoint may be returning non-2xx status, URL may be incorrect, or no new mentions match your filters
Solution: Test with webhook.site first to verify MentionDrop sends payloads. Check that your endpoint accepts POST requests and returns 200. Lower any filters temporarily to trigger a test mention. Verify the webhook URL in your MentionDrop dashboard settings.
AI summaries seem inaccurate
Symptom: Sentiment says "positive" but the mention is clearly negative, or the summary misses the key point
Cause: AI summarization (Gemini Flash-Lite) can struggle with sarcasm, industry jargon, or multi-language content
Solution: Use summaries as a quick filter, not a final judgment. Click through to the original mention for important conversations. If sentiment is consistently wrong for your industry, rely more on relevance scoring and manual review for high-impact mentions.