AgentStack
SKILL verified MIT Self-run

Awslabs S3 Tables Mcp

skill-friz-zy-ai-capability-registry-awslabs-s3-tables · by Friz-zy

Manage S3 Tables for analytics.

No reviews yet
0 installs
13 views
0.0% view→install

Install

$ agentstack add skill-friz-zy-ai-capability-registry-awslabs-s3-tables

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Awslabs S3 Tables Mcp? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

AWS S3 Tables

Manage S3 Tables for analytics.

When to use

  • Use AWS S3 Tables only when the task directly involves the relevant service, SaaS product, platform, or technology.

Connection

Docker stdio

{
  "command": "docker",
  "args": [
    "run",
    "--rm",
    "-i",
    "-e",
    "AWS_SECRET_ACCESS_KEY",
    "-e",
    "AWS_SESSION_TOKEN",
    "mcp/s3-tables-mcp-server"
  ]
}

MCP instructions

  • Use the MCP tools only for the user-requested service workflow and prefer read-only operations by default.
  • Confirm the target account, workspace, project, repository, or dataset before actions that can read private data or mutate remote state.
  • This server requires authorization or environment-provided credentials; ask the user before connecting or requesting access.

Docker launch notes

  • Launch through Docker stdio with docker run --rm -i -e AWS_SECRET_ACCESS_KEY -e AWS_SESSION_TOKEN mcp/s3-tables-mcp-server.
  • Confirm required environment variables before launch: AWSSECRETACCESSKEY, AWSSESSION_TOKEN.

References

  • https://github.com/awslabs/mcp
  • https://github.com/docker/mcp-registry/tree/main/servers/awslabs-s3-tables

Security policy

  • Authentication: Environment variables

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.