MCP server for the Render Public API: all 207 endpoints plus workflow tools.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Render Useful MCP.
render_find_serviceResolves a service name β including a partial or approximate one β to a single Render service, returning its id plus close alternatives.
render_recent_logsFetches recent log lines for a service, resolving the service name and workspace id for you.
render_service_statusOne-call triage for a service: its configuration, latest deploys, running instances and most recent error-level logs.
render_toolsetsLists every Render toolset with its tool count and whether it is currently enabled.
render_wait_for_deployPolls a deploy until it reaches a terminal state (live, build_failed, update_failed, canceled, deactivated) or the timeout expires.
A Model Context Protocol server for Render that exposes every endpoint of the official Render Public API, plus a handful of higher-level tools for the workflows the raw API makes tedious.
Written in TypeScript. Every API tool is generated from Render's own OpenAPI document, so coverage is complete by construction and stays that way.
213 tools: all 208 operations of the Render Public API (spec version 1.0.0), plus 5 workflow tools for the sequences the raw API makes tedious.
π Documentation site Β· tool catalogue Β· llms.txt
Most API wrappers stop at a curated subset of endpoints, which drifts out of date and leaves you stuck the moment you need something the author skipped.
RENDER_MCP_TOOLSETS and RENDER_MCP_READ_ONLY exist to restrict the surface deliberately, not to gate it.PUTs that replace a whole collection, where everything the caller omits is deleted. Secrets are redacted from logs.Both buttons prefill the config with a placeholder API key β replace it after install.
Claude Code β install it globally, so it is there in every project:
--scope user is the part that matters. Claude Code defaults to local scope, which
registers the server for the current directory only β so it works where you installed it and
is missing everywhere else, which is the usual reason a freshly added server seems to
disappear. The three scopes are:
| Scope | Flag | Where it lives | Available in |
|---|---|---|---|
| User (global) | --scope user | your user configuration | every project, every directory |
| Project | --scope project | .mcp.json, committed | anyone who checks the repo out |
| Local | none (default) | per-directory user state | the directory it was added from |
Confirm with claude mcp list, and re-run the command with --scope user if render is
not listed from an unrelated directory.
Claude Code, as a plugin β this wires up the server and its docs in one step, and plugins are installed globally by nature:
Export RENDER_API_KEY in the shell that launches Claude Code; the plugin reads it from
the environment rather than storing it. See plugin/README.md.
Claude for macOS and Windows, as a desktop extension β download the .mcpb bundle from
the latest release and open
it. Claude installs it and asks for the API key in a form, so nothing is configured by hand.
The bundle ships its own dependencies; it does not need npm or a global Node install.
Desktop installs default to the services, logs and env-groups toolsets rather than the
whole catalogue, because every tool definition costs context in every conversation. Set the
Toolsets field to all, or to any comma-separated list, to change that.
Requires Node.js β₯ 20.11 for every install route except the desktop extension.
Or run it without installing, which is what most MCP client configs do:
It is also listed in the MCP Registry as
io.github.LuSrodri/render-useful-mcp, so clients that browse the registry can find and
configure it without being pointed at the npm package by hand.
Get an API key from Render Dashboard β Account Settings β API Keys.
Claude Code β globally, as above:
Add RENDER_WORKSPACE_ID the same way if you know it:
Claude Desktop / any client using mcpServers β add to the config file:
RENDER_WORKSPACE_ID is optional but recommended: many Render endpoints require an ownerId that the model has no way to guess, and setting it removes a lookup from nearly every session. Find it with the render_list_owners tool, or read it from your dashboard URL.
| Variable | Default | Description |
|---|---|---|
RENDER_API_KEY | β | Required. Your Render API key. |
RENDER_WORKSPACE_ID | β | Workspace id applied wherever an ownerId is needed and none was given. |
RENDER_MCP_TOOLSETS | all | Narrow the surface to a comma-separated list of toolsets. |
RENDER_MCP_READ_ONLY | false | When true, only non-mutating (GET) tools are exposed at all. |
RENDER_MCP_DYNAMIC_TOOLSETS | true | Registers render_toolsets, which reports the toolsets and their state. |
RENDER_MCP_TIMEOUT_MS | 60000 | Per-request timeout. |
RENDER_MCP_MAX_RETRIES | 3 | Retries for rate limits and transient server errors. |
RENDER_MCP_MAX_RESPONSE_BYTES | 400000 | Tool results larger than this are truncated with a note. |
RENDER_MCP_LOG_LEVEL | info | debug, info, warn, error, silent. Logs go to stderr. |
RENDER_API_BASE_URL | https://api.render.com/v1 | Override for proxies or testing. |
All 17 toolsets are enabled by default
β the server exposes everything your API key is allowed to reach. Toolsets are a way to _narrow_ the surface on purpose, not a gate you have to unlock.Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/render-useful-mcp)<a href="https://allmcps.com/mcp/render-useful-mcp"><img src="https://allmcps.com/api/badge/render-useful-mcp?style=directory" alt="Render Useful MCP on AllMCPs" /></a>