Amazon Personalize Events MCP Config
Amazon Personalize can consume real-time user event data, such as <i>stream</i> or <i>click</i> data, and use it for model training either alone or combined with historical data. For more information see <a href="https://docs.aws.amazon.com/personalize/latest/dg/recording-events.html">Recording Even
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/amazonaws-com-personalize-events.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-personalize-events.json to fetch programmatically.
{
"mcpServers": {
"amazonaws-com-personalize-events": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-personalize-events"],
"env": {
"AMAZON_PERSONALIZE_EVENTS_API_KEY": "your_amazon_personalize_events_api_key"
}
}
}
}How to Use
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-personalize-events.jsonEnvironment Variables
AMAZON_PERSONALIZE_EVENTS_API_KEYReplace your_amazon_personalize_events_api_key with your actual amazon personalize events api key
Endpoints
POST
/eventsPutEvents
POST
/itemsPutItems
POST
/usersPutUsers