Amazon Connect Participant Service MCP Config
<p>Amazon Connect is an easy-to-use omnichannel cloud contact center service that enables companies of any size to deliver superior customer service at a lower cost. Amazon Connect communications capabilities make it easy for companies to deliver personalized interactions across communication channe
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/amazonaws-com-connectparticipant.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-connectparticipant.json to fetch programmatically.
{
"mcpServers": {
"amazonaws-com-connectparticipant": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-connectparticipant"],
"env": {
"AMAZON_CONNECT_PARTICIPANT_SERVICE_API_KEY": "your_amazon_connect_participant_service_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-connectparticipant.jsonEnvironment Variables
AMAZON_CONNECT_PARTICIPANT_SERVICE_API_KEYReplace your_amazon_connect_participant_service_api_key with your actual amazon connect participant service api key
Endpoints
/participant/complete-attachment-upload#X-Amz-BearerCompleteAttachmentUpload
/participant/connection#X-Amz-BearerCreateParticipantConnection
/participant/disconnect#X-Amz-BearerDisconnectParticipant
/participant/attachment#X-Amz-BearerGetAttachment
/participant/transcript#X-Amz-BearerGetTranscript
/participant/event#X-Amz-BearerSendEvent
/participant/message#X-Amz-BearerSendMessage
/participant/start-attachment-upload#X-Amz-BearerStartAttachmentUpload