Skip to content
MCP-BridgeMCP-Bridge
Cloud Infrastructure

Amazon Pinpoint Email Service MCP Config

<fullname>Amazon Pinpoint Email Service</fullname> <p>Welcome to the <i>Amazon Pinpoint Email API Reference</i>. This guide provides information about the Amazon Pinpoint Email API (version 1.0), including supported operations, data types, parameters, and schemas.</p> <p> <a href="https://aws.amazon

Config URL

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

https://mcpbridge.org/config/amazonaws-com-pinpoint-email.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-pinpoint-email": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-pinpoint-email"
      ],
      "env": {
        "AMAZON_PINPOINT_EMAIL_SERVICE_API_KEY": "your_amazon_pinpoint_email_service_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

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

VS Code

Use with MCP extension

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

Configuration JSON

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

{
  "mcpServers": {
    "amazonaws-com-pinpoint-email": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-pinpoint-email"],
      "env": {
      "AMAZON_PINPOINT_EMAIL_SERVICE_API_KEY": "your_amazon_pinpoint_email_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-pinpoint-email.json

Environment Variables

AMAZON_PINPOINT_EMAIL_SERVICE_API_KEY

Replace your_amazon_pinpoint_email_service_api_key with your actual amazon pinpoint email service api key

Endpoints

GET/v1/email/configuration-sets

ListConfigurationSets

POST/v1/email/configuration-sets

CreateConfigurationSet

GET/v1/email/configuration-sets/{ConfigurationSetName}/event-destinations

GetConfigurationSetEventDestinations

POST/v1/email/configuration-sets/{ConfigurationSetName}/event-destinations

CreateConfigurationSetEventDestination

GET/v1/email/dedicated-ip-pools

ListDedicatedIpPools

POST/v1/email/dedicated-ip-pools

CreateDedicatedIpPool

POST/v1/email/deliverability-dashboard/test

CreateDeliverabilityTestReport

GET/v1/email/identities

ListEmailIdentities

POST/v1/email/identities

CreateEmailIdentity

GET/v1/email/configuration-sets/{ConfigurationSetName}

GetConfigurationSet