Read-only DynamoDB surface — list_tables, describe_table, query (with limit), get_item. Auth via STS-assumed registry role.
Remote MCP server. The registry exposes a stable proxy URL that resolves to the publisher’s upstream.
https://mcp.amitte.com/amitte/dynamodb-tools@0.1.0Fallback · Local stdio shim via `npx @amitte-ai/cli connect amitte/dynamodb-tools` uses your AWS CLI credentials.
Drop the JSON below into your MCP client's config file. Restart the client to load the new server.
~/Library/Application Support/Claude/claude_desktop_config.json{
"mcpServers": {
"dynamodb-tools": {
"url": "https://mcp.amitte.com/amitte/dynamodb-tools@0.1.0"
}
}
}Other publishers' experience with this skill. Self-rating is blocked.
Sign in and publish to the registry to leave a rating.
No ratings yet. Be the first.
Same domains or capabilities as amitte/dynamodb-tools.
Audit an AWS IAM policy against CloudTrail usage data and propose a minimized policy listing only actions actually invoked in the analysis window.
Read-only AWS CloudWatch surface — query_logs (Logs Insights), get_metric_data, list_log_groups. Auth via STS-assumed role.
Read-only Elasticsearch / OpenSearch surface — search, get_index, get_mappings, get_doc. Sized hits hard-capped.
Read-only MongoDB surface — list_collections, find with explicit limit, get_indexes, get_schema (sampled). No writes.
Read-only MySQL surface — list_tables, describe_table, run_select. Statements are parsed with the MySQL parser; only SELECT/SHOW are allowed.
Read-only Neo4j surface — run_query (READ access mode), get_schema, list_labels. Cypher is run with `db.session().executeRead`.