Skip to content
Cloud InfrastructureAuto-generatedScore: 46

AWS Glue DataBrew MCP Server

The AWS Glue DataBrew API, provided by Amazon Web Services, serves as the programmatic backbone for DataBrew, a fully managed, visual data preparation service designed to accelerate data processing for analytics and machine learning.

Quick Start Summary

The AWS Glue DataBrew MCP server is a Model Context Protocol bridge that connects AI assistants — including Claude Desktop, Cursor, Windsurf, and VS Code Copilot — to the AWS Glue DataBrew API through natural language. It exposes 10 API endpoints as callable tools, such as BatchDeleteRecipeVersion, ListDatasets, CreateDataset, 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-databrew. This integration is sourced from the auto AWS Glue DataBrew OpenAPI specification (v2017-07-25) 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
v2017-07-25
Install Command
npx -y @mcp/amazonaws-com-databrew

Environment Variables

AWS_GLUE_DATABREW_API_KEY

Example: your_aws_glue_databrew_api_key

Top Endpoints

POST
/recipes/{name}/batchDeleteRecipeVersion

BatchDeleteRecipeVersion

GET
/datasets

ListDatasets

POST
/datasets

CreateDataset

POST
/profileJobs

CreateProfileJob

GET
/projects

ListProjects

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
The AWS Glue DataBrew API, provided by Amazon Web Services, serves as the programmatic backbone for DataBrew, a fully managed, visual data preparation service designed to accelerate data processing for analytics and machine learning. This API exposes the core functionalities of the service, enabling developers to programmatically create, manage, and execute data preparation workflows. Its primary capabilities include orchestrating dataset profiling jobs to uncover data quality issues, managing reusable recipe versions that contain data cleansing and transformation steps, and triggering batch or interactive jobs to apply these recipes at scale. The API is fundamental for enterprise data engineering teams, data scientists, and analysts who need to automate data pipelines, enforce data quality standards, and prepare vast, complex datasets stored in Amazon S3 or connected data stores without writing extensive ETL code. Typical use cases range from automating the cleansing of incoming IoT sensor data for predictive maintenance to standardizing disparate customer data sources for a unified analytics platform.
🤖AI Agent Value
Exposing the AWS Glue DataBrew API through tools like the Model Context Protocol (MCP) transforms it into a dynamic, interactive resource for an AI coding assistant. This integration allows the AI to act as a collaborative data preparation engineer, directly interfacing with the data lifecycle within a developer's cloud environment. Instead of merely generating boilerplate code, the assistant can perform actionable operations such as querying the current state of datasets or recipes, analyzing the output of a profile job to identify specific data quality anomalies, and then initiating targeted recipe steps to address those issues. The value lies in bridging the gap between high-level intent and executable cloud infrastructure actions; a developer can describe a data problem, and the AI, via MCP, can investigate the live environment, propose a DataBrew-based solution, and even implement it by making precise API calls, thereby drastically reducing context-switching and accelerating iteration cycles.
💬Example Workflows
Within an MCP-enabled environment, a developer can instruct the AI agent to perform a range of dynamic, context-aware tasks using the DataBrew API. For instance, an agent can be directed to "generate a new dataset from the S3 path 's3://company-data/sales-2024/raw/' and run a profile job, then summarize the key statistics and data quality findings." Following analysis, the AI could then be instructed to "create a new recipe version to fix the identified missing values in the 'customer_id' column and apply a standardization transformation to the 'product_code' field." Furthermore, the agent can automate repetitive maintenance by being told to "list all active recipes, check their last run status, and trigger a re-run of any recipe that has failed in the past 24 hours." This transforms the AI from a code generator into an operational assistant capable of monitoring, analyzing, and remediating data pipelines through direct, secure API interaction.
🛡️Security & Auth
Critical to the implementation of an MCP server for the DataBrew API is the strict adherence to security and authentication best practices, despite the mention of "None" in the endpoint list, which refers to the API's own scheme, not the server's authentication. In practice, the MCP server itself must be secured. The most fundamental requirement is configuring the server with robust AWS IAM credentials that possess only the necessary DataBrew permissions, following the principle of least privilege. A dedicated IAM role or user should be created with policies granting minimal access, such as databrew:ListDatasets and databrew:GetDataset for read-only monitoring, or specific job and recipe action permissions for operational tasks, rather than broad administrative rights. Developers must ensure these credentials are never exposed and are managed via secure environment variables or a secrets manager. Additionally, enabling AWS CloudTrail logging for DataBrew API calls provides a vital audit trail for all actions performed by the AI agent through the MCP server.

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 →