11 tools from the AppDeploy MCP Server, categorised by risk level.
View the AppDeploy policy →get_app_status Use this when deploy_app tool call returns or when the user asks to check the deployment status of an app, or reports that the app has errors or is... get_app_template Call get_deploy_instructions first. Then call this once you've decided app_type and frontend_template. Returns base app template and SDK types. Te... get_app_versions List deployable versions for an existing app. Requires app_id. Returns newest-first {name, version, timestamp} items. Display 'name' to users. DO N... get_apps Use this when you need to list apps owned by the current user. Returns app details with display fields for user presentation and data fields for to... get_deploy_instructions Use this when you are about to call deploy_app in order to get the deployment constraints and hard rules. You must call this tool before starting t... src_glob Use this when you need to discover files in an app's source snapshot. Returns file paths matching a glob pattern (no content). Useful for exploring... src_grep Use this when you need to search for patterns in an app's source code. Returns matching lines with optional context. Supports regex patterns, glob ... 2/5 src_read Use this when you need to read a specific file from an app's source snapshot. Returns file content with line-based pagination (offset/limit). Handl... The AppDeploy MCP server exposes 11 tools across 4 categories: Read, Write, Destructive, Execute.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the AppDeploy server.
AppDeploy tools are categorised as Read (8), Write (1), Destructive (1), Execute (1). Each category has a recommended default policy.
Open source. One binary. Zero dependencies.
npx -y @policylayer/intercept