Odel
outbound engine mcp

outbound engine mcp

Local
@closermethodJavaScriptUpdated 1mo ago

One cold-outreach engine for any target: HOOK/BRIDGE/SOFT-ASK, follow-up ladder, reply playbook.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmoutbound-engine-mcpv1.0.2

Run

npx -y outbound-engine-mcp

MCP client config

{
  "mcpServers": {
    "outbound-engine-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "outbound-engine-mcp"
      ]
    }
  }
}