Skip to content

Perplexity Integration – AWS Security Data with Web Search

Perplexity supports MCP tool calling in Perplexity Pro, letting you combine real-time web search with your live AWS security data in a single conversation.

  • Perplexity Pro subscription with MCP support enabled
  • A TroveSec account with at least one completed scan
  • A TroveSec API key — generate one under Integrations → API Keys
  1. Open Perplexity Settings → MCP Servers

    Navigate to your Perplexity account settings and find the MCP Servers section.

  2. Add TroveSec as an MCP server

    Add the following configuration:

    {
    "mcpServers": {
    "trovesec": {
    "command": "npx",
    "args": [
    "mcp-remote",
    "https://mcp.trovesec.io/mcp",
    "--header",
    "Authorization:Bearer ${AUTH_TOKEN}"
    ],
    "env": {
    "AUTH_TOKEN": "cs_live_xxx"
    }
    }
    }
    }

    Replace cs_live_xxx with your API key.

  3. Save and verify

    Start a new conversation and type: “What are my critical AWS findings?”

    Perplexity should call get_findings and return data from your latest scan.

  • “What are my critical AWS findings, and what are the latest CVEs related to them?”
  • “Am I ready for SOC2? Search for SOC2 audit requirements and compare against my actual gaps.”
  • “What should I fix first in my AWS account?”
  • “Show me regressions from my last scan”