← Registry

Cloud Services

render.com

Manages cloud resources on the Render platform, such as creating cron jobs, databases, and web services.

1 endpoint24 known toolsFirst detected May 13, 2026Last detected September 6, 2026

ENDPOINT 1

https://mcp.render.com/mcp

No auth detected

Known tools 24

create_cron_job

Create a new cron job in your Render account.

Potential side effects
create_key_value

Create a new Key Value instance in your Render account

Potential side effects
create_postgres

Create a new Postgres instance in your Render account

Potential side effects
create_static_site

Create a new static site in your Render account.

Potential side effects
create_web_service

Create a new web service in your Render account.

Potential side effects
get_deploy

Retrieve the details of a particular deploy for a particular service.

Inferred read-only
get_key_value

Retrieve a Key Value instance by ID

Inferred read-only
get_metrics

Get performance metrics for any Render resource (services, Postgres databases, key-value stores).

Inferred read-only
get_postgres

Retrieve a Postgres instance by ID

Inferred read-only
get_selected_workspace

Get the currently selected workspace

Inferred read-only
get_service

Get details about a specific service

Inferred read-only
list_deploys

List deploys matching the provided filters.

Inferred read-only
list_key_value

List all Key Value instances in your Render account

Inferred read-only
list_log_label_values

List all values for a given log label in the logs matching the provided filters.

Inferred read-only
list_logs

List logs matching the provided filters.

Inferred read-only
list_postgres_instances

List all Postgres databases in your Render account

Inferred read-only
list_services

List all services in your Render account

Inferred read-only
list_workspaces

List the workspaces that you have access to

Inferred read-only
query_render_postgres

Run a read-only SQL query against a Render-hosted Postgres database.

Inferred read-only
select_workspace

Select a workspace to use for all actions.

Inferred read-only
update_cron_job

Update an existing cron job in your Render account.

Potential side effects
update_environment_variables

Update environment variables for a service.

Potential side effects
update_static_site

Update an existing static site in your Render account.

Potential side effects
update_web_service

Update an existing web service in your Render account.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.render-com]
url = "https://mcp.render.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "render-com": {
      "type": "http",
      "url": "https://mcp.render.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: render-com
Remote MCP URL: https://mcp.render.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "render-com": {
      "url": "https://mcp.render.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "render-com": {
      "type": "http",
      "url": "https://mcp.render.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "render-com",
  "transport": "streamable-http",
  "url": "https://mcp.render.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for render.com was fetched 2026-08-28T14:14:12.127Z.

Trust status Trusted

render.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.