The official Grok Build marketplace for Ambush AI. It publishes the Ambush Streams plugin, which connects Grok to the production Ambush MCP server through OAuth and teaches Grok how to manage personalized news streams, per-event processing, and delivery safely.
Add the Ambush AI marketplace:
grok plugin marketplace add Ambush-AI/grok-pluginsInstall and trust the Ambush Streams plugin:
grok plugin install ambush-streams --trustStart a new Grok session or reload plugins from /plugins. The first Ambush
tool call opens OAuth in your browser. You can also open /mcps, select
ambush-streams, and press i to connect your account.
Verify the installation:
grok plugin details ambush-streams
grok mcp doctor ambush-streamsNever paste an Ambush API key into Grok configuration or chat.
- "Create a stream for material cybersecurity incidents affecting Canadian banks."
- "Pause my AI regulation stream."
- "Show the five latest items from my semiconductor supply-chain stream."
- "For every event from that stream, produce a trade thesis or no-trade result and send it to my Trade Ideas Slack channel."
At grok.com/connectors, create a Custom connector with this MCP server URL:
https://api.ambush.ai/mcp
Complete the Ambush OAuth flow. The web connector exposes the same tools, while the Grok Build plugin additionally bundles Ambush workflow and deletion-safety guidance.
To expose the tools in Grok Build without the bundled skill:
grok mcp add --transport http ambush-streams https://api.ambush.ai/mcpGrok handles OAuth automatically. Prefer the plugin for normal use because it also teaches Grok how to resolve stream names, handle pagination, configure delivery, and confirm permanent deletion.
.grok-plugin/
marketplace.json
plugin-index.json
plugins/
ambush-streams/
.grok-plugin/plugin.json
.mcp.json
skills/manage-ambush-streams/SKILL.md
Validate the plugin package with a current Grok Build installation:
grok plugin validate ./plugins/ambush-streamsTest this checkout as a local marketplace:
grok plugin marketplace add /absolute/path/to/grok-plugins
grok plugin install ambush-streams --trustRemove the test installation with:
grok plugin uninstall ambush-streams --confirm
grok plugin marketplace remove /absolute/path/to/grok-plugins