Skip to content
Cloud InfrastructureAuto-generatedScore: 46

AWS Comprehend Medical MCP Server

AWS Comprehend Medical is a specialized natural language processing service provided by Amazon Web Services that leverages pre-trained machine learning models to automatically extract clinically relevant structured information from unstructured medical text.

Quick Start Summary

The AWS Comprehend Medical MCP server is a Model Context Protocol bridge that connects AI assistants — including Claude Desktop, Cursor, Windsurf, and VS Code Copilot — to the AWS Comprehend Medical API through natural language. It exposes 10 API endpoints as callable tools, such as DescribeEntitiesDetectionV2Job, DescribeICD10CMInferenceJob, DescribePHIDetectionJob, and more. No authentication is required — setup takes approximately 30 seconds. The server uses STDIO transport and can be installed by running npx -y @mcp/amazonaws-com-comprehendmedical. This integration is sourced from the auto AWS Comprehend Medical OpenAPI specification (v2018-10-30) and has a quality score of 46/99 (fair documentation coverage).

10Endpointstools mapped
NoneAuthopen access
46/99Qualityfair
~30 secSetupno auth

Server Details

Category
Cloud Infrastructure
Authentication
None
Endpoints
10 operations
Transport
STDIO
Spec Version
v2018-10-30
Install Command
npx -y @mcp/amazonaws-com-comprehendmedical

Environment Variables

AWS_COMPREHEND_MEDICAL_API_KEY

Example: your_aws_comprehend_medical_api_key

Top Endpoints

POST
/#X-Amz-Target=ComprehendMedical_20181030.DescribeEntitiesDetectionV2Job

DescribeEntitiesDetectionV2Job

POST
/#X-Amz-Target=ComprehendMedical_20181030.DescribeICD10CMInferenceJob

DescribeICD10CMInferenceJob

POST
/#X-Amz-Target=ComprehendMedical_20181030.DescribePHIDetectionJob

DescribePHIDetectionJob

POST
/#X-Amz-Target=ComprehendMedical_20181030.DescribeRxNormInferenceJob

DescribeRxNormInferenceJob

POST
/#X-Amz-Target=ComprehendMedical_20181030.DescribeSNOMEDCTInferenceJob

DescribeSNOMEDCTInferenceJob

Own this API?

Verify ownership of this listing to control the description, configuration details, and documentation links. Choose between free manual verification or instant premium placement.

Option 1: Free Verification

Slow manual review. Requires creating a GitHub issue with verified documentation or domain verification.

  • • Verified badge on page
  • • Standard search sorting
  • • 2-3 business days review
Start Free Claim →
Instant & Boosted

Option 2: Featured Upgrade($9/mo)

Instant verification plus premium styling, featured badges, and directory placement boost.

  • • ★ Featured star & amber highlight border
  • • Top of directory search placement
  • • Instant activation via claim token

📖 Detailed MCP Integration Guide

A technical breakdown of capabilities, agent workflows, and security/configuration best practices.

Capabilities & Use Cases
AWS Comprehend Medical is a specialized natural language processing service provided by Amazon Web Services that leverages pre-trained machine learning models to automatically extract clinically relevant structured information from unstructured medical text. Unlike general-purpose NLP services, this API is purpose-built for the healthcare domain, capable of identifying and normalizing medical entities such as medications, medical conditions, treatments, procedures, and Protected Health Information across clinical notes, discharge summaries, pathology reports, and insurance claims. The service supports both real-time synchronous analysis through endpoints like DetectEntitiesV2, DetectPHI, InferICD10CM, and InferRxNorm, as well as asynchronous batch processing workflows through corresponding job-starting and job-describing endpoints. When exposed as tools within the Model Context Protocol framework, AWS Comprehend Medical becomes an extraordinarily powerful capability for AI coding assistants operating in healthcare software development contexts. An AI agent integrated with this MCP server can programmatically invoke medical entity recognition, HIPAA-compliant PHI detection, ICD-10-CM diagnostic code inference, RxNorm medication normalization, and SNOMED CT terminology mapping directly from within a development workflow. This enables the AI assistant to test medical text parsing logic, validate extraction accuracy against known clinical inputs, simulate real-world document processing pipelines, and generate sample structured data from unstructured clinical narratives without requiring developers to manually construct test cases or consult external reference materials.
🤖AI Agent Value
The practical workflow applications for developers using this API through an MCP-enabled AI assistant are extensive and transformative for healthcare technology development. A developer building an electronic health record integration system can instruct the AI agent to analyze sample clinical notes and verify that the extracted entity categories align with their application schema, iterating on parsing logic based on real API responses. When implementing a medication reconciliation feature, the developer can ask the AI to submit prescription text through the InferRxNorm endpoint to observe how the service normalizes drug names into standardized RxNorm codes, then use those results to refine database mapping logic. For applications requiring diagnostic coding assistance, the AI agent can invoke InferICD10CM on example symptoms and diagnoses to prototype clinical decision support workflows, examining the confidence scores and ICD-10 codes returned to calibrate threshold values in the application layer. Developers building compliance-focused systems can leverage the DetectPHI endpoint to test whether their document redaction pipelines correctly identify and handle all protected health information categories, including names, dates, identifiers, and geographic locations, ensuring HIPAA adherence before production deployment. The asynchronous job endpoints enable the AI to orchestrate batch processing simulations, where the developer can instruct the agent to start a detection job, poll its status using the corresponding Describe endpoint, and retrieve results from large document collections, effectively prototyping scalable data processing architectures.
💬Example Workflows
Critical security and configuration considerations must be carefully addressed when deploying this API in any environment, particularly given the sensitivity of medical data involved. Although the basic specification may reference no explicit authentication method at the protocol layer, AWS Comprehend Medical fundamentally requires valid AWS credentials with appropriate IAM permissions for every API call, utilizing AWS Signature Version 4 for request signing. Developers implementing an MCP server for this API must never hardcode AWS access keys or secret keys in configuration files or source code repositories; instead, they should employ IAM roles with the principle of least privilege, creating dedicated service accounts scoped strictly to ComprehendMedicalReadOnly or ComprehendMedicalFullAccess permissions as required by the use case, and ideally restricting access to specific resources using condition keys. All data transmitted through this API is encrypted in transit via TLS and encrypted at rest when stored in specified S3 output locations for batch jobs, but developers should additionally ensure that their network architecture prevents unauthorized interception and that audit logging through AWS CloudTrail is enabled to maintain a comprehensive record of all API invocations. When configuring an MCP server to expose these capabilities to AI coding assistants, the server should implement request rate limiting, input validation to prevent injection attacks, response sanitization to remove any unexpectedly returned patient identifiers, and comprehensive logging that captures invocation metadata without recording the clinical content itself, ensuring that the development toolchain maintains the same rigorous security posture expected in production healthcare systems.
🛡️Security & Auth
Prioritize security when using this MCP server. Configure least privilege scopes, store credentials in secure environment variables, and avoid exposing private keys. STDIO-based servers should redirect standard logging to stderr to prevent protocol corruption.

Similar APIs

Other APIs in the Cloud Infrastructure category.

Related MCP Server Integrations

Supabase API MCP Setup

Manage Supabase projects, databases, authentication, and storage through your AI agent.

Cloud InfrastructureConfigure →

Cloudflare API MCP Setup

Manage Cloudflare DNS, CDN, Workers, and security settings through your AI agent.

Cloud InfrastructureConfigure →

Vercel API MCP Setup

Deploy projects, manage domains, and monitor deployments through your AI agent.

Cloud InfrastructureConfigure →

DigitalOcean API MCP Setup

The DigitalOcean API is a comprehensive, RESTful interface provided by DigitalOcean, a leading cloud infrastructure provider focused on simplifying cloud computing for developers, startups, and enterprises. It serves as the programmatic backbone for managing the entire DigitalOcean ecosystem, enabling users to provision, configure, and control cloud resources such as Droplets (virtual private servers), Kubernetes clusters, managed databases, networks, storage volumes, and application platforms. Core capabilities include full lifecycle management of these resources, from creation and scaling to monitoring and deletion, mirroring the functionality available in the DigitalOcean control panel. Its primary use cases range from automating infrastructure setup for CI/CD pipelines and enabling infrastructure-as-code practices to supporting dynamic application scaling and resource optimization for SaaS products, e-commerce sites, and development environments. The API is designed for both developers seeking to automate their cloud operations and businesses that require programmable, scalable cloud infrastructure without the complexity of larger hyperscale providers.

Cloud InfrastructureConfigure →

Access Analyzer MCP Setup

The AWS Identity and Access Management Access Analyzer API provides a powerful, policy-as-code service that automatically identifies resources accessible from outside your AWS account or organization. At its core, the service continuously evaluates resource-based policies—such as Amazon S3 bucket policies, AWS Identity and Access Management (IAM) roles, Amazon KMS key policies, and AWS Lambda function policies—using logic-based reasoning to determine which resources grant access to unknown external principals. Its primary use case is for security and compliance teams within enterprises to proactively detect unintended data exposure, enforce least privilege principles, and audit cross-account and cross-service access. The API endpoints allow programmatic control to create, configure, and query analyzers, manage archive rules for storing findings, and generate custom policy documents, making it a foundational tool for automating cloud security posture management at scale.

Cloud InfrastructureConfigure →