MCP Server Policy
DATASTAX ASTRA DB MCP POLICY
Enforce policies on every tool call to the DataStax Astra DB MCP Server. 19 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 DataStax Astra DB.
# Download policy scaffold
curl -o astra-db.yaml https://raw.githubusercontent.com/policylayer/intercept/main/policies/astra-db.yaml
# Run with Intercept
intercept --policy astra-db.yaml -- npx -y @ Server documentation: https://github.com/datastax/astra-db-mcp
OTHER TOOLS
19POLICY 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 "
default: "allow"
tools:
BulkCreateRecords:
rules: []
BulkDeleteRecords:
rules: []
BulkUpdateRecords:
rules: []
CreateCollection:
rules: []
CreateRecord:
rules: []
DeleteCollection:
rules: []
DeleteRecord:
rules: []
EstimateDocumentCount:
rules: []
FindDistinctValues:
rules: []
FindRecord:
rules: []
GetCollections:
rules: []
GetRecord:
rules: []
HelpAddToClient:
rules: []
HybridSearch:
rules: []
ListRecords:
rules: []
OpenBrowser:
rules: []
UpdateCollection:
rules: []
UpdateRecord:
rules: []
VectorSearch:
rules: [] RELATED POLICIES
FREQUENTLY ASKED QUESTIONS
What tools does the DataStax Astra DB MCP server expose?
The DataStax Astra DB MCP Server exposes 19 tools across 1 categories: Other. Each tool can be individually controlled with Intercept policies.
How do I enforce policies on DataStax Astra DB?
Download the policy scaffold, add rules (rate limits, argument validation, deny rules), then run Intercept as a proxy in front of the DataStax Astra DB MCP server. Every tool call is evaluated against your YAML policy before execution.
Is the DataStax Astra DB 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 DATASTAX ASTRA DB
Open source. One binary. Zero dependencies.