jjikky/dynamo-readonly-mcp
If you are the rightful owner of dynamo-readonly-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A server that utilizes the Model Context Protocol (MCP) to query AWS DynamoDB databases, allowing LLMs like Claude to query DynamoDB data through natural language requests.
Tools
Functions exposed to the LLM to take actions
list-tables
View a list of all DynamoDB tables.
describe-table
View detailed information about a specific table.
scan-table
Scan all or part of a table's data.
query-table
Search for data that matches specific conditions in a table.
get-item
Retrieve an item with a specific key.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client