Pepe-MCP-Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PERPLEXITY_BROWSER_DATA_DIR | No | Directory for the browser profile. | ~/.perplexity-mcp |
| PERPLEXITY_PERSISTENT_PROFILE | No | Set to 'false' for anonymous mode. | true |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| chat_perplexityA | Hilo conversacional con Pepe; guarda contexto (chat_id). Usa CPQO en |
| extract_url_contentA | Texto limpio de una URL (menos ruido que la página). No reemplaza CPQO en search; sirve para traer evidencia puntual. |
| get_documentationB | Buscar documentación y ejemplos oficiales vía Pepe. |
| find_apisB | Descubrir/comparar APIs externas vía Pepe. |
| check_deprecated_codeB | Contrastar código o patrones con estado actual en la web. |
| searchA | Investigación web en una pasada (Perplexity). Elegí |
| list_available_modelsA | Lista modelos Pro disponibles en tu cuenta Perplexity antes de fijar |
| deep_researchA | Modo investigación amplia (más pasadas/fuentes que |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Each tool targets a visibly different research workflow: URL extraction, conversational chat, documentation lookup, API discovery, deprecation checking, one-pass search, deep research, and model listing. Search and deep_research are intentionally related, but their descriptions explicitly distinguish breadth and depth, keeping misselection risk low.
Most names follow a snake_case verb_noun pattern (extract_url_content, find_apis, list_available_models, check_deprecated_code). Search and deep_research deviate slightly, but the overall naming remains predictable and readable.
Eight tools is a well-scoped size for a Perplexity-backed research assistant; each tool adds a meaningful capability without redundancy. The count feels appropriate for the server's purpose.
The surface covers common research workflows: one-pass and deep web research, conversational follow-up, documentation/API/deprecation lookups, URL evidence extraction, and model selection. Minor gaps exist such as no explicit citation or history management tool, but agents can work around them using chat or search.