Skip to main content

Render MCP API

Gateway endpoints that provide information about the Render MCP Server and validate configuration. These endpoints are served by the backend API service.
All Render MCP endpoints require bearer token (API key) authentication. These endpoints are informational. Most users should use the official Render MCP Server Docker image directly. See the MCP page for Agentbot’s own MCP server.

Health check

Returns the operational status of the Render MCP gateway.

Response

Server info

Returns metadata about the Render MCP Server, including supported features.

Response

Response fields

FieldTypeDescription
namestringServer name
versionstringServer version
descriptionstringServer description
maintained_bystringOrganization maintaining the server
repositorystringGitHub repository URL
docker_imagestringDocker image reference
documentationstringOfficial documentation URL
setup_guidestringPath to setup guide in the repository
featuresarrayList of supported features

Setup instructions

Returns step-by-step setup instructions and an example Docker configuration for the Render MCP Server.

Response

List tools

Returns the available MCP tools organized by category.

Response

Tool categories

CategoryToolsDescription
workspaces3List, select, and get workspace
services6Manage web services, static sites, cron jobs, and environment variables
deployments2List and inspect deployments
logs2Retrieve and filter logs
metrics1Get service metrics
postgres4Manage Postgres instances and run read-only queries
key_value3Manage key-value stores (Redis)

Example workflows

Returns example prompts organized by use case.

Response

Validate configuration

Validates a Render API key before you configure your IDE. Requires the Content-Type: application/json header.

Request body

FieldTypeRequiredDescription
api_keystringYesRender API key (must start with rnd_ and be at least 20 characters)
endpointstringNoCustom Render API endpoint

Successful response

Validation errors

Missing API key:
Invalid prefix:
Key too short:

Errors

CodeDescription
400Validation failed. The response includes valid: false, an errors array, and a help string.

Redirects

The following endpoints redirect to external resources:
EndpointRedirects to
GET /api/render-mcp/docshttps://render.com/docs/mcp-server (301)
GET /api/render-mcp/githubhttps://github.com/render-oss/render-mcp-server (301)