Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

Amazon Simple Notification Service MCP Server

<fullname>Amazon Simple Notification Service</fullname> <p>Amazon Simple Notification Service (Amazon SNS) is a web service that enables you to build distributed web-enabled applications. Applications can use Amazon SNS to easily push real-time notification messages to interested subscribers over mu

Quick Setup

Transport: STDIO

Command: npx -y @mcp/amazonaws-com-sns

Environment Variables

AMAZON_SIMPLE_NOTIFICATION_SERVICE_API_KEY

Example: your_amazon_simple_notification_service_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "amazonaws-com-sns": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-sns"],
      "env": {
      "AMAZON_SIMPLE_NOTIFICATION_SERVICE_API_KEY": "your_amazon_simple_notification_service_api_key"
}
    }
  }
}

Endpoints

GET/#Action=AddPermission

GET_AddPermission

POST/#Action=AddPermission

POST_AddPermission

GET/#Action=CheckIfPhoneNumberIsOptedOut

GET_CheckIfPhoneNumberIsOptedOut

POST/#Action=CheckIfPhoneNumberIsOptedOut

POST_CheckIfPhoneNumberIsOptedOut

GET/#Action=ConfirmSubscription

GET_ConfirmSubscription

POST/#Action=ConfirmSubscription

POST_ConfirmSubscription

GET/#Action=CreatePlatformApplication

GET_CreatePlatformApplication

POST/#Action=CreatePlatformApplication

POST_CreatePlatformApplication

GET/#Action=CreatePlatformEndpoint

GET_CreatePlatformEndpoint

POST/#Action=CreatePlatformEndpoint

POST_CreatePlatformEndpoint