Skip to content
MCP-Bridge
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_KEY

Example: 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=BatchDeleteAttributes

GET_BatchDeleteAttributes

POST/#Action=BatchDeleteAttributes

POST_BatchDeleteAttributes

GET/#Action=BatchPutAttributes

GET_BatchPutAttributes

POST/#Action=BatchPutAttributes

POST_BatchPutAttributes

GET/#Action=CreateDomain

GET_CreateDomain

POST/#Action=CreateDomain

POST_CreateDomain

GET/#Action=DeleteAttributes

GET_DeleteAttributes

POST/#Action=DeleteAttributes

POST_DeleteAttributes

GET/#Action=DeleteDomain

GET_DeleteDomain

POST/#Action=DeleteDomain

POST_DeleteDomain