
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
nascoder-perplexity-mcp
Advanced tools
🧠 Ultra-Pro Perplexity AI MCP Server 2.0 - Enhanced 2025 Edition with correct API models! Advanced AI search, deep research, reasoning models (sonar-pro, sonar-reasoning-pro, sonar-deep-research), structured responses, smart caching, real-time analytics.
🧠 FIXED 2025 EDITION - Advanced Perplexity AI integration with correct API models and comprehensive features.
✅ Correct 2025 Perplexity API models
sonar-pro
- Advanced reasoning and searchsonar
- Standard search modelsonar-deep-research
- Deep research capabilitiessonar-reasoning-pro
- Advanced reasoningsonar-reasoning
- Standard reasoningr1-1776
- Specialized model✅ Advanced Capabilities
npm install nascoder-perplexity-mcp
Set your Perplexity API key:
export PERPLEXITY_API_KEY="YOUR_API_KEY_HERE"
// Start the MCP server
node index.js
// Or use with npx
npx nascoder-perplexity-mcp
The MCP server integrates seamlessly with various MCP clients. Once configured, you can use it with:
# Ask a question using Perplexity AI
# Use specific models for different tasks
# Get analytics and performance metrics
Advanced AI-powered search and research with multiple models.
{
"messages": [{"role": "user", "content": "What is quantum computing?"}],
"model": "sonar-pro",
"options": {
"maxTokens": 2000,
"temperature": 0.2,
"searchMode": "academic",
"returnImages": true
}
}
List all available Perplexity models with descriptions.
Get detailed performance metrics and usage statistics.
Clear the response cache to force fresh API calls.
Add to your MCP client configuration:
{
"mcpServers": {
"nascoder-perplexity": {
"command": "npx",
"args": ["nascoder-perplexity-mcp"],
"env": {
"PERPLEXITY_API_KEY": "YOUR_API_KEY_HERE"
},
"timeout": 30000,
"disabled": false
}
}
}
Run real functional tests:
node test-tools.js
Built with ❤️ by NasCoder (@freelancernasimofficial)
FAQs
🧠 Ultra-Pro Perplexity AI MCP Server 2.0 - Enhanced 2025 Edition with correct API models! Advanced AI search, deep research, reasoning models (sonar-pro, sonar-reasoning-pro, sonar-deep-research), structured responses, smart caching, real-time analytics.
The npm package nascoder-perplexity-mcp receives a total of 29 weekly downloads. As such, nascoder-perplexity-mcp popularity was classified as not popular.
We found that nascoder-perplexity-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.