Skip to main content
Glama

Perplexity MCP Server

by jsonallen

perplexity_search_web

Perform web searches with Perplexity AI, enabling recency filtering to retrieve results from specific timeframes like day, week, month, or year.

Instructions

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 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/jsonallen/perplexity-mcp'

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