MCP server for querying NowSecure mobile security findings and generating remediation PDFs locally.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We ran the install command below but it didn't respond within our test window โ this can mean a slow first-time install rather than a real problem.
npx -y nowsecure-mcp-serverNo response to initialize.
This is an experimental automated check and can have false negatives โ missing environment variables, a slow cold install, etc. It doesnโt necessarily mean somethingโs wrong. Last checked 1mo ago.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Nowsecure MCP Server.
list_applicationsLists your portfolio apps (REST). Find app refs + latest assessment.
get_remediation_findingsReturns findings needing remediation as JSON (GraphQL). Ideal for feeding an agent.
generate_remediation_pdfRenders a clean PDF **locally** from the findings. Works even when NowSecure's renderer fails.
download_assessment_pdfTries NowSecure's REST PDF endpoint (separate path from the broken UI export).
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.
npx fetches the package on demand)| 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). |
Every user generates their own NowSecure Platform API bearer token (PAT) and puts it in their local MCP config. No token is bundled with this package.
Create one in Platform: Profile icon (top right) > Tokens.
NOWSECURE_TOKEN (required) โ your personal PATNOWSECURE_API_BASE (optional) โ defaults to https://api.nowsecure.comNo clone or manual install needed โ npx fetches and runs the latest version.
You just need Node.js >= 18.
All examples run the package via npx (no clone/install needed โ just Node.js
= 18). Replace the token with your own personal PAT.
Use the CLI (recommended โ it validates and writes to the right file):
Add --scope user to make it available across all your projects. Or edit
.mcp.json (project) / ~/.claude.json (user) directly:
Edit ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project):
In the agent panel / Settings, open MCP Servers โ Manage / Raw Config to edit
mcp_config.json, then add:
VS Code uses a top-level servers key (not mcpServers). Add to .vscode/mcp.json
in your workspace, or your user mcp.json (Command Palette โ MCP: Open User
Configuration):
Add to ~/.kiro/settings/mcp.json (global) or .kiro/settings/mcp.json (workspace):
If published to a private/scoped registry, use the scoped name instead, e.g.
"args": ["-y", "@your-scope/nowsecure-mcp-server"].
First list your apps with list_applications to find an app ref, then ask your
agent (placeholders shown โ substitute your own refs):
Generate a remediation PDF for app
<app-ref-uuid>to ./remediation.pdf
If you omit the assessment ref, the latest assessment for that app is used.
Tatavarthi Tarun ๐๐ linkedin.com/in/tatav
If this saved you from NowSecure's broken PDF export, a connect on LinkedIn is appreciated!
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/tatavarthitarun-nowsecure-mcp-server)<a href="https://allmcps.com/mcp/tatavarthitarun-nowsecure-mcp-server"><img src="https://allmcps.com/api/badge/tatavarthitarun-nowsecure-mcp-server?style=directory" alt="Nowsecure MCP Server on AllMCPs" /></a>