Amazon AppIntegrations Service MCP Config
<p>The Amazon AppIntegrations service enables you to configure and reuse connections to external applications.</p> <p>For information about how you can use external applications with Amazon Connect, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/crm.html">Set up pre-built integra
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/amazonaws-com-appintegrations.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-appintegrations.json to fetch programmatically.
{
"mcpServers": {
"amazonaws-com-appintegrations": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-appintegrations"],
"env": {
"AMAZON_APPINTEGRATIONS_SERVICE_API_KEY": "your_amazon_appintegrations_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-appintegrations.jsonEnvironment Variables
AMAZON_APPINTEGRATIONS_SERVICE_API_KEYReplace your_amazon_appintegrations_service_api_key with your actual amazon appintegrations service api key
Endpoints
/dataIntegrationsListDataIntegrations
/dataIntegrationsCreateDataIntegration
/eventIntegrationsListEventIntegrations
/eventIntegrationsCreateEventIntegration
/dataIntegrations/{Identifier}GetDataIntegration
/dataIntegrations/{Identifier}DeleteDataIntegration
/dataIntegrations/{Identifier}UpdateDataIntegration
/eventIntegrations/{Name}GetEventIntegration
/eventIntegrations/{Name}DeleteEventIntegration
/eventIntegrations/{Name}UpdateEventIntegration