MCP Server Policy

PERPLEXITY MCP POLICY

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

perplexity-mcp-server 0 read 2 write 2 tools total
perplexity search research ai

GET STARTED

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

terminal

# Download policy scaffold

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

# Run with Intercept

intercept --policy perplexity.yaml -- npx -y @perplexity-mcp-server

Server documentation: https://www.npmjs.com/package/perplexity-mcp-server

OTHER TOOLS

2

POLICY YAML

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

perplexity.yaml
version: "1"
description: "Policy for perplexity-mcp-server"
default: "allow"
tools:
    perplexity_search:
        rules: []
    perplexity_deep_research:
        rules: []

RELATED POLICIES

FREQUENTLY ASKED QUESTIONS

What tools does the Perplexity MCP server expose?

The Perplexity MCP Server exposes 2 tools across 1 categories: Other. Each tool can be individually controlled with Intercept policies.

How do I enforce policies on Perplexity?

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

Is the Perplexity 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 PERPLEXITY

Open source. One binary. Zero dependencies.