# amitte/dynamodb-tools

> Read-only DynamoDB surface — list_tables, describe_table, query (with limit), get_item. Auth via STS-assumed registry role.

## Identity

- **Type:** mcp-server
- **Version:** 0.1.0
- **Trust tier:** official
- **License:** Apache-2.0
- **Authors:** Amitte Maintainers
- **Repo / bundle:** amitte/showcase
- **Canonical URL:** https://amitte.com/s/amitte/dynamodb-tools

## Tags

- **Capabilities:** tables-list, table-describe, query, item-get
- **Domains:** databases, nosql, aws

## Evaluation

- **Adversarial score:** 95/100
- **Content score:** 82/100

## Endpoints

- **service-backed** `dynamodb-tools` → https://mcp.amitte.com/v1/dynamodb-tools/sse — Remote MCP server fronting DynamoDB via the AWS SDK and an STS-assumed role with read permissions. Compatible with Claude Desktop, Cursor, VS Code.
  - tool: `list_tables` — Read-only. List DynamoDB table names in a region.
  - tool: `describe_table` — Read-only. Return DescribeTable output: keys, GSIs, billing mode, item count estimate.
  - tool: `query` — Read-only. Run a Query against a table or GSI with a partition key + optional sort key condition. Hard cap of 100 items per call.
  - tool: `get_item` — Read-only. GetItem by primary key. Strongly-consistent read by default.

## Programmatic access

- Fetch JSON-RPC: `POST https://registry.amitte.com/rpc` with `{ "method": "fetch", "params": { "id": "amitte/dynamodb-tools" } }`
- Install via CLI: `amitte install amitte/dynamodb-tools`
- HTML page: https://amitte.com/s/amitte/dynamodb-tools

Last updated: 2026-06-08T15:33:54.384Z