MCP-researcher Server
by DaInfernalCoder
Verified
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PERPLEXITY_API_KEY | Yes | Your Perplexity API key |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
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 |