Tools for AI agents
BreezeML exposes a set of safe, composable tools via the Model Context Protocol (MCP). Plug BreezeML into your agent and let it inspect data, train models, and deliver insights, while you stay in control.
inspect_data Profile dataset, summary stats, schema, quality | Data |
compare Compare models across metrics and datasets | Model |
train Train a model with specified data and params | Model |
predict Generate predictions for new data | Inference |
explain Explain predictions (SHAP, feature importance) | Inference |
card Generate model card with key details | Governance |
export Export model artifacts and metadata | Deployment |
deploy Deploy model to a target environment | Deployment |
save Save experiment, metrics, and artifacts | Project |
# Install
uv pip install breezeml[mcp]
# Start MCP server
breezeml mcp serve --host 127.0.0.1 --port 8787MCP endpoint: http://127.0.0.1:8787/mcp
{
"mcpServers": {
"breezeml": {
"url": "http://127.0.0.1:8787/mcp"
}
}
}Last stop: rest in the Zen Garden, and improve, every day.
Continue to the Zen Garden