Social Media
mentiondrop.com
Monitors brand mentions and keywords across social media, providing AI summaries, sentiment analysis, and suggested actions.
ENDPOINT 1
https://www.mentiondrop.com/api/mcp
MCP server metadata
- Name
- mentiondrop
- Version
- 1.0.0
Known tools 11
list_keywordsList every keyword this MentionDrop account monitors, with its id, role (own_brand, competitor, or industry), and active state.
Inferred read-onlyupdate_keywordUpdate one existing monitored keyword by id: change its role, context, active state, minimum relevance threshold, excluded content types, or exclusion terms.
Potential side effectsget_recent_mentionsReturn the most recent mentions matched for this account, newest first, each with its AI summary, sentiment, relevance score, and suggested action.
Inferred read-onlysearch_mentionsFind mentions whose title, summary, URL, suggested action, or matched keyword contain every word in the query.
Inferred read-onlyget_competitor_signalsReturn recent mentions matched by competitor-role keywords, optionally narrowed to a single competitor name.
Inferred read-onlyget_pain_signalsReturn recent industry-role mentions that read as demand or pain signals, meaning they carry a suggested action or score at least 80 for relevance.
Inferred read-onlyget_digestReturn one grouped catch-up brief of recent mentions, split into owned brand mentions, competitor signals, demand signals, and conversations worth replying to.
Inferred read-onlyget_mentionFetch one mention by id with its full record: title, AI summary, sentiment, relevance score, suggested action, source, and matched keyword.
Inferred read-onlymark_mention_reviewedRecord a review verdict on one mention as relevant or not_relevant.
Inferred read-onlygenerate_reply_draftGenerate a draft reply or outreach email for one processed mention.
Potential side effectsCONNECT 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.mentiondrop]
url = "https://www.mentiondrop.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mentiondrop": {
"type": "http",
"url": "https://www.mentiondrop.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mentiondrop
Remote MCP URL: https://www.mentiondrop.com/api/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": {
"mentiondrop": {
"url": "https://www.mentiondrop.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mentiondrop": {
"type": "http",
"url": "https://www.mentiondrop.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mentiondrop",
"transport": "streamable-http",
"url": "https://www.mentiondrop.com/api/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 mentiondrop.com was fetched 2026-08-23T19:35:55.987Z.
mentiondrop.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.