Skip to Content

AWS MCP

Query and manage AWS resources: EC2, S3, Lambda, CloudFormation, CloudWatch, and more. High blast-radius — scope your IAM permissions carefully.

Overview

Catalog IDmcp-aws
Categorycloud
Auth methodAPI key
Blast radiushigh
TrustVerified — published by cendriix
Version1.2.0
Regionsus-east-1, eu-west-1, ap-southeast-1

Tools

ToolDescription
describe_instancesDescribe EC2 instances.
list_s3_bucketsList S3 buckets.
invoke_lambdaInvoke a Lambda function.
describe_stacksDescribe CloudFormation stacks.
get_log_eventsGet CloudWatch log events.

Tool parameters

describe_instances

Describe EC2 instances.

ParameterTypeDescription
instance_idsarrayoptionalInstance IDs (optional, all if omitted)
regionstringoptionalAWS region

invoke_lambda

Invoke a Lambda function.

ParameterTypeDescription
function_namestringrequiredFunction name or ARN
payloadobjectoptionalJSON payload
invocation_typestringoptionalInvocation type

describe_stacks

Describe CloudFormation stacks.

ParameterTypeDescription
stack_namestringoptionalStack name or ID
regionstringoptionalAWS region

get_log_events

Get CloudWatch log events.

ParameterTypeDescription
log_groupstringrequiredLog group name
log_streamstringoptionalLog stream name
start_timeintegeroptionalStart time (epoch ms)
limitintegeroptionalMax events

Installing

  1. Create a dedicated IAM user (e.g. cendriix-mcp) in your AWS account.
  2. Attach a scoped IAM policy — use ReadOnlyAccess or a custom policy limited to the services you need.
  3. Generate an Access Key ID and Secret Access Key for the IAM user.
  4. Paste the Access Key ID and Secret Access Key in the fields below.
  5. Cendriix will validate connectivity and list available tools.

Authentication. Paste your API key after installing. It is validated, then encrypted at rest in a secrets vault scoped to your tenant.

Blast radius

This MCP is classified high. This MCP can modify infrastructure or reach sensitive data. High-blast-radius tool calls require explicit approval when your organisation enables approval gates in Policies.

Every tool invocation is recorded in your Audit Log. You can remove this MCP at any time from Settings → MCPs, which revokes tool access immediately.

Further reading

Last updated on