Skip to content
MCP-Bridge
Developer Tools

Amazon Pinpoint MCP Config

Doc Engage API - Amazon Pinpoint API

Config URL

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

https://mcp-bridge.pages.dev/config/amazonaws-com-pinpoint.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-pinpoint.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-pinpoint": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-pinpoint"],
      "env": {
      "AMAZON_PINPOINT_API_KEY": "your_amazon_pinpoint_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://mcp-bridge.pages.dev/config/amazonaws-com-pinpoint.json

Environment Variables

AMAZON_PINPOINT_API_KEY

Replace your_amazon_pinpoint_api_key with your actual amazon pinpoint api key

Endpoints

GET/v1/apps

GetApps

POST/v1/apps

CreateApp

GET/v1/apps/{application-id}/campaigns

GetCampaigns

POST/v1/apps/{application-id}/campaigns

CreateCampaign

GET/v1/templates/{template-name}/email

GetEmailTemplate

POST/v1/templates/{template-name}/email

CreateEmailTemplate

PUT/v1/templates/{template-name}/email

UpdateEmailTemplate

DELETE/v1/templates/{template-name}/email

DeleteEmailTemplate

GET/v1/apps/{application-id}/jobs/export

GetExportJobs

POST/v1/apps/{application-id}/jobs/export

CreateExportJob