MCP Server Policy
TURSO MCP POLICY
Enforce policies on every tool call to the Turso MCP Server. 9 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 Turso.
# Download policy scaffold
curl -o turso.yaml https://raw.githubusercontent.com/policylayer/intercept/main/policies/turso.yaml
# Run with Intercept
intercept --policy turso.yaml -- npx -y @mcp-turso-cloud Server documentation: https://github.com/spences10/mcp-turso-cloud
READ TOOLS
5WRITE TOOLS
2DESTRUCTIVE TOOLS
1EXECUTE TOOLS
1POLICY 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 mcp-turso-cloud"
default: "allow"
tools:
list_databases:
rules: []
list_tables:
rules: []
describe_table:
rules: []
execute_read_only_query:
rules: []
vector_search:
rules: []
create_database:
rules: []
generate_database_token:
rules: []
delete_database:
rules: []
execute_query:
rules: [] RELATED POLICIES
FREQUENTLY ASKED QUESTIONS
What tools does the Turso MCP server expose?
The Turso MCP Server exposes 9 tools across 4 categories: Read, Write, Destructive, Execute. Each tool can be individually controlled with Intercept policies.
How do I enforce policies on Turso?
Download the policy scaffold, add rules (rate limits, argument validation, deny rules), then run Intercept as a proxy in front of the Turso MCP server. Every tool call is evaluated against your YAML policy before execution.
Is the Turso 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 TURSO
Open source. One binary. Zero dependencies.