Skip to content
CommunicationAuto-generatedScore: 46

Amazon Pinpoint SMS and Voice Service MCP Server

The Amazon Pinpoint SMS and Voice Service API, provided by Amazon Web Services (AWS), is a comprehensive suite of programmatic interfaces designed to manage and orchestrate outbound communication channels.

Quick Start Summary

The Amazon Pinpoint SMS and Voice Service MCP server is a Model Context Protocol bridge that connects AI assistants — including Claude Desktop, Cursor, Windsurf, and VS Code Copilot — to the Amazon Pinpoint SMS and Voice Service API through natural language. It exposes 8 API endpoints as callable tools, such as ListConfigurationSets, CreateConfigurationSet, GetConfigurationSetEventDestinations, and more. No authentication is required — setup takes approximately 30 seconds. The server uses STDIO transport and can be installed by running npx -y @mcp/amazonaws-com-sms-voice. This integration is sourced from the auto Amazon Pinpoint SMS and Voice Service OpenAPI specification (v2018-09-05) and has a quality score of 46/99 (fair documentation coverage).

8Endpointstools mapped
NoneAuthopen access
46/99Qualityfair
~30 secSetupno auth

Server Details

Category
Communication
Authentication
None
Endpoints
8 operations
Transport
STDIO
Spec Version
v2018-09-05
Install 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

Top 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

Own this API?

Verify ownership of this listing to control the description, configuration details, and documentation links. Choose between free manual verification or instant premium placement.

Option 1: Free Verification

Slow manual review. Requires creating a GitHub issue with verified documentation or domain verification.

  • • Verified badge on page
  • • Standard search sorting
  • • 2-3 business days review
Start Free Claim →
Instant & Boosted

Option 2: Featured Upgrade($9/mo)

Instant verification plus premium styling, featured badges, and directory placement boost.

  • • ★ Featured star & amber highlight border
  • • Top of directory search placement
  • • Instant activation via claim token

📖 Detailed MCP Integration Guide

A technical breakdown of capabilities, agent workflows, and security/configuration best practices.

Capabilities & Use Cases
The Amazon Pinpoint SMS and Voice Service API, provided by Amazon Web Services (AWS), is a comprehensive suite of programmatic interfaces designed to manage and orchestrate outbound communication channels. This API serves as the public-facing control plane for the Amazon Pinpoint service, specifically focused on SMS and voice messaging capabilities. Its core functionality revolves around the creation, management, and configuration of communication profiles known as configuration sets. These configuration sets act as logical containers that define crucial operational parameters for messages, such as sending rates, delivery status logging, and message type identification. Through its RESTful endpoints, the API enables developers to programmatically handle the entire lifecycle of these configurations, including setting up event destinations that route delivery notifications to specified endpoints like Amazon Kinesis Data Firehose or AWS Lambda functions. A key capability is the direct API for triggering outbound voice calls, allowing for dynamic, application-driven voice messaging.
🤖AI Agent Value
When exposed as a set of tools via the Model Context Protocol (MCP) for integration with AI coding assistants like Claude Desktop, Cursor, or Cline, this API transforms from a static interface into a dynamic, conversational resource. The value lies in abstracting the underlying HTTP requests and JSON payloads into natural language-driven actions. An AI agent, empowered by this MCP server, can act as a highly skilled cloud architect and DevOps partner. Instead of the developer manually writing scripts or navigating the AWS console, they can instruct the AI to perform complex, multi-step configuration tasks. For example, a developer can ask the AI to audit current configurations, set up new environments with best practices baked in, or modify event routing for observability, all through conversational commands. This integration dramatically lowers the barrier to entry for sophisticated communication system management, accelerates infrastructure-as-code workflows, and reduces the likelihood of manual configuration errors.
💬Example Workflows
A developer leveraging this MCP-enabled toolset can execute a wide range of dynamic, intent-driven tasks. For instance, one could instruct the AI with a command like, "Create a new configuration set named 'MarketingPromo' optimized for promotional SMS messages and set up an event destination to stream all delivery and engagement events to my Kinesis Data Firehose stream for real-time analytics." The AI agent would then parse this intent, call the POST /v1/sms-voice/configuration-sets endpoint to create the set, and subsequently call the POST /v1/sms-voice/configuration-sets/{ConfigurationSetName}/event-destinations endpoint to attach the streaming destination. Similarly, a developer could query, "List all configuration sets and identify which ones do not have any event destinations configured," prompting the AI to use the GET /v1/sms-voice/configuration-sets endpoint, follow up with GET requests for each set's event destinations, and provide a synthesized report. For voice messaging, a simple instruction like, "Send a test voice message with the PIN '123456' to this phone number for my verification flow," would trigger the POST /v1/sms-voice/voice/message endpoint, enabling rapid prototyping and testing.
🛡️Security & Auth
Critical attention must be paid to authentication and security, even though the API itself may not handle credentials directly. As an AWS service, all access to the Amazon Pinpoint SMS and Voice API is authenticated and authorized through AWS Identity and Access Management (IAM). Developers must not embed long-term AWS access keys in code or configuration files. Instead, the security best practice is to create dedicated IAM roles or users with policies that adhere to the principle of least privilege. For example, an AI assistant's role should only have permissions for the specific configuration sets it manages (e.g., "pinpoint:UpdateConfigurationSetEventDestination") and explicit deny permissions for broader, unrelated AWS resources. When setting up an MCP server that proxies these API calls, the underlying implementation must securely handle temporary AWS credentials or assume a pre-configured role, ensuring that secrets are never exposed in the conversational context or client-side storage. Furthermore, all operations should be logged using AWS CloudTrail for auditability and compliance monitoring.

Similar APIs

Other APIs in the Communication category.

Slack API

Send messages, manage channels, and integrate Slack notifications into your AI agent workflows.

OAuth2

Discord API

Send messages, manage servers, and integrate Discord bots into your AI agent workflows.

Bot Token

Twilio API

Send SMS, make calls, and manage communication channels through your AI agent.

Account SID + Auth Token

Email Activity (beta)

The Email Activity (beta) API, provided by [Your Email Service Provider], is a specialized suite of endpoints designed to grant programmatic access to granular email event data and system security configurations. Its core capability revolves around detailed filtering and search across two primary domains: user engagement events (like opens, clicks, and bounces) and security/access control settings. While the event data functionality is limited to a recent two-day window by default, it serves as a powerful tool for real-time monitoring and immediate post-campaign analysis. Typical use cases for enterprise teams include building internal dashboards for marketing performance, automating alerts for campaign anomalies (e.g., a sudden spike in bounces), and developing custom reporting pipelines that feed into business intelligence systems. The associated security endpoints—managing an access whitelist and configuring alert notifications—provide critical administrative control, allowing teams to programmatically define which IP addresses or systems can interact with their email infrastructure and to set up proactive monitoring for potential security or deliverability issues.

Related MCP Server Integrations

Slack API MCP Setup

Send messages, manage channels, and integrate Slack notifications into your AI agent workflows.

CommunicationConfigure →

Discord API MCP Setup

Send messages, manage servers, and integrate Discord bots into your AI agent workflows.

CommunicationConfigure →

Twilio API MCP Setup

Send SMS, make calls, and manage communication channels through your AI agent.

CommunicationConfigure →

Email Activity (beta) MCP Setup

The Email Activity (beta) API, provided by [Your Email Service Provider], is a specialized suite of endpoints designed to grant programmatic access to granular email event data and system security configurations. Its core capability revolves around detailed filtering and search across two primary domains: user engagement events (like opens, clicks, and bounces) and security/access control settings. While the event data functionality is limited to a recent two-day window by default, it serves as a powerful tool for real-time monitoring and immediate post-campaign analysis. Typical use cases for enterprise teams include building internal dashboards for marketing performance, automating alerts for campaign anomalies (e.g., a sudden spike in bounces), and developing custom reporting pipelines that feed into business intelligence systems. The associated security endpoints—managing an access whitelist and configuring alert notifications—provide critical administrative control, allowing teams to programmatically define which IP addresses or systems can interact with their email infrastructure and to set up proactive monitoring for potential security or deliverability issues.

CommunicationConfigure →

Adafruit IO REST API MCP Setup

Adafruit IO is a cloud platform developed by Adafruit Industries, specifically designed to serve as the backbone for the Internet of Things for everyone. Its core HTTP REST API provides a universal interface for interacting with time-series data streams known as "feeds," which represent data points from sensors or commands to actuators. The API enables developers to retrieve, create, and manage data, dashboards, and webhooks, effectively abstracting the complexity of raw data ingestion and visualization. Typical use cases span from consumer hobbyists building home automation systems and weather stations to enterprises prototyping industrial monitoring solutions, asset tracking, and automated alerts. The platform’s strength lies in its simplicity and accessibility, allowing data from any HTTP-capable device—from a Raspberry Pi to an industrial PLC—to be logged, visualized, and acted upon without managing backend infrastructure.

CommunicationConfigure →