Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.ofershap/s3

NPM · MCP-SERVER-S3 · SCANNED SEP 20

AWS S3 MCP — list buckets, browse objects, upload/download, presigned URLs.

Available components

0 this week 81 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security99
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 123 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability76
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 301 tokens (~43/item across 7 items; 7 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management90
  • Stability observed for 27 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "delete_object" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 7 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.ofershap/s3 MCP server?

io.github.ofershap/s3 runs locally as an npm package, launched with npx -y mcp-server-s3. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · mcp-server-s3

# add to Claude Code
claude mcp add ofershap-s3 -- npx -y mcp-server-s3
// .cursor/mcp.json
{
  "mcpServers": {
    "ofershap-s3": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-s3"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "ofershap-s3": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-s3"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add ofershap-s3 -- npx -y mcp-server-s3
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ofershap-s3": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "mcp-server-s3"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add ofershap-s3 --command npx --arg -y --arg mcp-server-s3
# ~/.hermes/config.yaml
mcp_servers:
  ofershap-s3:
    command: "npx"
    args: ["-y", "mcp-server-s3"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "ofershap-s3": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "mcp-server-s3"
      ]
    }
  }
}
# add to Vellum
assistant mcp add ofershap-s3 -t stdio -c npx -a -y mcp-server-s3
// mcp.json
{
  "mcpServers": {
    "ofershap-s3": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-s3"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 −3
    • Security disclosure: unverified → fail functional
    • Stability: pass → 0.80 functional
  • 16 Sept 26 +1
    • Stability: 0.97 → pass security
    • Security disclosure: fail → unverified functional
  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 9 Sept 26 +1
    • Stability: 0.97 → pass security
  • 8 Sept 26 0
    • Security disclosure: unverified → fail functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/mcp-server-s3@1.0.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 123 packages
Packages resolved 123
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 7 exposed · ~301 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
bucket_info ~27

Check if a bucket exists and get basic info.

NameTypeReqDescription
bucketstringyesBucket name

No output schema declared.

No examples provided.

delete_object ~35

Delete an object from an S3 bucket.

NameTypeReqDescription
bucketstringyesBucket name
keystringyesObject key

No output schema declared.

No examples provided.

get_object ~39

Download and read the contents of an S3 object as text.

NameTypeReqDescription
bucketstringyesBucket name
keystringyesObject key

No output schema declared.

No examples provided.

list_buckets ~19

List all S3 buckets in your AWS account.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_objects ~61

List objects in an S3 bucket. Optionally filter by prefix and limit count.

NameTypeReqDescription
bucketstringyesBucket name
maxKeysintegerMax objects to return
prefixstringKey prefix (e.g. 'uploads/')

No output schema declared.

No examples provided.

presigned_url ~59

Generate a presigned URL for temporary access to an S3 object.

NameTypeReqDescription
bucketstringyesBucket name
expiresInintegerURL expiry in seconds (default: 1 hour)
keystringyesObject key

No output schema declared.

No examples provided.

put_object ~61

Upload text content to an S3 object.

NameTypeReqDescription
bucketstringyesBucket name
contentstringyesContent to upload
contentTypestringContent-Type header (default: text/plain)
keystringyesObject key

No output schema declared.

No examples provided.

Common questions

What is the io.github.ofershap/s3 MCP server?

io.github.ofershap/s3 is an MCP server listed in the public MCP registry as io.github.ofershap/s3. AWS S3 MCP, list buckets, browse objects, upload/download, presigned URLs. This page covers its npm package (mcp-server-s3).

Is the io.github.ofershap/s3 MCP server safe to use?

io.github.ofershap/s3 scores 81 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.ofershap/s3 MCP server expose?

io.github.ofershap/s3 exposes 7 tools: list_buckets, list_objects, get_object, put_object, delete_object, and 2 more. Their descriptions and schemas cost roughly 301 tokens of context every time the server is loaded.

Is the io.github.ofershap/s3 MCP server still maintained?

io.github.ofershap/s3 is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.ofershap/s3 MCP server under?

io.github.ofershap/s3 declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.