MCP Server Policy

ASANA MCP POLICY

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

roychri/mcp-server-asana 9 read 6 write 15 tools total
asana project-management tasks collaboration

GET STARTED

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

terminal

# Download policy scaffold

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

# Run with Intercept

intercept --policy asana.yaml -- npx -y @roychri/mcp-server-asana

Server documentation: https://github.com/roychri/mcp-server-asana

READ TOOLS

9

WRITE TOOLS

5

OTHER TOOLS

1

POLICY YAML

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

asana.yaml
version: "1"
description: "Policy for roychri/mcp-server-asana"
default: "allow"
tools:
    asana_get_project:
        rules: []
    asana_get_task:
        rules: []
    asana_get_task_stories:
        rules: []
    asana_get_tasks_by_tag:
        rules: []
    asana_list_project_sections:
        rules: []
    asana_list_tags:
        rules: []
    asana_list_workspaces:
        rules: []
    asana_search_projects:
        rules: []
    asana_search_tasks:
        rules: []
    asana_add_comment:
        rules: []
    asana_create_subtask:
        rules: []
    asana_create_task:
        rules: []
    asana_set_parent:
        rules: []
    asana_update_task:
        rules: []
    asana_batch_get_tasks:
        rules: []

RELATED POLICIES

FREQUENTLY ASKED QUESTIONS

What tools does the Asana MCP server expose?

The Asana MCP Server exposes 15 tools across 3 categories: Read, Write, Other. Each tool can be individually controlled with Intercept policies.

How do I enforce policies on Asana?

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

Is the Asana 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 ASANA

Open source. One binary. Zero dependencies.