Amazon EventBridge Bus

Amazon EventBridge Bus MCP Connector for Claude

A+

Event-driven architecture for AI agents — scoped event dispatching strictly limited to one EventBus for zero-trust security.

1 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Grant your AI agent precise, scoped access to a single Amazon EventBridge Bus. Unlike granting full AWS EventBridge permissions, this server adheres to the principle of least privilege, ensuring the agent can only dispatch PutEvents payloads to one specifically configured bus to trigger downstream orchestrations.

What you can do

  • Put Events — Dispatch custom JSON events specifying the Source and DetailType to trigger AWS Lambda functions, Step Functions, or third-party webhooks via EventBridge Rules.
event-drivenawsserverlessmessage-busorchestrationsecurity-scoping

1 tools expose this connector's capabilities to your AI agent.

put_events

Send custom events to the Amazon EventBridge Bus

See how to talk to your AI agent using Amazon EventBridge Bus.

Dispatch an event indicating that user registration was completed. Source: com.auth.service. Detail: {"userId": 999}.

Done! I've put the event into the EventBus. The downstream systems will now process it.

Send a 'FileUploaded' event from 'my.storage.bucket'.

Event successfully dispatched to EventBridge.

Trigger the daily audit pipeline by sending the 'AuditStarted' event.

I've successfully triggered the audit pipeline by putting the event in the configured bus.

To enforce zero-trust security. An autonomous agent shouldn't be able to inject events into arbitrary event buses across your organization.

Related Connectors