A Model Context Protocol (MCP) server providing AWS tools and resources.
- Version
- 0.1.0
- Type
- Community Servers
- Categories
- Cloud ServiceDevelopment
Tools
23s3_bucket_create
Create a new S3 bucket
Parameter Type Description bucket_name*string Name of the S3 bucket to create s3_bucket_list
List all S3 buckets
s3_bucket_delete
Delete an S3 bucket
Parameter Type Description bucket_name*string Name of the S3 bucket to delete s3_object_upload
Upload an object to S3
Parameter Type Description bucket_name*string Name of the S3 bucket object_key*string Key/path of the object in the bucket file_content*string Base64 encoded file content for upload s3_object_delete
Delete an object from S3
Parameter Type Description bucket_name*string Name of the S3 bucket object_key*string Key/path of the object to delete s3_object_list
List objects in an S3 bucket
Parameter Type Description bucket_name*string Name of the S3 bucket s3_object_read
Read an object's content from S3
Parameter Type Description bucket_name*string Name of the S3 bucket object_key*string Key/path of the object to read dynamodb_table_create
Create a new DynamoDB table
Parameter Type Description table_name*string Name of the DynamoDB table key_schema*array Key schema for table creation attribute_definitions*array Attribute definitions for table creation dynamodb_table_describe
Get details about a DynamoDB table
Parameter Type Description table_name*string Name of the DynamoDB table dynamodb_table_list
List all DynamoDB tables
dynamodb_table_delete
Delete a DynamoDB table
Parameter Type Description table_name*string Name of the DynamoDB table dynamodb_table_update
Update a DynamoDB table
Parameter Type Description table_name*string Name of the DynamoDB table attribute_definitions*array Updated attribute definitions dynamodb_item_put
Put an item into a DynamoDB table
Parameter Type Description table_name*string Name of the DynamoDB table item*object Item data to put dynamodb_item_get
Get an item from a DynamoDB table
Parameter Type Description table_name*string Name of the DynamoDB table key*object Key to identify the item dynamodb_item_update
Update an item in a DynamoDB table
Parameter Type Description table_name*string Name of the DynamoDB table key*object Key to identify the item item*object Updated item data dynamodb_item_delete
Delete an item from a DynamoDB table
Parameter Type Description table_name*string Name of the DynamoDB table key*object Key to identify the item dynamodb_item_query
Query items in a DynamoDB table
Parameter Type Description table_name*string Name of the DynamoDB table key_condition*string Key condition expression expression_values*object Expression attribute values dynamodb_item_scan
Scan items in a DynamoDB table
Parameter Type Description table_name*string Name of the DynamoDB table filter_expressionstring Filter expression expression_attributesobject — dynamodb_batch_get
Batch get multiple items from DynamoDB tables
Parameter Type Description request_items*object Map of table names to keys to retrieve dynamodb_item_batch_write
Batch write operations (put/delete) for DynamoDB items
Parameter Type Description table_name*string Name of the DynamoDB table operation*string Type of batch operation (put or delete) items*array Array of items to process key_attributesarray For delete operations, specify which attributes form the key dynamodb_describe_ttl
Get the TTL settings for a table
Parameter Type Description table_name*string Name of the DynamoDB table dynamodb_update_ttl
Update the TTL settings for a table
Parameter Type Description table_name*string Name of the DynamoDB table ttl_enabled*boolean Whether TTL should be enabled ttl_attribute*string The attribute name to use for TTL dynamodb_batch_execute
Execute multiple PartiQL statements in a batch
Parameter Type Description statements*array List of PartiQL statements to execute parameters*array List of parameter lists for each statement
Resources
1AWS Operations Audit Log
A log of all AWS operations performed through this server
text/plainaudit://aws-operations
Prompts
0No prompts available for this server
