Perplexity MCP Server

MIT License
55
  • Apple

perplexity_search_web

Search the web using Perplexity AI with recency filtering

Input Schema

NameRequiredDescriptionDefault
queryYes
recencyNomonth

Input Schema (JSON Schema)

{ "properties": { "query": { "type": "string" }, "recency": { "default": "month", "enum": [ "day", "week", "month", "year" ], "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools