Skip to content
MCP-Bridge
Databases

Amazon SimpleDB MCP Config

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

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/amazonaws-com-sdb.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-sdb.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-sdb": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-sdb"],
      "env": {
      "AMAZON_SIMPLEDB_API_KEY": "your_amazon_simpledb_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/amazonaws-com-sdb.json

Environment Variables

AMAZON_SIMPLEDB_API_KEY

Replace your_amazon_simpledb_api_key with your actual 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