Skip to main content
Glama

Perplexity MCP Server

domain_filter

Filter search results by allowing or blocking specific domains. Set domains to include or exclude in web search outputs for precise information retrieval.

Instructions

Add a domain to allow or block in search results (max 3 domains per type)

Input Schema

NameRequiredDescriptionDefault
actionYesWhether to allow or block this domain
domainYesDomain name without http:// or https:// (example: wikipedia.org)

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Whether to allow or block this domain", "enum": [ "allow", "block" ], "type": "string" }, "domain": { "description": "Domain name without http:// or https:// (example: wikipedia.org)", "type": "string" } }, "required": [ "domain", "action" ], "type": "object" }

You must be authenticated.

Other Tools from Perplexity MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/RossH121/perplexity-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server