generated: '2026-06-20' method: derived status: candidate source: Derived from openapi/amazon-comprehend-openapi.yml operations (84). No official Amazon Comprehend MCP server found in awslabs/mcp or MCP registries as of 2026-06-20. server: name: amazon-comprehend transport: stdio note: Candidate only; no first-party hosted MCP endpoint published. AWS ships general-purpose servers at github.com/awslabs/mcp, none Comprehend-specific. tools: - name: batch_detect_dominant_language description: Determines the dominant language of the input text for a batch of documents. For a list of languages that Amazon Comprehend can detect, see source_operation: openapi/amazon-comprehend-openapi.yml#BatchDetectDominantLanguage - name: batch_detect_entities description: Inspects the text of a batch of documents for named entities and returns information about them. For more information about named entities, source_operation: openapi/amazon-comprehend-openapi.yml#BatchDetectEntities - name: batch_detect_key_phrases description: Detects the key noun phrases found in a batch of documents. source_operation: openapi/amazon-comprehend-openapi.yml#BatchDetectKeyPhrases - name: batch_detect_sentiment description: Inspects a batch of documents and returns an inference of the prevailing sentiment, POSITIVE, NEUTRAL, MIXED source_operation: openapi/amazon-comprehend-openapi.yml#BatchDetectSentiment - name: batch_detect_syntax description: Inspects the text of a batch of documents for the syntax and part of speech of the words in the document and returns information about them. source_operation: openapi/amazon-comprehend-openapi.yml#BatchDetectSyntax - name: batch_detect_targeted_sentiment description: Inspects a batch of documents and returns a sentiment analysis for each entity identified in the documents. For more information a source_operation: openapi/amazon-comprehend-openapi.yml#BatchDetectTargetedSentiment - name: classify_document description: Creates a new document classification request to analyze a single document in real-time, using a previously created and trained custom mo source_operation: openapi/amazon-comprehend-openapi.yml#ClassifyDocument - name: contains_pii_entities description: Analyzes input text for the presence of personally identifiable information (PII) and returns the labels of identified PII entity types such source_operation: openapi/amazon-comprehend-openapi.yml#ContainsPiiEntities - name: create_dataset description: Creates a dataset to upload training or test data for a model associated with a flywheel. For more information about datasets, see