INDIVIDUAL MCP TOOL
list_keywords
List every keyword this MentionDrop account monitors, with its id, role (own_brand, competitor, or industry), and active state.
LIVE ENDPOINT
https://www.mentiondrop.com/api/mcp
Connect to this endpoint to inspect the live schema for list_keywords and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
create_keyword— Start monitoring a new keyword for this account.update_keyword— Update one existing monitored keyword by id: change its role, context, active state, minimum relevance threshold, excluded content types, or exclusion terms.get_recent_mentions— Return the most recent mentions matched for this account, newest first, each with its AI summary, sentiment, relevance score, and suggested action.search_mentions— Find mentions whose title, summary, URL, suggested action, or matched keyword contain every word in the query.get_competitor_signals— Return recent mentions matched by competitor-role keywords, optionally narrowed to a single competitor name.get_pain_signals— Return recent industry-role mentions that read as demand or pain signals, meaning they carry a suggested action or score at least 80 for relevance.get_digest— Return one grouped catch-up brief of recent mentions, split into owned brand mentions, competitor signals, demand signals, and conversations worth replying to.get_mention— Fetch one mention by id with its full record: title, AI summary, sentiment, relevance score, suggested action, source, and matched keyword.