Perplexity

MCP Integration

Perplexity

Query Noru controls, evidence, and risks inside Perplexity and get answers tied to your live compliance state.

What you can ask Perplexity

  • "Which controls drifted in the last 14 days?"
  • "Show overdue policy review tasks"
  • "Summarize current risks by severity"
  • "What evidence is stale right now?"

Setup steps

  1. 1Create a Noru API key with read scopes for the data you need.
  2. 2Open Perplexity MCP settings and add a new server.
  3. 3Paste the configuration above and restart Perplexity.
  4. 4Run a first prompt to confirm tool access.

Requirements

  • Perplexity app with MCP servers enabled
  • A Noru API key from Settings -> Developer

Add Noru as a stdio MCP server using mcp-remote with bearer auth.

MCP server configurationjson
{  "mcpServers": {    "noru": {      "command": "npx",      "args": [        "-y",        "mcp-remote@latest",        "https://api.noru.tech/v1/mcp",        "--header",        "Authorization:${AUTH_HEADER}"      ],      "env": {        "AUTH_HEADER": "Bearer YOUR_API_KEY"      }    }  }}

Ready to connect Perplexity?

Generate an API key in Noru, apply the configuration above, and start querying your live compliance program through MCP.