Buildez MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BUILDEZ_API_URL | No | The URL of the Buildez API server | https://buildez.ai |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
| prompts | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| build_websiteA | Build and deploy a complete website instantly. When user wants a website, ask ONLY two questions: 1) Business name? 2) Brief description of the business? Then immediately call this tool. Do not ask about colors, style, framework, or technology - the AI handles everything automatically. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| create_website | Build a complete website for your business |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
There is only one tool, so there is no possibility of confusing it with another tool. Its stated purpose is clear and singular: build and deploy a complete website.
The single tool name follows a clear snake_case verb_noun pattern (build_website). With only one tool, there is no inconsistency to assess.
A one-tool server is borderline thin for a website-building domain, even though the tool itself is broad and handles a complete generation flow. Additional tools for updates, status, or retrieval could make the surface more practical.
The tool covers initial creation and deployment, but there is no way to update, delete, list, or check the status of an existing website. These are notable lifecycle gaps for an MCP server centered on website building.