Amazon Lex Runtime V2 MCP Config
This section contains documentation for the Amazon Lex V2 Runtime V2 API operations.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/amazonaws-com-runtime-lex-v2.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-runtime-lex-v2.json to fetch programmatically.
{
"mcpServers": {
"amazonaws-com-runtime-lex-v2": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-runtime-lex-v2"],
"env": {
"AMAZON_LEX_RUNTIME_V2_API_KEY": "your_amazon_lex_runtime_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-runtime-lex-v2.jsonEnvironment Variables
AMAZON_LEX_RUNTIME_V2_API_KEYReplace your_amazon_lex_runtime_v2_api_key with your actual amazon lex runtime v2 api key
Endpoints
GET
/bots/{botId}/botAliases/{botAliasId}/botLocales/{localeId}/sessions/{sessionId}GetSession
POST
/bots/{botId}/botAliases/{botAliasId}/botLocales/{localeId}/sessions/{sessionId}PutSession
DELETE
/bots/{botId}/botAliases/{botAliasId}/botLocales/{localeId}/sessions/{sessionId}DeleteSession
POST
/bots/{botId}/botAliases/{botAliasId}/botLocales/{localeId}/sessions/{sessionId}/textRecognizeText
POST
/bots/{botId}/botAliases/{botAliasId}/botLocales/{localeId}/sessions/{sessionId}/utterance#Content-TypeRecognizeUtterance