Amazon Personalize Runtime MCP Config
<p/>
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/amazonaws-com-personalize-runtime.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-personalize-runtime.json to fetch programmatically.
{
"mcpServers": {
"amazonaws-com-personalize-runtime": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-personalize-runtime"],
"env": {
"AMAZON_PERSONALIZE_RUNTIME_API_KEY": "your_amazon_personalize_runtime_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-runtime.jsonEnvironment Variables
AMAZON_PERSONALIZE_RUNTIME_API_KEYReplace your_amazon_personalize_runtime_api_key with your actual amazon personalize runtime api key
Endpoints
POST
/personalize-rankingGetPersonalizedRanking
POST
/recommendationsGetRecommendations