Amazon Simple Queue Service MCP Config
<p>Welcome to the <i>Amazon SQS API Reference</i>.</p> <p>Amazon SQS is a reliable, highly-scalable hosted queue for storing messages as they travel between applications or microservices. Amazon SQS moves data between distributed application components and helps you decouple these components.</p> <p
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/amazonaws-com-sqs.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-sqs.json to fetch programmatically.
{
"mcpServers": {
"amazonaws-com-sqs": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-sqs"],
"env": {
"AMAZON_SIMPLE_QUEUE_SERVICE_API_KEY": "your_amazon_simple_queue_service_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-sqs.jsonEnvironment Variables
AMAZON_SIMPLE_QUEUE_SERVICE_API_KEYReplace your_amazon_simple_queue_service_api_key with your actual amazon simple queue service api key
Endpoints
/{AccountNumber}/{QueueName}/#Action=AddPermissionGET_AddPermission
/#Action=AddPermissionPOST_AddPermission
/{AccountNumber}/{QueueName}/#Action=ChangeMessageVisibilityGET_ChangeMessageVisibility
/#Action=ChangeMessageVisibilityPOST_ChangeMessageVisibility
/{AccountNumber}/{QueueName}/#Action=ChangeMessageVisibilityBatchGET_ChangeMessageVisibilityBatch
/#Action=ChangeMessageVisibilityBatchPOST_ChangeMessageVisibilityBatch
/#Action=CreateQueueGET_CreateQueue
/#Action=CreateQueuePOST_CreateQueue
/{AccountNumber}/{QueueName}/#Action=DeleteMessageGET_DeleteMessage
/#Action=DeleteMessagePOST_DeleteMessage