Skip to content
MCP-BridgeMCP-Bridge
Cloud Infrastructure

Amazon Simple Notification Service MCP Config

<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

Config URL

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

https://mcpbridge.org/config/amazonaws-com-sns.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

{
  "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"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "amazonaws-com-sns": {
      "url": "https://mcpbridge.org/config/amazonaws-com-sns.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "amazonaws-com-sns": {
      "url": "https://mcpbridge.org/config/amazonaws-com-sns.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/config/amazonaws-com-sns.json to fetch programmatically.

{
  "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"
}
    }
  }
}

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://mcpbridge.org/config/amazonaws-com-sns.json

Environment Variables

AMAZON_SIMPLE_NOTIFICATION_SERVICE_API_KEY

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