AWS Fault Injection Simulator MCP Server for chaos engineering
Project description
FIS MCP Server
AWS Fault Injection Simulator (FIS) MCP Server for managing chaos engineering experiments.
Features
- Create and manage FIS experiment templates
- Start and stop chaos engineering experiments
- List and monitor experiment status
- Retrieve AWS resources for targeting
Installation
- Install dependencies:
pip install -r requirements.txt
- Configure AWS credentials:
aws configure
Usage
Running the server directly
python index.py
Using with MCP CLI
Add to your MCP configuration:
{
"mcpServers": {
"fis-mcp-server": {
"command": "python",
"args": ["index.py"],
"env": {
"AWS_REGION": "us-east-1"
}
}
}
}
Available Tools
create_experiment_template: Create a new FIS experiment templatestart_experiment: Start a chaos engineering experimentstop_experiment: Stop a running experimentlist_experiment_templates: List all experiment templatesget_experiment_template: Get details of a specific templatelist_experiments: List all experimentsget_experiment: Get details of a specific experimentget_aws_resources: Retrieve available AWS resources for targeting
Requirements
- Python 3.10+
- AWS credentials configured
- Appropriate IAM permissions for FIS operations
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fis_mcp_server-1.13.0.tar.gz
(6.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fis_mcp_server-1.13.0.tar.gz.
File metadata
- Download URL: fis_mcp_server-1.13.0.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eec716d550b85ce3be966629b0213cd67a3383ff6c19b27c287791f50de80f73
|
|
| MD5 |
2ba5e38d9797f406b9c45aa7b0693389
|
|
| BLAKE2b-256 |
5e0d0c9001ab86d4d01c15cb737e6957d67b21ac0dd750c65af6b910005ed4b7
|
File details
Details for the file fis_mcp_server-1.13.0-py3-none-any.whl.
File metadata
- Download URL: fis_mcp_server-1.13.0-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb53cf2871b5c11f54cd138a0ce29c9f439d6783728d6078e78fe2eb34fdc5cd
|
|
| MD5 |
7895d114a93f269ddb6d20302aab0eba
|
|
| BLAKE2b-256 |
5e9c1b28dac09af2aef22269fdc4b9108af09edfe2177a115187a69bcd745892
|