Amazon Comprehend MCP Config
Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents. Use these actions to determine the topics contained in your documents, the topics they discuss, the predominant sentiment expressed in them, the predominant language used, and more.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/amazonaws-com-comprehend.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-comprehend.json to fetch programmatically.
{
"mcpServers": {
"amazonaws-com-comprehend": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-comprehend"],
"env": {
"AMAZON_COMPREHEND_API_KEY": "your_amazon_comprehend_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-comprehend.jsonEnvironment Variables
AMAZON_COMPREHEND_API_KEYReplace your_amazon_comprehend_api_key with your actual amazon comprehend api key
Endpoints
/#X-Amz-Target=Comprehend_20171127.BatchDetectDominantLanguageBatchDetectDominantLanguage
/#X-Amz-Target=Comprehend_20171127.BatchDetectEntitiesBatchDetectEntities
/#X-Amz-Target=Comprehend_20171127.BatchDetectKeyPhrasesBatchDetectKeyPhrases
/#X-Amz-Target=Comprehend_20171127.BatchDetectSentimentBatchDetectSentiment
/#X-Amz-Target=Comprehend_20171127.BatchDetectSyntaxBatchDetectSyntax
/#X-Amz-Target=Comprehend_20171127.BatchDetectTargetedSentimentBatchDetectTargetedSentiment
/#X-Amz-Target=Comprehend_20171127.ClassifyDocumentClassifyDocument
/#X-Amz-Target=Comprehend_20171127.ContainsPiiEntitiesContainsPiiEntities
/#X-Amz-Target=Comprehend_20171127.CreateDatasetCreateDataset
/#X-Amz-Target=Comprehend_20171127.CreateDocumentClassifierCreateDocumentClassifier