Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by baryhuang • APIs & Integration
A Dockerized MCP server that runs sandboxed Python/boto3 snippets to query and modify AWS resources using your AWS credentials.
Programmatically query AWS services (S3, DynamoDB, CodePipeline, etc.) via boto3 and return structured JSON results.
Run targeted AWS management or debugging code snippets (for example to diagnose permission issues or fetch latest deployment details) in a sandboxed environment.
A lightweight, containerized MCP endpoint to integrate AWS inspections and small automated modifications into larger agent workflows.
This MCP server accepts Python code snippets that use boto3 to query or modify AWS resources, runs them in a restricted sandbox with AST-based validation, and returns the result as JSON. It is containerized for easy deployment (Docker image available) and exposes a single dynamic resource (aws://query_resources) and a tool to run the snippets. The README emphasizes safety features, available built-ins, allowed imports, and notes that operations are not restricted to read-only — actual AWS permissions depend on the provided credentials.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.