NowSecure MCP Server 🎈💜
Made by Tatavarthi Tarun · LinkedIn
A small Model Context Protocol (MCP) server for NowSecure Platform. Built to work
around the broken UI PDF export
(Failed to load report data: Enum "JiraIntegrationCustomFieldType" cannot represent value: "")
by pulling findings through the REST + GraphQL APIs and, when needed, rendering
the remediation PDF locally instead of relying on NowSecure's report service.
Requirements
- Node.js >= 18 (the only prerequisite —
npxfetches the package on demand) - A NowSecure Platform API token (PAT) — each user supplies their own (see Auth)
Tools
| Tool | What it does |
|---|---|
list_applications |
Lists your portfolio apps (REST). Find app refs + latest assessment. |
get_remediation_findings |
Returns findings needing remediation as JSON (GraphQL). Ideal for feeding an agent. |
generate_remediation_pdf |
Renders a clean PDF locally from the findings. Works even when NowSecure's renderer fails. |
download_assessment_pdf |
Tries NowSecure's REST PDF endpoint (separate path from the broken UI export). |






