Amazon Connect Service MCP Config
<p>Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center and provide reliable customer engagement at any scale.</p> <p>Amazon Connect provides metrics and real-time reporting that enable you to optimize contact routing. You can also resol
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/amazonaws-com-connect.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-connect.json to fetch programmatically.
{
"mcpServers": {
"amazonaws-com-connect": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-connect"],
"env": {
"AMAZON_CONNECT_SERVICE_API_KEY": "your_amazon_connect_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-connect.jsonEnvironment Variables
AMAZON_CONNECT_SERVICE_API_KEYReplace your_amazon_connect_service_api_key with your actual amazon connect service api key
Endpoints
/instance/{InstanceId}/approved-originAssociateApprovedOrigin
/instance/{InstanceId}/botDisassociateBot
/instance/{InstanceId}/botAssociateBot
/default-vocabulary/{InstanceId}/{LanguageCode}AssociateDefaultVocabulary
/instance/{InstanceId}/storage-configAssociateInstanceStorageConfig
/instance/{InstanceId}/lambda-functionAssociateLambdaFunction
/instance/{InstanceId}/lex-botAssociateLexBot
/phone-number/{PhoneNumberId}/contact-flowAssociatePhoneNumberContactFlow
/queues/{InstanceId}/{QueueId}/associate-quick-connectsAssociateQueueQuickConnects
/routing-profiles/{InstanceId}/{RoutingProfileId}/associate-queuesAssociateRoutingProfileQueues