What you can build
- A compliance copilot for leadership status checks
- An evidence triage assistant for weekly operations
- A policy review assistant with change context
- An audit prep assistant for package readiness
MCP Integration
Connect Noru in ChatGPT developer mode to answer control, risk, and evidence questions with up-to-date org data.
What you can build
Setup steps
Requirements
Create an MCP app in ChatGPT using mcp-remote and a bearer auth header.
{ "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" } } }}Generate an API key in Noru, apply the configuration above, and start querying your live compliance program through MCP.