1. Conduid
  2. Cloud
  3. Amazon Datazone MCP Server
MCP server · Cloud

Amazon Datazone MCP Server

MCP server for AWS DataZone service - enables LLMs to interact with DataZone for data governance, cataloging, and management

Unclaimed NOASSERTION last commit 6 months ago cloud
52Fair

Scored 3 months ago · breakdown

About Amazon Datazone MCP Server

Amazon Datazone MCP Server is an MCP server published by awslabs in the Cloud category: mCP server for AWS DataZone service - enables LLMs to interact with DataZone for data governance, cataloging, and management. It has been installed 0 times through Conduid.

The repository has 6 stars and 3 forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx amazon-datazone-mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Amazon Datazone MCP Server

Powered by Claude · Grounded in docs

I know everything about Amazon Datazone MCP Server. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

Amazon DataZone MCP Server

Python Version License MCP

A high-performance Model Context Protocol (MCP) server that provides seamless integration with Amazon DataZone services. This server enables AI assistants and applications to interact with Amazon DataZone APIs through a standardized interface.

Features

  • Complete Amazon DataZone API Coverage: Access all major DataZone operations
  • Type Safety: Full type hints and validation
  • Production Ready: Robust error handling and logging
  • MCP Compatible: Works with any MCP-compatible client

Supported Operations

Module Operations
Domain Management Create domains, manage domain units, search, policy grants
Project Management Create/manage projects, project profiles, memberships
Data Management Assets, listings, subscriptions, form types, data sources
Glossary Business glossaries, glossary terms
Environment Environments, connections, blueprints

Installation

pip install amazon-datazone-mcp-server

Configuration

Configure AWS credentials using the standard AWS methods:

  • AWS CLI: aws configure
  • Environment variables: AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_DEFAULT_REGION
  • IAM roles or instance profiles

Running the Server

The server uses stdio transport for secure communication with MCP clients:

amazon-datazone-mcp-server

Integration with MCP Clients

Configure in your MCP client (e.g., Claude Desktop):

{
  "name": "amazon-datazone-mcp-server",
  "command": "amazon-datazone-mcp-server"
}

Available Tools

The server provides 38 tools across 5 categories:

Domain Management

  • get_domain, create_domain, list_domains
  • list_domain_units, create_domain_unit
  • add_entity_owner, add_policy_grant
  • search, search_types
  • User/group profile management

Project Management

  • create_project, get_project, list_projects
  • create_project_membership, list_project_memberships
  • Project profile management

Data Management

  • Asset operations: get_asset, create_asset, publish_asset
  • Listing operations: get_listing, search_listings
  • Data source management: create_data_source, start_data_source_run
  • Subscription management: request, accept, get subscriptions
  • Form type management

Glossary Management

  • create_glossary, get_glossary
  • create_glossary_term, get_glossary_term

Environment Management

  • Environment operations: list_environments, get_environment
  • Connection management: create_connection, get_connection, list_connections
  • Blueprint operations: list and get blueprints and configurations

Each tool includes comprehensive parameter documentation and examples accessible through your MCP client.

License

Licensed under the Apache License 2.0 - see the LICENSE file for details.

Disclaimer

This is an unofficial, community-developed project and is not affiliated with, endorsed by, or supported by Amazon Web Services, Inc.

  • AWS and DataZone are trademarks of Amazon.com, Inc. or its affiliates
  • Users are responsible for their own AWS credentials, costs, and compliance
  • No warranty or support is provided - use at your own risk
  • Always follow AWS security best practices

For official Amazon DataZone documentation, visit Amazon DataZone Documentation.

README mirrored from the source repository 3 months ago. The original is authoritative.

Questions

About Amazon Datazone MCP Server

How do I install Amazon Datazone MCP Server?

Run npx amazon-datazone-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Amazon Datazone MCP Server safe to use with an AI agent?

Its trust score is 52 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Amazon Datazone MCP Server still maintained?

The last commit was 6 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.