Configuration

Configure the DealSurface OpenClaw plugin with openclaw config, or edit the config manually as a fallback.

Via OpenClaw config

For the default install flow, useopenclaw config setto write the plugin settings directly into the OpenClaw config.

CLI commands
openclaw config set plugins.entries.openclaw-plugin.enabled true
openclaw config set plugins.entries.openclaw-plugin.config.apiKey "ds_live_your_key_here"

Normalized entry key

These commands useplugins.entries.openclaw-plugin, which the DealSurface plugin reads natively.

Manual config fallback

If you would rather edit the config file directly, set the same values under the plugin entry in JSON.

{
  "plugins": {
    "entries": {
      "@dealsurface/openclaw-plugin": {
        "enabled": true,
        "config": {
          "apiKey": "ds_live_your_key_here",
          "apiUrl": "https://dealsurface.com",
          "mcpServerId": "dealsurface-mcp"
        }
      }
    }
  }
}

Bridge env mapping

Plugin keyMCP env varRequired
apiKeyDEALSURFACE_API_KEYYes
apiUrlDEALSURFACE_API_URLNo
mcpServerIdBridge identifier onlyNo

API key scopes

Use keys withreadscope for read tools andoutreachfor lead/outreach tools.

Connection check

After enabling the plugin, ask OpenClaw to "list my DealSurface products". A successful response confirms plugin config and MCP bridge startup.

  • Plugin package:@dealsurface/openclaw-plugin
  • Plugin ID:com.dealsurface.openclaw-plugin
OpenClaw Plugin Configuration | DealSurface Docs