Render
The official Render MCP server connects AI agents to your Render cloud platform. Agents can list and inspect services, create web services, static sites, and cron jobs, update environment variables, trigger and inspect deploys, read logs and metrics, and list and query Render-hosted Postgres databases.
Tools
create_cron_job
Create a new scheduled cron job in your Render account.
create_static_site
Create a brand-new static site in your Render account.
create_web_service
Create a brand-new web service in your Render account.
get_deploy
Get the details about a specific Render deployment.
get_metrics
Get the performance metrics for any Render resource.
get_selected_workspace
Get the currently selected Render workspace context.
get_service
Get the full details about a specific Render service.
list_deploys
List the full deployment history for a Render service.
list_log_label_values
List all of the values for a given Render log label.
list_logs
List the Render logs that match the provided filters.
list_postgres_instances
List all PostgreSQL databases in your Render account.
list_services
List all of the services running in your Render account.
list_workspaces
List all of the Render workspaces that you can access.
query_render_postgres
Run a read-only SQL query on a Render Postgres database.
select_workspace
Select a Render workspace to use for later operations.
trigger_deploy
Trigger a brand-new deploy for a chosen Render service.
update_environment_variables
Update all of the environment variables for a service.
update_web_service
Update the configuration settings of a Render web service.