How to Use the Amazon EventBridge Bus MCP in Cursor
Dispatch verified AWS event payloads directly from Cursor Agent mode using real-time code context.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Amazon EventBridge Bus MCP to Cursor
Create your Vinkius account to connect Amazon EventBridge Bus to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Generate and dispatch events in Cursor Agent
The `put_events` tool enables Cursor's Agent mode to fire live events to your Amazon EventBridge Bus while you edit code. Instead of writing mock scripts to test your event-driven microservices, your editor issues actual events into your staging bus. You get a rapid feedback loop because the agent reads your local typescript or python schemas, structures the JSON payload, and executes the call. This ensures your event structures always match the codebase you are currently editing.
Secure Event Routing for Cursor MCP Server
This MCP Server secures your AWS environment by locking the `put_events` tool to a single pre-configured event bus. Cursor cannot be tricked into firing payloads to production or modifying other AWS resources because the server lacks those permissions. Developers configure this access globally or per project using `.cursor/mcp.json`. This isolation ensures that even if you prompt the agent to send an event to a different bus, the underlying server blocks the request.
Inline Testing of AWS Event Rules in Cursor
Testing event rules usually requires switching to an external CLI tool, but Cursor changes this. You can ask the editor's chat to fire a specific payload using `put_events` and immediately observe how your downstream Lambda functions respond. The editor displays the returned AWS EventId directly in the chat panel. You can quickly iterate on your event patterns without leaving your active file or breaking your coding flow.
Set up Amazon EventBridge Bus MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Amazon EventBridge Bus MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Amazon EventBridge Bus transactions." If the MCP tools are loaded correctly, Cursor will call the Amazon EventBridge Bus tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"amazon-eventbridge-bus-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Amazon EventBridge Bus. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 Cursor
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.