AWS SNS MCP connector
Amazon Simple Notification Service is AWS's managed pub/sub messaging platform for delivering notifications to distributed systems and mobile devices. The AWS SNS MCP connector allows AI agents to create and manage topics, publish messages to subscribers, and delete notification endpoints. It also supports listing existing topics and organizing message distribution across your notification infrastructure.
Authentication type
- API Key - Requires a static API key to be configured before the agent can connect to the service.
Uses
Use the AWS SNS MCP connector to perform the following actions:
- Send real-time alerts to mobile devices when order status changes
- Broadcast inventory updates across multiple warehouse systems simultaneously
- Deliver transaction confirmations to customers via email and SMS
- Route customer support tickets to teams based on priority topics
- Notify stakeholders when approval workflows reach critical stages
- Distribute product announcements to subscribers across regions
- Trigger automated responses when system events occur in real time
Example prompts
Use the following example prompts to invoke AWS SNS MCP connector tools from your AI assistant or Boomi Connect workflow:
Show me all SNS topics we have set up for customer notifications.Create a new topic in AWS SNS for our payment processing alerts.Send a message through AWS SNS to notify the sales team about a new lead.Delete the old AWS SNS topic we used for test campaigns.List every SNS topic that has more than 100 subscribers.Publish an order confirmation message to our customer notification topic in AWS SNS.How many topics do we currently have active in AWS SNS?Remove the unused AWS SNS topic for the legacy system.Send an urgent alert through SNS when inventory falls below 50 units.Create an AWS SNS topic for our new employee onboarding notifications.
AWS SNS MCP connector tools
The AWS SNS MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| listTopics | Retrieves a list of all topics currently available in your account. |
| createTopic | Creates a new topic to which messages can be published and subscribers added. |
| deleteTopic | Removes a topic and all associated subscriptions from your account. |
| publish | Sends a message to a specified topic for delivery to all subscribers. |