/
by ai.smithery
Enable AI assistants to perform web searches using Perplexity's Sonar Pro.
Server configuration and capabilities from the MCP manifest
Size: 965 bytes (242 tokens)
Tools Found: 1
Analysis ID: ltq210bk
This MCP server provides a tool for performing web searches using Perplexity's API.
Stars
Registry ID: e931a883-4772-46cc-a9a7-dd1bc42e5cc4
Added to Registry: 9/21/2025
Last Updated: 9/22/2025
Last Seen: 9/22/2025
Default Branch: main
Last Push: 9/5/2025
Open Issues: 0
Historical performance and growth metrics over time
{ "name": "perplexity-search-server", "tags": [], "tools": [ { "name": "search", "description": "Perform a web search using Perplexity's API, which provides detailed and contextually relevant results with citations. By default, no time filtering is applied to search results.", "input_schema": { "type": "object", "required": [ "query" ], "properties": { "query": { "type": "string", "description": "The search query to perform" }, "search_recency_filter": { "enum": [ "month", "week", "day", "hour" ], "type": "string", "description": "Filter search results by recency (options: month, week, day, hour). If not specified, no time filtering is applied." } } }, "output_schema": { "type": "object", "properties": { "content": { "type": "array", "items": { "type": "object", "required": [ "type", "text" ], "properties": { "text": { "type": "string" }, "type": { "enum": [ "text" ], "type": "string" } } } }, "isError": { "type": "boolean" } } } } ], "version": "1.0.0", "categories": [], "description": "Model Context Protocol server for Perplexity's web search" }
Forks
Watchers
Contributors
Last Push: 9/5/2025
Open Issues: 0