render-oss/render-mcp-server
If you are the rightful owner of render-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Render MCP Server is an early access server that facilitates interaction with Render resources using Model Context Protocol (MCP) and LLMs.
Tools
Functions exposed to the LLM to take actions
list_workspaces
List the workspaces that you have access to.
select_workspace
Select a workspace to use.
get_selected_workspace
Get the currently selected workspace.
list_services
List all services in your Render account.
get_service
Get details about a specific service.
create_web_service
Create a new web service in your Render account.
create_static_site
Create a new static site in your Render account.
update_environment_variables
Update all environment variables for a service.
list_deploys
List deployment history for a service.
get_deploy
Get details about a specific deployment.
list_logs
List logs matching the provided filters.
list_log_label_values
List all values for a given log label in the logs matching the provided filters.
query_render_postgres
Run a read-only SQL query against a Render-hosted Postgres database.
list_postgres_instances
List all PostgreSQL databases in your Render account.
get_postgres
Get details about a specific PostgreSQL database.
create_postgres
Create a new PostgreSQL database.
list_key_value
List all Key Value instances in your Render account.
get_key_value
Get details about a specific Key Value instance.
create_key_value
Create a new Key Value instance.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client