MCP Server Policy

CODA MCP POLICY

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

0 read 19 write 19 tools total
coda productivity

GET STARTED

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

terminal

# Download policy scaffold

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

# Run with Intercept

intercept --policy coda.yaml -- npx -y @

Server documentation: https://www.npmjs.com/package/coda-mcp

OTHER TOOLS

19

POLICY YAML

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

coda.yaml
version: "1"
description: "Policy for "
default: "allow"
tools:
    coda_append_page_content:
        rules: []
    coda_create_page:
        rules: []
    coda_delete_row:
        rules: []
    coda_delete_rows:
        rules: []
    coda_duplicate_page:
        rules: []
    coda_get_page_content:
        rules: []
    coda_get_row:
        rules: []
    coda_list_columns:
        rules: []
    coda_list_documents:
        rules: []
    coda_list_pages:
        rules: []
    coda_list_rows:
        rules: []
    coda_list_tables:
        rules: []
    coda_peek_page:
        rules: []
    coda_push_button:
        rules: []
    coda_rename_page:
        rules: []
    coda_replace_page_content:
        rules: []
    coda_resolve_link:
        rules: []
    coda_update_row:
        rules: []
    coda_upsert_rows:
        rules: []

RELATED POLICIES

FREQUENTLY ASKED QUESTIONS

What tools does the Coda MCP server expose?

The Coda MCP Server exposes 19 tools across 1 categories: Other. Each tool can be individually controlled with Intercept policies.

How do I enforce policies on Coda?

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

Is the Coda 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 CODA

Open source. One binary. Zero dependencies.