This MCP server, developed by DaInfernalCoder, leverages the Perplexity Sonar Pro API to provide AI-powered research assistance within the Cline development environment. Built with TypeScript and utilizing the Model Context Protocol SDK, it offers tools for general search queries, documentation retrieval, API discovery, and deprecated code analysis. The implementation focuses on enhancing developer productivity by integrating up-to-date information and code insights directly into the workflow. It's particularly useful for developers seeking real-time assistance with documentation, API integration, and code modernization, enabling use cases such as efficient library adoption, API evaluation, and codebase maintenance without leaving their development environment.
Quick search for simple queries and basic information lookup. Parameters: query (string), force_model (optional boolean)
Handles complex, multi-step tasks requiring detailed analysis. Parameters: query (string), force_model (optional boolean)
Conducts comprehensive research and generates detailed reports. Parameters: query (string), focus_areas (array of strings), force_model (optional boolean)
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!