Perplexity MCP Server

search

Search Perplexity for coding help

Input Schema

NameRequiredDescriptionDefault
codeNoCode snippet to analyze (optional)
languageNoProgramming language of the code snippet (optional)auto
queryYesThe error or coding question to analyze

Input Schema (JSON Schema)

{ "properties": { "code": { "description": "Code snippet to analyze (optional)", "type": "string" }, "language": { "default": "auto", "description": "Programming language of the code snippet (optional)", "type": "string" }, "query": { "description": "The error or coding question to analyze", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools