DatabasesAuto-generated
Amazon SimpleDB MCP Server
Amazon SimpleDB is a web service providing the core database functions of data indexing and querying in the cloud. By offloading the time and effort associated with building and operating a web-scale database, SimpleDB provides developers the freedom to focus on application development. <p> A tradit
Quick Setup
Transport: STDIO
Command: npx -y @mcp/amazonaws-com-sdb
Environment Variables
AMAZON_SIMPLEDB_API_KEYExample: your_amazon_simpledb_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"amazonaws-com-sdb": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-sdb"],
"env": {
"AMAZON_SIMPLEDB_API_KEY": "your_amazon_simpledb_api_key"
}
}
}
}Endpoints
GET
/#Action=BatchDeleteAttributesGET_BatchDeleteAttributes
POST
/#Action=BatchDeleteAttributesPOST_BatchDeleteAttributes
GET
/#Action=BatchPutAttributesGET_BatchPutAttributes
POST
/#Action=BatchPutAttributesPOST_BatchPutAttributes
GET
/#Action=CreateDomainGET_CreateDomain
POST
/#Action=CreateDomainPOST_CreateDomain
GET
/#Action=DeleteAttributesGET_DeleteAttributes
POST
/#Action=DeleteAttributesPOST_DeleteAttributes
GET
/#Action=DeleteDomainGET_DeleteDomain
POST
/#Action=DeleteDomainPOST_DeleteDomain