Skip to content
MCP-Bridge
Cloud Infrastructure

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.json

Configuration 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

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-sqs.json

Environment Variables

AMAZON_SIMPLE_QUEUE_SERVICE_API_KEY

Replace your_amazon_simple_queue_service_api_key with your actual amazon simple queue service api key

Endpoints

GET/{AccountNumber}/{QueueName}/#Action=AddPermission

GET_AddPermission

POST/#Action=AddPermission

POST_AddPermission

GET/{AccountNumber}/{QueueName}/#Action=ChangeMessageVisibility

GET_ChangeMessageVisibility

POST/#Action=ChangeMessageVisibility

POST_ChangeMessageVisibility

GET/{AccountNumber}/{QueueName}/#Action=ChangeMessageVisibilityBatch

GET_ChangeMessageVisibilityBatch

POST/#Action=ChangeMessageVisibilityBatch

POST_ChangeMessageVisibilityBatch

GET/#Action=CreateQueue

GET_CreateQueue

POST/#Action=CreateQueue

POST_CreateQueue

GET/{AccountNumber}/{QueueName}/#Action=DeleteMessage

GET_DeleteMessage

POST/#Action=DeleteMessage

POST_DeleteMessage