Amazon SNS · Capability
Amazon SNS Pub/Sub Messaging
Pub/sub messaging workflow combining topic management, subscription lifecycle, message publishing, mobile push, and SMS operations. Used by developers and platform engineers for event-driven architectures and notification systems.
What You Can Do
GET
List topics
— List all SNS topics
/v1/topics
POST
Create topic
— Create a new SNS topic
/v1/topics
GET
List subscriptions
— List all subscriptions
/v1/subscriptions
POST
Subscribe
— Create a subscription
/v1/subscriptions
POST
Publish
— Publish a message to a topic
/v1/messages
MCP Tools
list-topics
List all SNS topics
read-only
create-topic
Create a new SNS topic
delete-topic
Delete an SNS topic
get-topic-attributes
Get attributes of an SNS topic
read-only
set-topic-attributes
Set attributes on an SNS topic
idempotent
subscribe
Create a subscription to a topic
unsubscribe
Unsubscribe from a topic
list-subscriptions
List all subscriptions
read-only
list-subscriptions-by-topic
List subscriptions for a specific topic
read-only
get-subscription-attributes
Get attributes of a subscription
read-only
publish
Publish a message to a topic or endpoint
publish-batch
Publish up to 10 messages in a batch
create-platform-application
Create a platform application for mobile push
get-sms-attributes
Get SMS messaging attributes
read-only
check-phone-opted-out
Check if a phone number has opted out of SMS
read-only
list-tags
List tags for an SNS resource
read-only
tag-resource
Add tags to an SNS resource
APIs Used
amazon-sns