Skip to main content
Glama

The Deployer

Server Details

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

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
Avinash147-1193/thedeployer-mcp
GitHub Stars
0

TDQS

Score is being calculated.

Available Tools

6 tools
check_repoCheck a repository
Read-only
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
repoNoowner/name, or the repository's URL
check_idNoThe check_id of an earlier check, to get its result
logsDeployment logsA
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
linesNoHow many lines, newest last. Default 80.
projectNoThe project's id, name or repository. Optional with one project.
errors_onlyNoOnly errors and warnings
deployment_idNoA specific deployment, instead of the latest

TDQS

A3.7/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Goes beyond the annotations by disclosing that secrets are removed, that lines arrive newest-last, that output mixes build and app logs, and that an API key is required. Those are real behavioral facts the readOnly/idempotent hints do not convey.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Five short sentences, each earning its place, with the core purpose front-loaded. Slightly fragmented (e.g., 'Changes nothing. Needs an API key.') but no waste.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, the description usefully explains what the returned lines represent and their ordering. Auth need and redaction are covered, leaving little an agent would need to ask before calling.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all four parameters. The description only restates errors_only and the newest-last ordering, adding no syntax or format detail beyond the schema; baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb and resource ('Shows the log of a project's latest deployment, or of a given deployment') with scope. It does not explicitly differentiate itself from siblings like status, but the purpose is unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It clarifies the two selection modes (latest vs. a given deployment) and when to use errors_only, but offers no explicit when-not guidance and never names an alternative sibling such as status.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

plan_deployPlan a deploy
Read-only
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
repoYesowner/name, or the repository's URL
cloudNoThe cloud to plan for. Optional.
redeployRedeploy a live projectA
Destructive
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
projectNoThe live project's id, name or repository. Optional with one project.

TDQS

A4.7/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare destructive=true, readOnly=false, openWorld=false, and idempotent=false. The description adds important operational context beyond annotations: it changes a live app, requires user confirmation, takes a few minutes, needs an API key, and should be followed with status or logs. No contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Front-loaded with the core action, then adds safety, scope, timing, and follow-up guidance in compact sentences. Every sentence earns its place and none repeat structured fields unnecessarily.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a destructive live-app operation with no output schema, the description covers impact, user confirmation, scope restrictions, duration, auth needs, and recommended follow-up. It is complete enough for an agent to call the tool correctly alongside its annotations.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, and the single optional project parameter is fully documented in the schema. The description does not add syntax, format, or selection detail beyond what the schema already provides, so the baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb and resource: redeploy puts the latest code on a live project's branch online by pulling and restarting the app. It clearly distinguishes this from planning and follow-up tools by noting that status or logs should be used after, and that a first deployment happens in the app rather than through this tool.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Gives explicit when-to-use and when-not-to-use guidance: only for an already-live project, not for a first deployment, which starts in the app. It also says to confirm with the user first, follow with status or logs, and notes the API key requirement.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

request_done_for_youRequest done-for-you helpInspect

Asks The Deployer's team to do it for the user: launch (put an app online in the user's own cloud account) 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
noteNoAnything the team should know, such as the current host or a deadline
repoNoThe repository, if there is one
offerYes
statusProject status
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
projectNoA project's id, name or repository. Leave out to list them all.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 6 tool updates
    • First observedcheck_repo
    • First observedlogs
    • First observedplan_deploy
    • First observedredeploy
    • First observedrequest_done_for_you
    • First observedstatus

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Deploy GitHub repositories or local directories to private URLs directly from an MCP client. Includes tools for managing deployments, reading build logs, and stopping services.
    32 npm
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables managing Sliplane deployments, projects, and application status through natural language, with OAuth or API key auth.
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables deployment and management of applications on the Citizen platform from git repositories or local files. It allows AI assistants to monitor deployment logs, handle authentication, and automatically fix build errors using intelligent error analysis.
    11
    12 npm
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.