- Home
- MCP servers
- DataMaster
DataMaster
- python
11
GitHub Stars
python
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"szqshan-datamaster-mcp": {
"command": "uvx",
"args": [
"datamaster-mcp"
]
}
}
}Available tools
connectSources
Connect and register data sources such as databases and REST APIs to the MCP server for unified access.
queryData
Run queries against connected data sources and retrieve result sets for analysis.
cleanData
Perform data cleaning tasks such as deduplication, missing value handling, and type conversion.
transformData
Transform data through renaming columns, standardization, and creation of new computed fields.
analyze
Execute descriptive statistics, trend analysis, and other analytical tasks.
export
Export results to formats like Excel, CSV, and JSON, and generate shareable reports.