MCP Server Policy

RENDER MCP POLICY

Enforce policies on every tool call to the Render MCP Server. 23 tools listed, categorised, and ready for rules.

render-oss/render-mcp-server 13 read 10 write 23 tools total
render deployment hosting cloud-platform

GET STARTED

Download this policy scaffold and add your rules. Intercept enforces them on every tool call before it reaches Render.

terminal

# Download policy scaffold

curl -o render.yaml https://raw.githubusercontent.com/policylayer/intercept/main/policies/render.yaml

# Run with Intercept

intercept --policy render.yaml -- npx -y @render-oss/render-mcp-server

Server documentation: https://github.com/render-oss/render-mcp-server

READ TOOLS

13

WRITE TOOLS

7

EXECUTE TOOLS

1

POLICY YAML

This scaffold lists every tool with empty rules. Add conditions — rate limits, argument validation, deny rules — then deploy with Intercept.

render.yaml
version: "1"
description: "Policy for render-oss/render-mcp-server"
default: "allow"
tools:
    list_workspaces:
        rules: []
    get_selected_workspace:
        rules: []
    list_services:
        rules: []
    get_service:
        rules: []
    list_deploys:
        rules: []
    get_deploy:
        rules: []
    list_logs:
        rules: []
    list_log_label_values:
        rules: []
    get_metrics:
        rules: []
    list_postgres_instances:
        rules: []
    get_postgres:
        rules: []
    list_key_value:
        rules: []
    get_key_value:
        rules: []
    select_workspace:
        rules: []
    create_web_service:
        rules: []
    create_static_site:
        rules: []
    create_cron_job:
        rules: []
    update_environment_variables:
        rules: []
    create_postgres:
        rules: []
    create_key_value:
        rules: []
    query_render_postgres:
        rules: []

RELATED POLICIES

FREQUENTLY ASKED QUESTIONS

What tools does the Render MCP server expose?

The Render MCP Server exposes 23 tools across 3 categories: Read, Write, Execute. Each tool can be individually controlled with Intercept policies.

How do I enforce policies on Render?

Download the policy scaffold, add rules (rate limits, argument validation, deny rules), then run Intercept as a proxy in front of the Render MCP server. Every tool call is evaluated against your YAML policy before execution.

Is the Render policy free to use?

Yes. All Intercept policies are open source under the Apache 2.0 licence. Download, modify, and deploy without restrictions.

ENFORCE POLICIES ON RENDER

Open source. One binary. Zero dependencies.