Amazon Connect Contact Lens MCP Config
<p>Contact Lens for Amazon Connect enables you to analyze conversations between customer and agents, by using speech transcription, natural language processing, and intelligent search capabilities. It performs sentiment analysis, detects issues, and enables you to automatically categorize contacts.<
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/amazonaws-com-connect-contact-lens.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-connect-contact-lens.json to fetch programmatically.
{
"mcpServers": {
"amazonaws-com-connect-contact-lens": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-connect-contact-lens"],
"env": {
"AMAZON_CONNECT_CONTACT_LENS_API_KEY": "your_amazon_connect_contact_lens_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-connect-contact-lens.jsonEnvironment Variables
AMAZON_CONNECT_CONTACT_LENS_API_KEYReplace your_amazon_connect_contact_lens_api_key with your actual amazon connect contact lens api key
Endpoints
POST
/realtime-contact-analysis/analysis-segmentsListRealtimeContactAnalysisSegments