← dmnode.com

INDIVIDUAL MCP TOOL

dmnode_create_reviewed_draft

Run the required safety check, create a reviewed draft campaign, and optionally start execution immediately.

dmnode.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

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

  • A tool name or description contains a write-action term.

Parent endpoint

dmnode.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.dmnode-com]
url = "https://dmnode.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "dmnode-com": {
      "type": "http",
      "url": "https://dmnode.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: dmnode-com
Remote MCP URL: https://dmnode.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": {
    "dmnode-com": {
      "url": "https://dmnode.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "dmnode-com": {
      "type": "http",
      "url": "https://dmnode.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "dmnode-com",
  "transport": "streamable-http",
  "url": "https://dmnode.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • dmnode_list_campaigns — List campaigns visible to the authenticated DMnode API key workspace.
  • dmnode_get_campaign — Return status, target counts, target-level results, replies, webhooks, and worker jobs for one campaign.
  • dmnode_run_safety_check — Validate targets, duplicate prevention, suppressions, billing limits, sender capacity, webhooks, and personalization before campaign creation.
  • dmnode_start_campaign — Start sending queued outreach for a reviewed draft, scheduled, or paused campaign.
  • dmnode_list_senders — List sender account status, capacity, warmup state, and health visible to the authenticated workspace.
  • dmnode_get_analytics — Return workspace campaign funnel, replies, sender performance, webhooks, and job health for a supported date range.
  • dmnode_read_docs — Return AI-agent setup URLs and a compact DMnode API quickstart.