← mentiondrop.com

INDIVIDUAL MCP TOOL

generate_reply_draft

Generate a draft reply or outreach email for one processed mention.

mentiondrop.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.mentiondrop.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for generate_reply_draft and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests sending messages.

Parent server

mentiondrop.com

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

  • list_keywords — List every keyword this MentionDrop account monitors, with its id, role (own_brand, competitor, or industry), and active state.
  • 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.