@kariad/openclaw-tools
v0.1.0
Published
OpenClaw plugin that exposes KariAd marketing MCP tools through a stable plugin boundary
Maintainers
Readme
KariAd OpenClaw Tools
OpenClaw plugin wrapper for KariAd's existing MCP marketing tools.
The plugin intentionally starts narrow:
- kariad_health_check verifies the KariAd MCP endpoint is reachable.
- kariad_list_tools lists tools exposed by KariAd's MCP server.
- kariad_call_tool invokes explicitly allowlisted KariAd MCP tools.
Publishing, ad spend, destructive changes, and connected-account mutations should stay behind KariAd-side approval workflows or explicit plugin allowlists.
Configuration:
- kariadApiUrl: KariAd API origin.
- kariadApiKey: KariAd MCP API key.
- allowedToolNames: explicit tool names allowed through kariad_call_tool.
Environment fallbacks:
- KARIAD_API_URL
- KARI_MCP_API_KEY
