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.jsonConfiguration 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
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.jsonEnvironment Variables
AMAZON_SIMPLEDB_API_KEYReplace your_amazon_simpledb_api_key with your actual amazon simpledb api key
Endpoints
/#Action=BatchDeleteAttributesGET_BatchDeleteAttributes
/#Action=BatchDeleteAttributesPOST_BatchDeleteAttributes
/#Action=BatchPutAttributesGET_BatchPutAttributes
/#Action=BatchPutAttributesPOST_BatchPutAttributes
/#Action=CreateDomainGET_CreateDomain
/#Action=CreateDomainPOST_CreateDomain
/#Action=DeleteAttributesGET_DeleteAttributes
/#Action=DeleteAttributesPOST_DeleteAttributes
/#Action=DeleteDomainGET_DeleteDomain
/#Action=DeleteDomainPOST_DeleteDomain