Skip to main content
Glama
fastmcp-me

perplexity-mcp

by fastmcp-me

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PERPLEXITY_MODELNoThe Perplexity model to use (defaults to 'sonar')sonar
PERPLEXITY_API_KEYYesYour Perplexity AI API key

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
perplexity_search_webC

Search the web using Perplexity AI with recency filtering

Prompts

Interactive templates invoked by user choice

NameDescription
perplexity_search_webSearch the web using Perplexity AI and filter results by recency

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 1 tool

Disambiguation5/5

There is only one tool, so no ambiguity exists. The agent will always select this tool for web search tasks.

Naming Consistency5/5

The single tool name follows a clear verb_noun pattern (perplexity_search_web), which is consistent and intuitive.

Tool Count3/5

Having only one tool is minimal but acceptable for a narrowly focused 'search' server; however, it feels thin and could benefit from additional related tools.

Completeness2/5

The server only provides web search with recency filtering, lacking features like search result extraction, multiple search modes, or context handling, which limits its usefulness for comprehensive tasks.

Maintenance

ActivityInactive
ResponsivenessNo issues