Back to Apps

Event Artillery
Supports UIby alexdunne
React UI for generating and sending events to AWS EventBridge based on AsyncAPI specs.
0 stars
Works in:Cursor
Exposes:Resources
What it does
Event Artillery provides an interactive React-based interface that allows developers to visualize and fire events to AWS EventBridge. It consumes AsyncAPI specifications to understand available event types and generate realistic payloads for testing and event-driven architecture development.
Key features
- AsyncAPI Integration: Automatically discovers event types from your specification files.
- Payload Generation: Generates realistic example payloads based on the spec, reducing manual data entry.
- Interactive Editor: Edit event payloads in real-time before sending them to the bus.
- One-Click Execution: Quickly fire events to AWS EventBridge with a single click.
Installation
- Claude Desktop:
{
"mcpServers": {
"event-artillery-mcp": {
"command": "npx",
"args": ["-y", "event-artillery-mcp@1.0.0"],
"env": {
"EVENTS_YAML_PATH": "/absolute/path/to/events.yaml",
"EXAMPLES_DIR": "/absolute/path/to/examples",
"EVENT_BUS_NAME": "my-event-bus",
"AWS_REGION": "us-east-1",
"AWS_PROFILE": "my-profile"
}
}
}
}
Supported hosts
Claude Desktop, Cursor
Quick install
npx -y event-artillery-mcp@1.0.0Information
- Pricing
- free
- Published
- 5/3/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
mcp.json entry using npx event-artillery-mcp@1.0.0Claude Desktop
{"mcpServers": {"event-artillery-mcp": {"command": "npx", "args": ["-y", "event-artillery-mcp@1.0.0"], "env": {"EVENTS_YAML_PATH": "/absolute/path/to/events.yaml", "EXAMPLES_DIR": "/absolute/path/to/examples", "EVENT_BUS_NAME": "my-event-bus", "AWS_REGION": "us-east-1", "AWS_PROFILE": "my-profile"}}}}





