Skip to content
MCP-BridgeMCP-Bridge
Communication

Amazon Pinpoint SMS and Voice Service MCP Config

Pinpoint SMS and Voice Messaging public facing APIs

Config URL

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

https://mcpbridge.org/config/amazonaws-com-sms-voice.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-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"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

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

VS Code

Use with MCP extension

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

Configuration JSON

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

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

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-sms-voice.json

Environment Variables

AMAZON_PINPOINT_SMS_AND_VOICE_SERVICE_API_KEY

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