Skip to content
MCP-Bridge
CommunicationAuto-generated

Amazon Pinpoint SMS and Voice Service MCP Server

Pinpoint SMS and Voice Messaging public facing APIs

Quick Setup

Transport: STDIO

Command: npx -y @mcp/amazonaws-com-sms-voice

Environment Variables

AMAZON_PINPOINT_SMS_AND_VOICE_SERVICE_API_KEY

Example: your_amazon_pinpoint_sms_and_voice_service_api_key

MCP Server Configuration

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

{
  "mcpServers": {
    "amazonaws-com-sms-voice": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-sms-voice"],
      "env": {
      "AMAZON_PINPOINT_SMS_AND_VOICE_SERVICE_API_KEY": "your_amazon_pinpoint_sms_and_voice_service_api_key"
}
    }
  }
}

Endpoints

GET/v1/sms-voice/configuration-sets

ListConfigurationSets

POST/v1/sms-voice/configuration-sets

CreateConfigurationSet

GET/v1/sms-voice/configuration-sets/{ConfigurationSetName}/event-destinations

GetConfigurationSetEventDestinations

POST/v1/sms-voice/configuration-sets/{ConfigurationSetName}/event-destinations

CreateConfigurationSetEventDestination

DELETE/v1/sms-voice/configuration-sets/{ConfigurationSetName}

DeleteConfigurationSet

PUT/v1/sms-voice/configuration-sets/{ConfigurationSetName}/event-destinations/{EventDestinationName}

UpdateConfigurationSetEventDestination

DELETE/v1/sms-voice/configuration-sets/{ConfigurationSetName}/event-destinations/{EventDestinationName}

DeleteConfigurationSetEventDestination

POST/v1/sms-voice/voice/message

SendVoiceMessage