deploy-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VERCEL_TOKEN | No | Your Vercel API token | |
| NETLIFY_TOKEN | No | Your Netlify API token | |
| CLOUDFLARE_TOKEN | No | Your Cloudflare API token or Global API Key in format accountId:globalApiKey | |
| CLOUDFLARE_ACCOUNT_ID | No | Cloudflare account ID (required if using API token format for CLOUDFLARE_TOKEN) |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| check_deployment_statusC | Check the latest deployment status for a project on a platform |
| watch_deploymentA | Stream real-time deployment progress with detailed status updates and error information |
| compare_deploymentsB | Compare deployments using smart comparison modes to identify changes, performance differences, and potential issues |
| get_deployment_logsB | Fetch detailed logs for a specific deployment, useful for debugging failed deployments |
| list_projectsB | List all available projects/sites on a platform that you have access to |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose: status checking, streaming progress, comparing deployments, fetching logs, and listing projects. No two tools overlap in function.
All tool names follow the same verb_noun pattern (check_, watch_, compare_, get_, list_) with snake_case, making the API predictable and easy to navigate.
Five tools is a well-scoped set for a deployment monitoring server, covering all core activities without bloat.
The tool surface covers status, live progress, logs, and comparisons, but lacks a way to list historical deployments for a project, which would be useful for selecting deployments to compare.