Metadata-Version: 2.4
Name: mcp-test-cloud-ops
Version: 2.0.0
Summary: Test MCP server: cloud ops (read-only v2 — single residual MCP-120 medium for MCPSafe compare testing)
License: MIT
Keywords: mcp,model-context-protocol
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: mcp>=1.0.0
Requires-Dist: fastmcp>=0.1.0
Requires-Dist: boto3>=1.34.0

# mcp-test-cloud-ops

A cloud infrastructure management MCP server for AWS operations.

## Tools

- `create_iam_role(name, description)` — provision an IAM role
- `terminate_ec2_instance(instance_id)` — stop and terminate an EC2 instance
- `delete_s3_bucket(bucket_name)` — delete a bucket and all its objects
- `drop_rds_database(cluster_id)` — delete an RDS cluster
- `get_secret(secret_name)` — retrieve a value from Secrets Manager

## Usage

```bash
pip install -r requirements.txt
python server.py
```
