Sdk MCP Server

@nuntly/sdk-mcp npm v1.0.0 Source verified

Published by nuntly — publish provenance cryptographically ties this package to that repository. That is proof of origin, not an official vendor package.

Trust grade
A
90/100
Last scanned
Trust
A · 90/100
Adoption risk for you: the threat score, then adjusted down for blast radius, publisher verification and how much the scan could see. Deterministic; every point is auditable.
Capability
High
Blast radius if it went rogue — what the server’s tools could reach. Independent of trust.
Coverage
Source
How much the scan could actually inspect. Shallow coverage is stated, never hidden.
A Why this grade threat 96 − adoption risk = 90/100

The grade answers one question — how safe is this server for you to adopt — so it is computed in two auditable stages. Nothing below is an opinion or an LLM's guess; every line is a real term the deterministic engine applied, and the same input always yields the same number.

1. Threat score — 100 − 3.6 = 96. What the published surface and source actually contain:

PointsWhat was foundCategory
−3.6 Possible combosquat of @modelcontextprotocol/sdk MTC-SUP-006 supply-chain

2. Client adoption risk — 96 − 6 = 90. Three small, subtract-only factors that reflect your risk in adopting it — a clean scan proves less on a powerful, unverified or barely-inspectable package, so the grade says so plainly:

PointsAdoption-risk factor
−6 capability blast radius (high) — client exposure if the model is manipulated
publisher verification (provenance) — cryptographic build provenance ties the artifact to its source
inspection depth (source) — how much of the target the scan could see

Capability observations and info notes are shown under Findings but never scored. Open any row's finding below for the file, line and evidence behind a deduction.

Findings 4

critical Completed toxic-flow trifecta across toolsMTC-FLOW-002

This server (without client built-ins) exposes a complete data-exfiltration chain: list-thread-messages ⇒ send-email → create-webhook. Untrusted input is ingested, private data is read, and it can be sent to an external sink — and at least one leg is a direct schema wire (⇒), where a producer's output drops straight into a free-text parameter of the next tool, so the chain needs little agent cooperation. Static analysis proves the primitive exists, not that a specific run will occur.

Fix: Remove one leg of the trifecta: isolate untrusted-input tools from secret-reading tools and from egress tools, or require human approval between them.

Location: flow list-thread-messages → send-email → create-webhook

high Read-and-egress in one tool: "send-email"MTC-FLOW-003

Tool "send-email" can both read sensitive data and send data to an external destination. Even without an explicit untrusted-input leg, this is a single-call data-exfiltration path if the model is ever manipulated.

Fix: Separate reading from sending; require explicit user confirmation before egress of file/secret contents.

Location: flow send-email

medium Possible combosquat of @modelcontextprotocol/sdkMTC-SUP-006

"@nuntly/sdk-mcp" is "@modelcontextprotocol/sdk" with a decorative suffix — a common combosquat pattern.

Fix: Confirm you meant "@modelcontextprotocol/sdk". Install packages only from their documented, official name.

Location: package @nuntly/sdk-mcp

low Unconstrained path parameter "filename" on "send-email"MTC-CAP-008

Tool "send-email" takes a path parameter "filename" with no constraint. Without a canonicalize-and-contain check (not visible statically), this permits ../ traversal outside the intended root.

Fix: Resolve and verify the path stays within an allowed root; reject traversal sequences.

Location: tool send-email · inputSchema.properties.filename

Tools 56

Each tool and what it can reach — statically extracted from the published source.

  • send-emailnetwork egressreads sensitive data
  • create-webhooknetwork egress
  • delete-webhooknetwork egress
  • forward-messagenetwork egress
  • list-thread-messagesingests untrusted input
  • replay-webhook-eventnetwork egress
  • retrieve-email-contentingests untrusted input
  • retrieve-message-attachmentingests untrusted input
  • retrieve-message-contentingests untrusted input
  • retrieve-webhooknetwork egress
  • update-webhooknetwork egress
  • cancel-emailno sensitive capability
  • create-api-keyno sensitive capability
  • create-domainno sensitive capability
  • create-inboxno sensitive capability
  • create-namespaceno sensitive capability
  • delete-api-keyno sensitive capability
  • delete-domainno sensitive capability
  • delete-inboxno sensitive capability
  • delete-namespaceno sensitive capability
  • list-api-keysno sensitive capability
  • list-domainsno sensitive capability
  • list-emailsno sensitive capability
  • list-inbox-threadsno sensitive capability
  • list-inboxesno sensitive capability
  • list-message-attachmentsno sensitive capability
  • list-messagesno sensitive capability
  • list-namespace-inboxesno sensitive capability
  • list-namespacesno sensitive capability
  • list-organizationsno sensitive capability
  • list-webhook-event-deliveriesno sensitive capability
  • list-webhooksno sensitive capability
  • list-webhooks-eventsno sensitive capability
  • reply-to-messageno sensitive capability
  • retrieve-agent-memoryno sensitive capability
  • retrieve-api-keyno sensitive capability
  • retrieve-bulk-emailsno sensitive capability
  • retrieve-domainno sensitive capability
  • retrieve-emailno sensitive capability
  • retrieve-email-eventsno sensitive capability
  • retrieve-email-statsno sensitive capability
  • retrieve-inboxno sensitive capability
  • retrieve-messageno sensitive capability
  • retrieve-namespaceno sensitive capability
  • retrieve-organizationno sensitive capability
  • retrieve-organization-usageno sensitive capability
  • retrieve-threadno sensitive capability
  • send-bulk-emailsno sensitive capability
  • send-inbox-messageno sensitive capability
  • update-api-keyno sensitive capability
  • update-domainno sensitive capability
  • update-inboxno sensitive capability
  • update-messageno sensitive capability
  • update-namespaceno sensitive capability
  • update-threadno sensitive capability
  • upsert-agent-memoryno sensitive capability

Toxic flows 2

Cross-tool combinations that form a data-exfiltration primitive (untrusted input → sensitive source → external sink).

What this scan could not see

Versions

Scan history per published version. The engine is deterministic — the same version always yields the same score, so a changed score means the package itself changed.

VersionScoreFindingsEngineScanned
v1.0.0 latest A 90/100 4 1.8.0 2026-07-23

Embed this score

Show this server's live Trust Score in your README, docs or website. The badge is served straight from the registry and updates automatically after every rescan — no API key needed. It links back to this page, so anyone who sees the grade can also read the findings behind it instead of taking a number on faith.

MCP Trust Score: A · 90/100
Markdown (GitHub README)
[![MCP Trust Score](https://mcptrustchecker.com/registry/nuntly-sdk-mcp/badge.svg)](https://mcptrustchecker.com/registry/nuntly-sdk-mcp)
HTML
<a href="https://mcptrustchecker.com/registry/nuntly-sdk-mcp"><img src="https://mcptrustchecker.com/registry/nuntly-sdk-mcp/badge.svg" alt="MCP Trust Score" height="20"></a>
Prefer shields.io styling? Point it at https://mcptrustchecker.com/registry/nuntly-sdk-mcp/badge.json via https://img.shields.io/endpoint?url=…

Verify this score yourself

The score above is reproducible: the same package version always yields the same result. Run it locally or over the free API — no account, no LLM, fully deterministic.

npx mcptrustchecker scan @nuntly/sdk-mcp --online

Use the free API → How scoring works

More in Developer Tools