| Name | fis-mcp-server JSON |
| Version |
2.2.0
JSON |
| download |
| home_page | None |
| Summary | AWS Fault Injection Simulator MCP Server for chaos engineering. Can mock AZ, DB, and MSK Failure |
| upload_time | 2025-09-02 05:06:28 |
| maintainer | None |
| docs_url | None |
| author | None |
| requires_python | >=3.10 |
| license | MIT |
| keywords |
aws
fis
chaos-engineering
mcp
fault-injection
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# 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
1. Install dependencies:
```bash
pip install -r requirements.txt
```
2. Configure AWS credentials:
```bash
aws configure
```
## Usage
### Running the server directly
```bash
python index.py
```
### Using with MCP CLI
Add to your MCP configuration:
```json
{
"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 template
- `start_experiment`: Start a chaos engineering experiment
- `stop_experiment`: Stop a running experiment
- `list_experiment_templates`: List all experiment templates
- `get_experiment_template`: Get details of a specific template
- `list_experiments`: List all experiments
- `get_experiment`: Get details of a specific experiment
- `get_aws_resources`: Retrieve available AWS resources for targeting
## Requirements
- Python 3.10+
- AWS credentials configured
- Appropriate IAM permissions for FIS operations
Raw data
{
"_id": null,
"home_page": null,
"name": "fis-mcp-server",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "aws, fis, chaos-engineering, mcp, fault-injection",
"author": null,
"author_email": "Hyeonggeun Oh <kandy@plaintexting.com>",
"download_url": "https://files.pythonhosted.org/packages/6e/53/8d253d9abc8a818c28f1916a0a13fb53c09c6b924eee05914ac91596578b/fis_mcp_server-2.2.0.tar.gz",
"platform": null,
"description": "# FIS MCP Server\n\nAWS Fault Injection Simulator (FIS) MCP Server for managing chaos engineering experiments.\n\n## Features\n\n- Create and manage FIS experiment templates\n- Start and stop chaos engineering experiments\n- List and monitor experiment status\n- Retrieve AWS resources for targeting\n\n## Installation\n\n1. Install dependencies:\n\n```bash\npip install -r requirements.txt\n```\n\n2. Configure AWS credentials:\n\n```bash\naws configure\n```\n\n## Usage\n\n### Running the server directly\n\n```bash\npython index.py\n```\n\n### Using with MCP CLI\n\nAdd to your MCP configuration:\n\n```json\n{\n \"mcpServers\": {\n \"fis-mcp-server\": {\n \"command\": \"python\",\n \"args\": [\"index.py\"],\n \"env\": {\n \"AWS_REGION\": \"us-east-1\"\n }\n }\n }\n}\n```\n\n## Available Tools\n\n- `create_experiment_template`: Create a new FIS experiment template\n- `start_experiment`: Start a chaos engineering experiment\n- `stop_experiment`: Stop a running experiment\n- `list_experiment_templates`: List all experiment templates\n- `get_experiment_template`: Get details of a specific template\n- `list_experiments`: List all experiments\n- `get_experiment`: Get details of a specific experiment\n- `get_aws_resources`: Retrieve available AWS resources for targeting\n\n## Requirements\n\n- Python 3.10+\n- AWS credentials configured\n- Appropriate IAM permissions for FIS operations\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "AWS Fault Injection Simulator MCP Server for chaos engineering. Can mock AZ, DB, and MSK Failure",
"version": "2.2.0",
"project_urls": {
"Homepage": "https://github.com/Geun-Oh/fis-mcp-server",
"Issues": "https://github.com/Geun-Oh/fis-mcp-server/issues",
"Repository": "https://github.com/Geun-Oh/fis-mcp-server"
},
"split_keywords": [
"aws",
" fis",
" chaos-engineering",
" mcp",
" fault-injection"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "472ac6c1ec26e025d9bde7166320bdbf85ade2f751ee21f18068ed96154f8b2b",
"md5": "8998edad61328fba9ad0b59e6d003cbd",
"sha256": "87b92f9a9ae5043a88793513df22d0d16aa35ce28829913c9a41272ea5ae2ca5"
},
"downloads": -1,
"filename": "fis_mcp_server-2.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "8998edad61328fba9ad0b59e6d003cbd",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 13427,
"upload_time": "2025-09-02T05:06:27",
"upload_time_iso_8601": "2025-09-02T05:06:27.598126Z",
"url": "https://files.pythonhosted.org/packages/47/2a/c6c1ec26e025d9bde7166320bdbf85ade2f751ee21f18068ed96154f8b2b/fis_mcp_server-2.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6e538d253d9abc8a818c28f1916a0a13fb53c09c6b924eee05914ac91596578b",
"md5": "e0026bdd032f76d4f272a38f3afe1568",
"sha256": "48961ebf8ebb49a1ebff54c5599848a39576f2ffb3a311fe4fd99de0a5098333"
},
"downloads": -1,
"filename": "fis_mcp_server-2.2.0.tar.gz",
"has_sig": false,
"md5_digest": "e0026bdd032f76d4f272a38f3afe1568",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 13318,
"upload_time": "2025-09-02T05:06:28",
"upload_time_iso_8601": "2025-09-02T05:06:28.889861Z",
"url": "https://files.pythonhosted.org/packages/6e/53/8d253d9abc8a818c28f1916a0a13fb53c09c6b924eee05914ac91596578b/fis_mcp_server-2.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-02 05:06:28",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Geun-Oh",
"github_project": "fis-mcp-server",
"github_not_found": true,
"lcname": "fis-mcp-server"
}