Amazon Lex Model Building Service MCP Config
<fullname>Amazon Lex Build-Time Actions</fullname> <p> Amazon Lex is an AWS service for building conversational voice and text interfaces. Use these actions to create, update, and delete conversational bots for new and existing client applications. </p>
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/amazonaws-com-lex-models.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-lex-models.json to fetch programmatically.
{
"mcpServers": {
"amazonaws-com-lex-models": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-lex-models"],
"env": {
"AMAZON_LEX_MODEL_BUILDING_SERVICE_API_KEY": "your_amazon_lex_model_building_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-lex-models.jsonEnvironment Variables
AMAZON_LEX_MODEL_BUILDING_SERVICE_API_KEYReplace your_amazon_lex_model_building_service_api_key with your actual amazon lex model building service api key
Endpoints
/bots/{name}/versionsCreateBotVersion
/intents/{name}/versionsCreateIntentVersion
/slottypes/{name}/versionsCreateSlotTypeVersion
/bots/{name}DeleteBot
/bots/{botName}/aliases/{name}GetBotAlias
/bots/{botName}/aliases/{name}PutBotAlias
/bots/{botName}/aliases/{name}DeleteBotAlias
/bots/{botName}/aliases/{aliasName}/channels/{name}GetBotChannelAssociation
/bots/{botName}/aliases/{aliasName}/channels/{name}DeleteBotChannelAssociation
/bots/{name}/versions/{version}DeleteBotVersion