Skip to content
MCP-Bridge
Cloud Infrastructure

Amazon EventBridge MCP Config

<p>Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources. When your resources change state, they automatically send events to an event stream. You can create rules that match selected events in the stream and route them to targets to take action. You can also

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/amazonaws-com-eventbridge.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-eventbridge.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-eventbridge": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-eventbridge"],
      "env": {
      "AMAZON_EVENTBRIDGE_API_KEY": "your_amazon_eventbridge_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/amazonaws-com-eventbridge.json

Environment Variables

AMAZON_EVENTBRIDGE_API_KEY

Replace your_amazon_eventbridge_api_key with your actual amazon eventbridge api key

Endpoints

POST/#X-Amz-Target=AWSEvents.ActivateEventSource

ActivateEventSource

POST/#X-Amz-Target=AWSEvents.CancelReplay

CancelReplay

POST/#X-Amz-Target=AWSEvents.CreateApiDestination

CreateApiDestination

POST/#X-Amz-Target=AWSEvents.CreateArchive

CreateArchive

POST/#X-Amz-Target=AWSEvents.CreateConnection

CreateConnection

POST/#X-Amz-Target=AWSEvents.CreateEndpoint

CreateEndpoint

POST/#X-Amz-Target=AWSEvents.CreateEventBus

CreateEventBus

POST/#X-Amz-Target=AWSEvents.CreatePartnerEventSource

CreatePartnerEventSource

POST/#X-Amz-Target=AWSEvents.DeactivateEventSource

DeactivateEventSource

POST/#X-Amz-Target=AWSEvents.DeauthorizeConnection

DeauthorizeConnection