Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
This MCP server provides tools for generating, validating, and managing synthetic data based on business descriptions, safe execution of pandas code, and loading data to storage systems like S3.
Add this to your MCP client configuration:
{
"mcpServers": {
"aws-syntheticdata-mcp-server": {
"command": "uvx",
"args": [
"awslabs.syntheticdata-mcp-server"
],
"env": {
"FASTMCP_LOG_LEVEL": "<Log level for FastMCP>",
"AWS_PROFILE": "<Your AWS profile.>",
"AWS_REGION": "<Your AWS region.>"
}
}
}
}{
"id": "aws-syntheticdata-mcp-server",
"name": "AWS Syntheticdata",
"description": "This MCP server provides tools for generating, validating, and managing synthetic data based on business descriptions, safe execution of pandas code, and loading data to storage systems like S3.",
"source_url": "https://github.com/awslabs/mcp/tree/HEAD/src/syntheticdata-mcp-server",
"publisher_name": "awslabs",
"publisher_url": "https://github.com/awslabs",
"is_official": true,
"license": "",
"runtime": "python",
"downloads": 58282,
"requires_oauth": false,
"distribution": {
"type": "pip",
"package": "awslabs.syntheticdata-mcp-server"
},
"tools_count": 4
}