Amazon Lex Model Building V2 MCP Config
<p/>
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/amazonaws-com-models-lex-v2.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-models-lex-v2.json to fetch programmatically.
{
"mcpServers": {
"amazonaws-com-models-lex-v2": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-models-lex-v2"],
"env": {
"AMAZON_LEX_MODEL_BUILDING_V2_API_KEY": "your_amazon_lex_model_building_v2_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-models-lex-v2.jsonEnvironment Variables
AMAZON_LEX_MODEL_BUILDING_V2_API_KEYReplace your_amazon_lex_model_building_v2_api_key with your actual amazon lex model building v2 api key
Endpoints
PUT
/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/customvocabulary/DEFAULT/batchcreateBatchCreateCustomVocabularyItem
POST
/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/customvocabulary/DEFAULT/batchdeleteBatchDeleteCustomVocabularyItem
PUT
/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/customvocabulary/DEFAULT/batchupdateBatchUpdateCustomVocabularyItem
GET
/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/DescribeBotLocale
POST
/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/BuildBotLocale
PUT
/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/UpdateBotLocale
DELETE
/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/DeleteBotLocale
POST
/bots/ListBots
PUT
/bots/CreateBot
POST
/bots/{botId}/botaliases/ListBotAliases