Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PERPLEXITY_MODEL | No | The Perplexity model to use (e.g., sonar-reasoning) | sonar-reasoning |
| PERPLEXITY_API_KEY | Yes | Your Perplexity API key from https://www.perplexity.ai/settings/api |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search | Perform a general search query to get comprehensive information on any topic |
| get_documentation | Get documentation and usage examples for a specific technology, library, or API |
| find_apis | Find and evaluate APIs that could be integrated into a project |
| check_deprecated_code | Check if code or dependencies might be using deprecated features |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |