How to Use the Amazon EventBridge Bus MCP in Claude Code
Pipe events directly to your Amazon EventBridge Bus from any script or CI/CD job using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Amazon EventBridge Bus MCP to Claude Code
Create your Vinkius account to connect Amazon EventBridge Bus to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Send Events from the Command Line
The `put_events` tool lets you send custom events to EventBridge right from your terminal. No SDKs, no wrestling with auth libraries. It's a single command to push an event. Integrate it into a shell script to report on a cron job's status. Or call it from a GitHub Action to signal a deployment has finished. You get a simple, reliable way to push events into your AWS environment from anywhere you can run a script.
Compose Headless Automation
This isn't about chatting with an agent; it's about headless execution. You can pipe data from another command directly into Claude Code to construct and send an event. It's a composable building block for your automation pipelines. For example: `cat build-log.json | claude mcp run amazon-eventbridge-bus-mcp put_events --source "ci.build" --detail-type "build-status" --detail @-`. This command reads a file and pipes its content as the event detail. It's designed for scripting.
A Secure MCP Server for Your CI/CD
You get one endpoint and one token from Vinkius. That's all you need to add to your environment secrets. This MCP Server handles the connection and is strictly scoped to a single EventBus, minimizing your security footprint. Forget about managing AWS keys in your CI runners. The MCP architecture abstracts that away. Your scripts just tell Claude Code what event to send, and Vinkius handles the secure connection to AWS on the backend. It's simpler and much safer.
Set up Amazon EventBridge Bus MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeamazon-eventbridge-bus-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Amazon EventBridge Bus transactions." It will automatically discover and invoke the available Amazon EventBridge Bus tools.
claude mcp add --transport http amazon-eventbridge-bus-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Amazon EventBridge Bus MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Amazon EventBridge Bus MCP today
We host it, we monitor it, we maintain it. You just paste one token.