Set up OpenClaw
Connect OpenClaw to the Wacommerce MCP Server over HTTP.
OpenClaw reads MCP servers from a config file. Use the HTTP MCP URL and an Authorization header containing your `nxk_live` key.
json{
"mcpServers": {
"Wacommerce": {
"url": "https://dashboard.wacommerce.id/api/mcp",
"headers": { "Authorization": "Bearer ${NEUPIX_API_KEY}" }
}
}
}Once connected, OpenClaw can call tools like `search_chats` and `send_message` within your key’s scopes.