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
Response
Server info
Response
Response fields
| Field | Type | Description |
|---|---|---|
name | string | Server name |
version | string | Server version |
description | string | Server description |
maintained_by | string | Organization maintaining the server |
repository | string | GitHub repository URL |
docker_image | string | Docker image reference |
documentation | string | Official documentation URL |
setup_guide | string | Path to setup guide in the repository |
features | array | List of supported features |
Setup instructions
Response
List tools
Response
Tool categories
| Category | Tools | Description |
|---|---|---|
workspaces | 3 | List, select, and get workspace |
services | 6 | Manage web services, static sites, cron jobs, and environment variables |
deployments | 2 | List and inspect deployments |
logs | 2 | Retrieve and filter logs |
metrics | 1 | Get service metrics |
postgres | 4 | Manage Postgres instances and run read-only queries |
key_value | 3 | Manage key-value stores (Redis) |
Example workflows
Response
Validate configuration
Content-Type: application/json header.
Request body
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | Yes | Render API key (must start with rnd_ and be at least 20 characters) |
endpoint | string | No | Custom Render API endpoint |
Successful response
Validation errors
Missing API key:Errors
| Code | Description |
|---|---|
| 400 | Validation failed. The response includes valid: false, an errors array, and a help string. |
Redirects
The following endpoints redirect to external resources:| Endpoint | Redirects to |
|---|---|
GET /api/render-mcp/docs | https://render.com/docs/mcp-server (301) |
GET /api/render-mcp/github | https://github.com/render-oss/render-mcp-server (301) |