Does @sentry/mcp-server send data, and where? — data-flow verdict
provisional · AUTOMATED — forensic confirmation pending. A preliminary, fact-based flag, not a judgment that the tool is unlawful or unsafe.
100/100 integrity
100% evidence coverage
evidence-backed
Measures evidence support, not confidence — how this is scored
Verdict (the facts)
- Tool
- npm/@sentry/mcp-server
- Integrity axis
- honest — Observed behaviour matches the tool's stated function; the egress above is the tool doing its advertised job. 'honest' is the integrity axis — it does NOT imply the data flow is irrelevant; see the data-flow axis and jurisdiction.
- Data-flow axis
- Sends data to sentry.io (US, jurisdiction tier 2) as its core function. No telemetry, analytics or error-reporting side-channel was found (full source + dependency-tree review). Where your data goes is determined by the tool's stated purpose, not by a hidden observability channel.
- Disclosure
- functional — The captured sentry.io traffic is FUNCTIONAL: two GET requests (/api/0/auth/ and /api/0/users/me/regions/) carrying the user's own Authorization: Bearer token and User-Agent sentry-mcp/0.36.0 — auth-validation + region-discovery, mandatory prerequisites to querying the user's own Sentry issues/projects (the upstream API the tool exists to wrap). No self-telemetry beacon appeared in the intercept. (This corrects an earlier README-only heuristic that wrongly flagged it as undisclosed telemetry.)
- Capture self-test
- verified
- Severity
- none — integrity axis only (undeclared exfiltration). Functional egress and disclosed metadata are reported as neutral facts and are not graded here.
- Version (pinned)
- 0.36.0 · commit
- Content hash
- sha256:93f9016675e074cf8cc34320ad0c8207d33d320d210da7e4687d991b29a23bdf
- Signature
- ed25519:Sv6dRyV2pkvrlQl/vsl2mUEeNI9KpALqWTSQQ+… · Ed25519 public key · sha256:49cf8457b42a7048
- Scanned
- 2026-06-14T00:00:00Z — Pinned to @sentry/mcp-server@0.36.0, published 2026-06-08. This verdict applies to that exact version; a newer release would require a re-scan.
- Re-verified
- 2026-06-14 — pinned version current
- Categories
- observability functional-egress US published
- Observation history
- 1 scan(s); first seen 2026-06-14T00:00:00Z · latest 2026-06-14T00:00:00Z
Observed egress destinations
| host | country | jurisdiction | class | disclosure | frequency | kind |
| sentry.io | US | tier 2 | functional | by purpose | during the run | upstream Sentry API — auth + region discovery to query the user's own Sentry data (the tool's function); carries the user's own bearer token |
Each destination is classified FUNCTIONAL (the tool's advertised job requires the call — a neutral fact about where your data goes), SESSION/AUTH (handshake with the same operator), or TELEMETRY/ERROR_REPORTING (an observability side-channel not required for the function). Disclosure is judged across the tool's full public doc surface, not just its README, and any 'undisclosed telemetry' finding is adversarially refuted before it is asserted.
Jurisdiction context: Tier 2 = third country (e.g. US): transferring EU personal data to a third country requires a transfer basis under GDPR Art. 44-49 (e.g. SCCs / EU-US Data Privacy Framework) — an obligation on you, the deployer; the tool gives no control over this flow. This is the applicable framework, not a finding that the tool violates it.
Evidence — the captured request (verify, don't just trust)
Capture self-test: verified — a beacon decoy was emitted from the tool's network context; its presence in the intercept means a 'no egress' result would have been trustworthy.
Observed: GET
https://sentry.io/api/0/auth/ ×2
— intercepted (the tool's HTTPS was terminated against the sandbox CA; the egress was then blocked by strict-egress, but the full request was captured)
Payload fields actually sent:
Captured payload sample (one event):
Captured in the sandbox run. The distinct_id (a persistent machine identifier) and the write-only, public-by-design ingestion key are truncated above; payload_fields is the union observed across the run.
Reproduce it yourself (canary-sandbox (open methodology; Docker backend)):
python -m canary.cli scan <target> --backend docker # target: npm @sentry/mcp-server@0.36.0
Re-run it yourself: the scanner installs the pinned version, drives the tool over MCP, and intercepts all egress.
Full raw captured trace + verification:
/verdict/sentry/evidence.json
— every captured request (redacted), the verdict content-hash and the package checksum, for an AI or auditor that wants the underlying observation, not just the conclusion.
Disclosure check (the §824 evidence)
- Read
- package source (packages/mcp-server/src/index.ts, cli/parse.ts); README + TELEMETRY.md; captured sandbox requests
- Quoted from the tool's own docs
- “”
- Match
- The captured sentry.io traffic is FUNCTIONAL: two GET requests (/api/0/auth/ and /api/0/users/me/regions/) carrying the user's own Authorization: Bearer token and User-Agent sentry-mcp/0.36.0 — auth-validation + region-discovery, mandatory prerequisites to querying the user's own Sentry issues/projects (the upstream API the tool exists to wrap). No self-telemetry beacon appeared in the intercept. (This corrects an earlier README-only heuristic that wrongly flagged it as undisclosed telemetry.)
- Residual gap
- The server ALSO ships an OPTIONAL self-telemetry channel (@sentry/node) that is OFF BY DEFAULT (opt-in: only fires if SENTRY_DSN/DEFAULT_SENTRY_DSN is set, which it was not in this scan; the published 0.36.0 tarball ships no default DSN). It is DISCLOSED in a dedicated TELEMETRY.md (which enumerates the fields: HTTP route/status, OAuth outcomes, user.id, tool name + tool-call arguments + results, GenAI provider/model/token counts) and disabled by leaving the DSN unset. sentry.io defaults to US (tier 2); SENTRY_HOST is configurable to an EU region.
How we know this — claims by basis
A verdict is a reproducible evidence container, not just a claim. Each assertion is tagged: an observation is in the capture and reproducible; an inference is our reasoning over it; documented is the tool’s own statement; a classification is our adversarially-reviewed judgment. Observation never reads as inference.
Observed — directly in the capture, reproducible
- The tool sent 2 request(s) to sentry.io. — Captured in the sandbox run (published redacted in the evidence artifact); re-run the scan to reproduce. (confidence: high)
Classified — our adversarially-reviewed judgment
- sentry.io is classified as egress (an observability side-channel, not required for the function). — Adversarially reviewed. (confidence: high)
- Disclosure status: undisclosed. — The tool's docs were read (28 chars) and contain no mention of sentry.io / Sentry / telemetry / analytics. The observed egress is therefore UNDECLARED. (confidence: high)
Method
Installed and run in an isolated container; fed traceable decoy data; all outbound traffic intercepted (TLS broken via own CA, iptables transparent redirect). Endpoints, resolved geo/jurisdiction and frequency are observed facts. Capture self-test passed.
Scope
Compares the tool's declared destinations against what was observed in one sandbox run. Checks transparency / integrity for a cooperative tool, NOT resistance to deliberate evasion. "honest"/"clean" means "observed without deviation within our reach", NOT "guaranteed no hidden egress".
Out of scope: exfiltration split/chunked across requests; tool-side encryption of the payload before egress; input/time/state-triggered processing not triggered in the run.
Machine-readable verdict: /verdict/sentry.json.
This page describes observed behaviour and its relation to the tool's own disclosures — it is not a legal judgment.
Search context: does @sentry/mcp-server send data, @sentry/mcp-server privacy, @sentry/mcp-server data flow, @sentry/mcp-server telemetry, where does @sentry/mcp-server send data, is @sentry/mcp-server safe, what data does @sentry/mcp-server collect, how to disable @sentry/mcp-server telemetry, @sentry/mcp-server opt out tracking, @sentry/mcp-server GDPR data residency, @sentry/mcp-server third-party / jurisdiction.