Use MCP to manage DynamoDB-compatible tables, items, queries, and operations.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "Dynoxide" yet — see the docs or source repo.
Use Dynoxide to create a table named users with userId (string) as the primary key, then insert 3 sample user records and return the table creation result and write status.
Returns a successful table creation message, insert results, and a status summary for the 3 test records.
Use Dynoxide to query all orders in the orders table for userId U1001, return the latest 10 in descending creation time, and show only orderId, status, and totalAmount.
Returns a filtered order list formatted with the requested fields and sort order.
Use Dynoxide to batch update stock for 5 products in the inventory table; if any product would end up below 0 stock, roll back all changes and return the transaction result.
Returns the batch update and transaction validation result, indicating whether it committed successfully or rolled back entirely.
Access and manage AWS DynamoDB with controlled permissions and automation.
Safely query SQL and NoSQL databases through AI with zero setup.
Connect to DuckDB via MCP for queries, table creation, and schema inspection.
Connect to PostgreSQL and MySQL, run SQL, and manage database transactions.
Let AI safely query and manage DuckDB databases through MCP tools.
Interact with MySQL databases using natural language for queries and management.