Skip to main content
Glama
lv042

Perplexity Web-Search MCP

by lv042

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PERPLEXITY_API_KEYYesYour Perplexity API key

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
web_searchC

Search the web using Perplexity Sonar API for real-time information.

Args:
    query: The search query or question to ask Perplexity
    model: The Perplexity model to use. Options: "sonar", "sonar-pro", 
           "sonar-deep-research", "sonar-reasoning", "sonar-reasoning-pro"
           (default: "sonar")
    recency_filter: Time filter for results (e.g., 'week', 'day')
    city: City name for location-based search
    country: Two letter ISO country code

Returns:
    str: The search results and answer from Perplexity API
web_search_academicB

Search academic sources using Perplexity Sonar API for scholarly information.

Args:
    query: The search query or question to ask Perplexity
    model: The Perplexity model to use. Options: "sonar", "sonar-pro", 
           "sonar-deep-research", "sonar-reasoning", "sonar-reasoning-pro"
           (default: "sonar")
    recency_filter: Time filter for results (e.g., 'week', 'day')
    city: City name for location-based search
    country: Two letter ISO country code

Returns:
    str: The search results from academic sources via Perplexity API

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/lv042/perplexity-web-search-mcp'

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