Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"amazon-datazone-mcp-server": {
"args": [
"-y",
"amazon-datazone-mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'amazon-datazone-mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked amazon-datazone-mcp-server against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in data / cloud
Zero-dependency, token-efficient database MCP server for Postgres, MySQL, SQL Server, MariaDB, SQLite.
A Model Context Protocol (MCP) server that enables secure interaction with MySQL databases
⚡ A Simple / Speedy / Secure Link Shortener with Analytics, 100% run on Cloudflare.
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
MCP Security Weekly
Get CVE alerts and security updates for Amazon Datazone Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
| 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 |
pip install amazon-datazone-mcp-server
Configure AWS credentials using the standard AWS methods:
aws configureAWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_DEFAULT_REGIONThe server uses stdio transport for secure communication with MCP clients:
amazon-datazone-mcp-server
Configure in your MCP client (e.g., Claude Desktop):
{
"name": "amazon-datazone-mcp-server",
"command": "amazon-datazone-mcp-server"
}
The server provides 38 tools across 5 categories:
get_domain, create_domain, list_domainslist_domain_units, create_domain_unitadd_entity_owner, add_policy_grantsearch, search_typescreate_project, get_project, list_projectscreate_project_membership, list_project_membershipsget_asset, create_asset, publish_assetget_listing, search_listingscreate_data_source, start_data_source_runcreate_glossary, get_glossarycreate_glossary_term, get_glossary_termlist_environments, get_environmentcreate_connection, get_connection, list_connectionsEach tool includes comprehensive parameter documentation and examples accessible through your MCP client.
Licensed under the Apache License 2.0 - see the LICENSE file for details.
This is an unofficial, community-developed project and is not affiliated with, endorsed by, or supported by Amazon Web Services, Inc.
For official Amazon DataZone documentation, visit Amazon DataZone Documentation.