MCP Server Policy
UPSTASH MCP POLICY
Enforce policies on every tool call to the Upstash MCP Server. 15 tools listed, categorised, and ready for rules.
GET STARTED
Download this policy scaffold and add your rules. Intercept enforces them on every tool call before it reaches Upstash.
# Download policy scaffold
curl -o upstash.yaml https://raw.githubusercontent.com/policylayer/intercept/main/policies/upstash.yaml
# Run with Intercept
intercept --policy upstash.yaml -- npx -y @@upstash/mcp-server Server documentation: https://github.com/upstash/mcp-server
READ TOOLS
5WRITE TOOLS
6DESTRUCTIVE TOOLS
2EXECUTE TOOLS
2POLICY YAML
This scaffold lists every tool with empty rules. Add conditions — rate limits, argument validation, deny rules — then deploy with Intercept.
version: "1"
description: "Policy for @upstash/mcp-server"
default: "allow"
tools:
redis_database_get_details:
rules: []
redis_database_list_backups:
rules: []
redis_database_list_databases:
rules: []
redis_database_get_usage_last_5_days:
rules: []
redis_database_get_stats:
rules: []
redis_database_create_new:
rules: []
redis_database_create_backup:
rules: []
redis_database_restore_backup:
rules: []
redis_database_set_daily_backup:
rules: []
redis_database_update_regions:
rules: []
redis_database_reset_password:
rules: []
redis_database_delete:
rules: []
redis_database_delete_backup:
rules: []
redis_database_run_single_redis_command:
rules: []
redis_database_run_multiple_redis_commands:
rules: [] RELATED POLICIES
FREQUENTLY ASKED QUESTIONS
What tools does the Upstash MCP server expose?
The Upstash MCP Server exposes 15 tools across 4 categories: Read, Write, Destructive, Execute. Each tool can be individually controlled with Intercept policies.
How do I enforce policies on Upstash?
Download the policy scaffold, add rules (rate limits, argument validation, deny rules), then run Intercept as a proxy in front of the Upstash MCP server. Every tool call is evaluated against your YAML policy before execution.
Is the Upstash 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 UPSTASH
Open source. One binary. Zero dependencies.