# 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/3a/f5/c5e3e7f22b1dca9ca4277cf8c612a6acff5017d914613c99f095924ebf16/fis_mcp_server-1.12.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```bash\npip install -r requirements.txt\n```\n\n2. Configure AWS credentials:\n```bash\naws configure\n```\n\n## Usage\n\n### Running the server directly\n```bash\npython index.py\n```\n\n### Using with MCP CLI\nAdd to your MCP configuration:\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",
"version": "1.12.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": "459634cc7b0b3b66c4cba5207c2eb409d6b55aa3599ab551f261d31b03fc9ed6",
"md5": "e4a361ec680106d03a64512c28e8a03d",
"sha256": "02f3218055f5d9b2f7af622e779adb640a41c6fe7a4a24e5aad71b2c32fa9e73"
},
"downloads": -1,
"filename": "fis_mcp_server-1.12.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e4a361ec680106d03a64512c28e8a03d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 6069,
"upload_time": "2025-08-06T14:44:54",
"upload_time_iso_8601": "2025-08-06T14:44:54.593053Z",
"url": "https://files.pythonhosted.org/packages/45/96/34cc7b0b3b66c4cba5207c2eb409d6b55aa3599ab551f261d31b03fc9ed6/fis_mcp_server-1.12.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3af5c5e3e7f22b1dca9ca4277cf8c612a6acff5017d914613c99f095924ebf16",
"md5": "7092126cf0405a389f05358748211317",
"sha256": "67c43168ef62cd4dc829d790659e8421da82cbf6af08f32a566b843d68727e2a"
},
"downloads": -1,
"filename": "fis_mcp_server-1.12.0.tar.gz",
"has_sig": false,
"md5_digest": "7092126cf0405a389f05358748211317",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 6197,
"upload_time": "2025-08-06T14:44:55",
"upload_time_iso_8601": "2025-08-06T14:44:55.914314Z",
"url": "https://files.pythonhosted.org/packages/3a/f5/c5e3e7f22b1dca9ca4277cf8c612a6acff5017d914613c99f095924ebf16/fis_mcp_server-1.12.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-06 14:44:55",
"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"
}