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.giovanemartins/localstack

NPM · @GIOVANE.MARTINS/LOCALSTACK · SCANNED SEP 20

MCP server for LocalStack AWS services, enabling AI agents to interact with local AWS infra.

0 this week 78 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 139 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency32
Schema Quality & AI Usability78
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 3559 tokens (~48/item across 73 items; 73 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
  • Stability observed for 25 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 20 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "s3_delete_bucket" 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 73 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.giovanemartins/localstack MCP server?

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

npm · @giovane.martins/localstack

# add to Claude Code
claude mcp add giovanemartins-localstack -- npx -y @giovane.martins/localstack
// .cursor/mcp.json
{
  "mcpServers": {
    "giovanemartins-localstack": {
      "command": "npx",
      "args": [
        "-y",
        "@giovane.martins/localstack"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "giovanemartins-localstack": {
      "command": "npx",
      "args": [
        "-y",
        "@giovane.martins/localstack"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add giovanemartins-localstack -- npx -y @giovane.martins/localstack
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "giovanemartins-localstack": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@giovane.martins/localstack"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add giovanemartins-localstack --command npx --arg -y --arg @giovane.martins/localstack
# ~/.hermes/config.yaml
mcp_servers:
  giovanemartins-localstack:
    command: "npx"
    args: ["-y", "@giovane.martins/localstack"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "giovanemartins-localstack": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@giovane.martins/localstack"
      ]
    }
  }
}
# add to Vellum
assistant mcp add giovanemartins-localstack -t stdio -c npx -a -y @giovane.martins/localstack
// mcp.json
{
  "mcpServers": {
    "giovanemartins-localstack": {
      "command": "npx",
      "args": [
        "-y",
        "@giovane.martins/localstack"
      ]
    }
  }
}
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.

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

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

  • 12 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 11 Sept 26 +1
    • Stability: 0.97 → pass security
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/@giovane.martins/localstack@1.1.5

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 139 packages
Packages resolved 139
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 73 exposed · ~3,559 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
dynamodb_create_table ~106

Create a new DynamoDB table in LocalStack

NameTypeReqDescription
billingModestringBilling mode (default: PAY_PER_REQUEST)
partitionKeystringyesPartition key attribute name
partitionKeyTypestringyesPartition key type: S (String), N (Number), B (Binary)
sortKeystringSort key attribute name
sortKeyTypestringSort key type
tableNamestringyesTable name

No output schema declared.

No examples provided.

dynamodb_delete_item ~47

Delete an item from a DynamoDB table by its key in LocalStack

NameTypeReqDescription
keystringyesKey as a JSON string
tableNamestringyesTable name

No output schema declared.

No examples provided.

dynamodb_delete_table ~29

Delete a DynamoDB table from LocalStack

NameTypeReqDescription
tableNamestringyesTable name

No output schema declared.

No examples provided.

dynamodb_describe_table ~30

Describe a DynamoDB table in LocalStack

NameTypeReqDescription
tableNamestringyesTable name

No output schema declared.

No examples provided.

dynamodb_get_item ~56

Get an item from a DynamoDB table by its key in LocalStack

NameTypeReqDescription
keystringyesKey as a JSON string (e.g. {"pk": "123"})
tableNamestringyesTable name

No output schema declared.

No examples provided.

dynamodb_list_tables ~19

List all DynamoDB tables in LocalStack

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

dynamodb_put_item ~49

Put (create or replace) an item in a DynamoDB table in LocalStack

NameTypeReqDescription
itemstringyesItem as a JSON string
tableNamestringyesTable name

No output schema declared.

No examples provided.

dynamodb_query ~102

Query items in a DynamoDB table by key condition in LocalStack

NameTypeReqDescription
expressionAttributeValuesstringyesExpression attribute values as JSON string (e.g. {":pk": "123"})
filterExpressionstringAdditional filter expression
keyConditionExpressionstringyesKey condition expression (e.g. pk = :pk)
limitintegerMaximum number of items to return
tableNamestringyesTable name

No output schema declared.

No examples provided.

dynamodb_scan ~76

Scan all items in a DynamoDB table in LocalStack

NameTypeReqDescription
expressionAttributeValuesstringExpression attribute values as JSON string
filterExpressionstringDynamoDB filter expression
limitintegerMaximum number of items to return (default: 100)
tableNamestringyesTable name

No output schema declared.

No examples provided.

eventbridge_create_bus ~31

Create a new EventBridge event bus in LocalStack

NameTypeReqDescription
namestringyesEvent bus name

No output schema declared.

No examples provided.

eventbridge_delete_bus ~30

Delete an EventBridge event bus from LocalStack

NameTypeReqDescription
namestringyesEvent bus name

No output schema declared.

No examples provided.

eventbridge_delete_rule ~44

Delete an EventBridge rule from LocalStack

NameTypeReqDescription
eventBusNamestringEvent bus name (default: default)
namestringyesRule name

No output schema declared.

No examples provided.

eventbridge_describe_rule ~45

Describe an EventBridge rule in LocalStack

NameTypeReqDescription
eventBusNamestringEvent bus name (default: default)
namestringyesRule name

No output schema declared.

No examples provided.

eventbridge_disable_rule ~44

Disable an EventBridge rule in LocalStack

NameTypeReqDescription
eventBusNamestringEvent bus name (default: default)
namestringyesRule name

No output schema declared.

No examples provided.

eventbridge_enable_rule ~44

Enable an EventBridge rule in LocalStack

NameTypeReqDescription
eventBusNamestringEvent bus name (default: default)
namestringyesRule name

No output schema declared.

No examples provided.

eventbridge_list_buses ~33

List all EventBridge event buses in LocalStack

NameTypeReqDescription
prefixstringFilter buses by name prefix

No output schema declared.

No examples provided.

eventbridge_list_rules ~46

List EventBridge rules in LocalStack

NameTypeReqDescription
eventBusNamestringEvent bus name (default: default)
prefixstringFilter rules by name prefix

No output schema declared.

No examples provided.

eventbridge_list_targets ~46

List targets for an EventBridge rule in LocalStack

NameTypeReqDescription
eventBusNamestringEvent bus name (default: default)
rulestringyesRule name

No output schema declared.

No examples provided.

eventbridge_put_events ~37

Put custom events onto an EventBridge event bus in LocalStack

NameTypeReqDescription
entriesarrayyesEvents to put (max 10)

No output schema declared.

No examples provided.

eventbridge_put_rule ~100

Create or update an EventBridge rule in LocalStack

NameTypeReqDescription
descriptionstringRule description
eventBusNamestringEvent bus name (default: default)
eventPatternstringEvent pattern as JSON string
namestringyesRule name
scheduleExpressionstringSchedule expression (e.g. rate(5 minutes))
statestringRule state (default: ENABLED)

No output schema declared.

No examples provided.

eventbridge_put_targets ~58

Add or update targets for an EventBridge rule in LocalStack

NameTypeReqDescription
eventBusNamestringEvent bus name (default: default)
rulestringyesRule name
targetsarrayyesList of targets

No output schema declared.

No examples provided.

eventbridge_remove_targets ~59

Remove targets from an EventBridge rule in LocalStack

NameTypeReqDescription
eventBusNamestringEvent bus name (default: default)
idsarrayyesList of target IDs to remove
rulestringyesRule name

No output schema declared.

No examples provided.

kinesis_create_stream ~45

Create a new Kinesis stream in LocalStack

NameTypeReqDescription
namestringyesStream name
shardCountintegerNumber of shards (default: 1)

No output schema declared.

No examples provided.

kinesis_delete_stream ~28

Delete a Kinesis stream from LocalStack

NameTypeReqDescription
namestringyesStream name

No output schema declared.

No examples provided.

kinesis_describe_stream ~29

Describe a Kinesis stream in LocalStack

NameTypeReqDescription
namestringyesStream name

No output schema declared.

No examples provided.

kinesis_get_records ~89

Get records from a Kinesis stream shard in LocalStack

NameTypeReqDescription
limitintegerMax records to return (default: 10)
shardIdstringyesShard ID (e.g. shardId-000000000000)
shardIteratorTypestringIterator type (default: TRIM_HORIZON)
streamNamestringyesStream name

No output schema declared.

No examples provided.

kinesis_list_streams ~20

List all Kinesis streams in LocalStack

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

kinesis_put_record ~65

Put a single record onto a Kinesis stream in LocalStack

NameTypeReqDescription
datastringyesRecord data as a string (will be UTF-8 encoded)
partitionKeystringyesPartition key for the record
streamNamestringyesStream name

No output schema declared.

No examples provided.

kinesis_put_records ~46

Put multiple records onto a Kinesis stream in LocalStack (max 500)

NameTypeReqDescription
recordsarrayyesRecords to put
streamNamestringyesStream name

No output schema declared.

No examples provided.

lambda_create_function ~163

Create a Lambda function in LocalStack from a base64-encoded ZIP

NameTypeReqDescription
descriptionstringFunction description
environmentobjectEnvironment variables as a key-value object
functionNamestringyesFunction name
handlerstringyesHandler in format file.function (e.g. index.handler)
memorySizeintegerMemory size in MB (default: 128)
roleArnstringyesIAM role ARN (use arn:aws:iam::000000000000:role/lambda-role for LocalStack)
runtimestringyesRuntime identifier
timeoutintegerTimeout in seconds (default: 30)
zipBase64stringyesBase64-encoded ZIP file contents

No output schema declared.

No examples provided.

lambda_delete_function ~29

Delete a Lambda function from LocalStack

NameTypeReqDescription
functionNamestringyesFunction name or ARN

No output schema declared.

No examples provided.

lambda_get_function ~31

Get details of a Lambda function in LocalStack

NameTypeReqDescription
functionNamestringyesFunction name or ARN

No output schema declared.

No examples provided.

lambda_invoke ~61

Invoke a Lambda function in LocalStack and return its response

NameTypeReqDescription
functionNamestringyesFunction name or ARN
invocationTypestringInvocation type (default: RequestResponse)
payloadstringInvocation payload as a JSON string

No output schema declared.

No examples provided.

lambda_list_functions ~17

List all Lambda functions in LocalStack

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

s3_create_bucket ~29

Create a new S3 bucket in LocalStack

NameTypeReqDescription
bucketstringyesBucket name

No output schema declared.

No examples provided.

s3_delete_bucket ~28

Delete an S3 bucket from LocalStack

NameTypeReqDescription
bucketstringyesBucket name

No output schema declared.

No examples provided.

s3_delete_object ~42

Delete an object from an S3 bucket in LocalStack

NameTypeReqDescription
bucketstringyesBucket name
keystringyesObject key (path)

No output schema declared.

No examples provided.

s3_get_object ~44

Download the content of an S3 object as text from LocalStack

NameTypeReqDescription
bucketstringyesBucket name
keystringyesObject key (path)

No output schema declared.

No examples provided.

s3_list_buckets ~20

List all S3 buckets in LocalStack

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

s3_list_objects ~61

List objects in an S3 bucket in LocalStack

NameTypeReqDescription
bucketstringyesBucket name
maxKeysintegerMaximum number of objects to return (default: 100)
prefixstringFilter objects by key prefix

No output schema declared.

No examples provided.

s3_put_object ~73

Upload a text or JSON object to an S3 bucket in LocalStack

NameTypeReqDescription
bodystringyesObject content as a string
bucketstringyesBucket name
contentTypestringContent-Type header (default: text/plain)
keystringyesObject key (path)

No output schema declared.

No examples provided.

secretsmanager_create_secret ~55

Create a new secret in Secrets Manager in LocalStack

NameTypeReqDescription
descriptionstringSecret description
namestringyesSecret name
secretStringstringSecret value as a string or JSON string

No output schema declared.

No examples provided.

secretsmanager_delete_secret ~49

Delete a secret from Secrets Manager in LocalStack

NameTypeReqDescription
forceDeletebooleanForce delete without recovery window (default: false)
secretIdstringyesSecret name or ARN

No output schema declared.

No examples provided.

secretsmanager_describe_secret ~35

Describe a secret's metadata in Secrets Manager in LocalStack

NameTypeReqDescription
secretIdstringyesSecret name or ARN

No output schema declared.

No examples provided.

secretsmanager_get_secret ~35

Retrieve the value of a secret from Secrets Manager in LocalStack

NameTypeReqDescription
secretIdstringyesSecret name or ARN

No output schema declared.

No examples provided.

secretsmanager_list_secrets ~21

List all secrets in Secrets Manager in LocalStack

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

secretsmanager_restore_secret ~34

Restore a previously deleted secret in Secrets Manager in LocalStack

NameTypeReqDescription
secretIdstringyesSecret name or ARN

No output schema declared.

No examples provided.

secretsmanager_update_secret ~53

Update the value of an existing secret in Secrets Manager in LocalStack

NameTypeReqDescription
secretIdstringyesSecret name or ARN
secretStringstringyesNew secret value as a string or JSON string

No output schema declared.

No examples provided.

ses_delete_identity ~31

Delete an SES identity in LocalStack

NameTypeReqDescription
identitystringyesEmail address or domain name to delete

No output schema declared.

No examples provided.

ses_get_identity_verification_attributes ~38

Get verification status for SES identities in LocalStack

NameTypeReqDescription
identitiesarrayyesList of email addresses or domain names to check

No output schema declared.

No examples provided.

Common questions

What is the io.github.giovanemartins/localstack MCP server?

io.github.giovanemartins/localstack is an MCP server listed in the public MCP registry as io.github.giovanemartins/localstack. MCP server for LocalStack AWS services, enabling AI agents to interact with local AWS infra. This page covers its npm package (@giovane.martins/localstack).

Is the io.github.giovanemartins/localstack MCP server safe to use?

io.github.giovanemartins/localstack scores 78 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.giovanemartins/localstack MCP server expose?

io.github.giovanemartins/localstack exposes 73 tools: s3_list_buckets, s3_create_bucket, s3_delete_bucket, s3_put_object, s3_get_object, and 68 more. Their descriptions and schemas cost roughly 3,559 tokens of context every time the server is loaded.

Is the io.github.giovanemartins/localstack MCP server still maintained?

io.github.giovanemartins/localstack 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.