The tool annotations matter more than the tool count: destructive operations are marked destructive, so a client that respects annotations can hold a delete for confirmation instead of running it like a read.
The official MCP server for Bult.ai, a platform-as-a-service for hosting apps. It gives a coding agent the full project and service lifecycle: create, inspect, update, deploy, control and delete.
- Projects listed, inspected, created, updated and deleted
- Projects deployed, and started, stopped or reverted through the control tool
- Services created and managed for daemon and database workloads, from Docker images or from Git
- Persistent volumes created and updated
- Route and domain mappings, templates, service logs and build history
- Read-only, idempotent and destructive operations annotated as such where supported
Node.js 18 or newer, plus BULT_API_URL set to https://app.bult.ai and BULT_API_TOKEN for bearer authentication. The server exits during startup if either variable is missing.
One command plus a key — npx -y @bultcloud/mcp-server, then supply credentials
