mcpbeat Sign in

The Deployer MCP Server

answering

The Deployer is answering right now. Last checked 2 min ago. 310 installs a week from npm. It exposes 6 tools. Last commit 16 Sep 2026.

Check if a repo will deploy, plan a deploy to your own cloud, and see status, logs and redeploys.

Uptime history 4 days of history · worst day 93%
4 days agonow
100.0%
Uptime 24h
92 of 92 checks
6
Tools
read from the server
505 ms
Response time
average over 24h
310
Installs / week
npm and PyPI

What changed 2

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 15 September 2026. No other catalogue keeps this.

15 Sep a tool description was rewritten request_done_for_you
15 Sep a tool changed the parameters it asks for request_done_for_you

The Deployer does not always answer

Over the last week it answered 98.2% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 2 min ago.

run in your terminal
claude mcp add deployer --transport http https://app.thedploy.com/api/v1/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "deployer": {
      "url": "https://app.thedploy.com/api/v1/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.deployer]
url = "https://app.thedploy.com/api/v1/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "deployer": {
      "url": "https://app.thedploy.com/api/v1/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "deployer": {
      "url": "https://app.thedploy.com/api/v1/mcp"
    }
  }
}

This one needs environment variables set before it will start: THEDEPLOYER_API_KEY (A personal API key from your Profile page in The Deployer. Without it, only check_repo works.). The author declared them in the registry entry; get the values from the project itself.

Available tools 6

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

logs
logs
Shows the log of a project's latest deployment, or of a given deployment, newest lines last, with secrets removed. Set errors_only to see only errors and warnings. The lines are the build's and the app's own output. Changes nothing. Needs an API key.
plan
plan_deploy
Plans deploying a repository with the user's account on The Deployer: checks the repository like check_repo, then adds the user's connected cloud and git accounts, any project they already have for it, and the next steps, with links. Changes nothing. Needs an API key.
redeploy
redeploy
Puts the latest code on a live project's branch online: pulls it and restarts the app, like Pull & Restart in The Deployer. It changes a live app, so confirm with the user first. Only for a project that's already live; a project's first deployment starts in the app. Takes a few minutes; follow it with status or logs. Needs an API key.
repo
check_repo
Checks whether a public GitHub, GitLab or Bitbucket repository will deploy: the services it found, what's missing (each with its fix), the environment variables it needs, and what it would cost a month on DigitalOcean, AWS, Google Cloud and Azure. Reads the code and changes nothing. No API key needed. A check can take up to a minute; if it's still running, call again with the check_id it returned.
request
request_done_for_you
Asks The Deployer's team to do it for the user: launch (put an app online in the user's own cloud account), launch_secure (the same, with exposed keys and other security problems fixed first) or move (move an app from another host, such as Heroku, into it). Tells the team, and returns the price, the delivery promise and the link where the user finishes the order and pays. Never charges anything. Needs an API key.
status
status
Lists the user's projects on The Deployer, or one project: whether each is live, its live addresses, and its latest deployment and where that is. Changes nothing. Needs an API key.

Endpoints

URLTransportStateLatencyChecked
https://app.thedploy.com/api/v1/mcp streamable-http answering 484 ms 2 min ago

Alternatives to The Deployer

same job, measured the same way
Salesforce Devops
by serpent

Plan Salesforce deploys, open pull requests and trigger pipelines from your AI client.

answering
Breezedeploy
by przemekzur

Deploy a local folder, git repo, or Docker image to a live HTTPS URL from your AI chat.

236 installs/wk local only
Autorenew Signup Lint
by jmshinhwa

Sixteen statutory checks on the signup page AB 2863 rewrote, in your editor and in the browser

269 installs/wk local only
Invigil
by invigil

Linters check your code. Invigil checks whether your repo is legible — to newcomers and AI agents.

110 installs/wk local only
Gread
by nitrorcr

An MCP server that gives your AI access to the source code and docs of all public github repos

5 tools answering
Dockhold
by dockhold

Deploy a GitHub repo to a live HTTPS URL from your AI tool; read logs, set variables, resize apps.

17 tools answering
Outlook SNDS
by optipub

Outlook.com SNDS IP Data and IP Status reports via the OAuth-secured REST API.

local only
Is It Down
by kaiv

Is GitHub, npm, Cloudflare or your AI provider down right now? 20 status pages, one call.

3 tools answering

The Deployer — questions

Answers built from our own checks of this server.

What can The Deployer do?
It exposes 6 tools, read directly from the server on our last check. Among them: check_repo, logs, plan_deploy, redeploy, request_done_for_you, status. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is The Deployer working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 505 ms. The bar chart above shows every period we have measured.
How do I connect The Deployer?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does The Deployer need an API key?
No. The Deployer completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 6 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is The Deployer?
It answers our handshake in 505 ms on average, which is faster than 29% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use The Deployer?
The npm package thedeployer-mcp was installed 310 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is The Deployer open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.