Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.SergioRico1/thrd

NPM · THRD-MCP · SCANNED AUG 4

Thrd MCP: agent email tools for events/threads, safe send/reply, usage, trust and security.

Available components

+17 this week 59 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security83
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known medium-severity CVE affects hono 4.12.33, reached via @modelcontextprotocol/sdk > hono. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
  • Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 166 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability67
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 797 tokens (~44/item across 18 items; 16 tools + 2 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management30
  • Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage71
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
  • Structured output schemas are declared (19% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · thrd-mcp

# add to Claude Code
claude mcp add sergiorico1-thrd -- npx -y thrd-mcp
# add to Codex CLI
codex mcp add sergiorico1-thrd -- npx -y thrd-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "sergiorico1-thrd": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "thrd-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add sergiorico1-thrd --command npx --arg -y --arg thrd-mcp
# ~/.hermes/config.yaml
mcp_servers:
  sergiorico1-thrd:
    command: "npx"
    args: ["-y", "thrd-mcp"]
// mcp.json
{
  "mcpServers": {
    "sergiorico1-thrd": {
      "command": "npx",
      "args": [
        "-y",
        "thrd-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 4 Aug 26 0
    • CVE-2026-69207 affects this package: medium security
    • Known CVEs: partial → fail security
  • 2 Aug 26 +26
    • Malware scan: unverified → pass security
    • Known CVEs: unverified → partial security
    • Stability: unverified → 0.23 functional
    • Dependency health: unverified → partial functional
  • 1 Aug 26 +24
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −58
    • Known CVEs: partial → unverified security
    • Malware scan: pass → unverified security
    • Tool coverage: 100 → unverified functional
    • Schema quality: 100 → unverified functional
    • Dependency health: partial → unverified functional
  • 29 Jul 26 +25
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Schema quality: unverified → fair functional
    • License: unverified → pass functional
    • Licence: MIT functional
  • 27 Jul 26 42

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 4 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-8j4g-w8fx-2239 CVE-2026-69207 medium CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L yes
Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 16 exposed · ~756 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
thrd.ack_events ~38

Acknowledge processed events by event IDs or by cursor.

NameTypeReqDescription
cursorstring
eventIdsarray

No output schema declared.

No examples provided.

thrd.billing_checkout_self ~31

Create a Stripe checkout session for the authenticated tenant to upgrade plan.

NameTypeReqDescription
planstringyes

No output schema declared.

No examples provided.

thrd.claim_x_start ~27

Start the X (Twitter) human-claim verification flow for the authenticated tenant.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

thrd.claim_x_status ~26

Check X (Twitter) human-claim verification status for the authenticated tenant.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

thrd.create_security_ack ~59

Create a short-lived security_ack_token to approve replying/sending in a high-risk context.

NameTypeReqDescription
actionstringyes
messageIdstringyes
reasonstringyes
threadIdstring

No output schema declared.

No examples provided.

thrd.get_thread_messages ~33

Fetch all stored messages for a given thread (inbound + outbound).

NameTypeReqDescription
threadIdstringyes

No output schema declared.

No examples provided.

thrd.health ~23

Get MCP server and Thrd API configuration info (no auth required).

Input schema present but exposes no named parameters.

NameTypeReqDescription
apiBaseUrlstringyes
hasApiKeybooleanyes
okbooleanyes

No examples provided.

thrd.instant_onboarding ~85

Provision a new tenant + agent + inbox + API key via Thrd's public instant onboarding endpoint. Disabled unless ALLOW_THRD_INSTANT_ONBOARDING=1.

NameTypeReqDescription
agentNamestringyes
contactEmailstring
inboxPrefixstring
sourcestring
tenantNamestring

No output schema declared.

No examples provided.

thrd.list_threads ~46

List recent threads for the authenticated agent (optionally filtered by inbox).

NameTypeReqDescription
cursorstring
inboxIdstring
limitinteger
NameTypeReqDescription
threadsarrayyes

No examples provided.

thrd.message_security ~30

Get Prompt Shield / security analysis for a specific message_id.

NameTypeReqDescription
messageIdstringyes

No output schema declared.

No examples provided.

thrd.outbound_status ~31

Get status for an outbound request_id from send/reply.

NameTypeReqDescription
requestIdstringyes

No output schema declared.

No examples provided.

thrd.poll_events ~46

Long-poll for inbound events (email received, security signals, etc.).

NameTypeReqDescription
cursorstring
limitinteger
timeoutinteger
NameTypeReqDescription
eventsarrayyes
next_cursorstringyes

No examples provided.

thrd.reply ~93

Reply in an existing thread. Requires idempotency. May return security_ack_required when inbound risk is high.

NameTypeReqDescription
attachmentsarray
ccarray
htmlstring
idempotencyKeystring
securityAckTokenstring
textstring
threadIdstringyes
tostring

No output schema declared.

No examples provided.

thrd.send ~144

Initiate a new outbound email. Requires idempotency. Tier 3 cold outbound may return por_required. High-risk inbound context may require security_ack_token.

NameTypeReqDescription
attachmentsarray
consentTokenstring
grantTokenstring
htmlstring
idempotencyKeystring
inboxIdstringyes
porAnswerstring
porTokenstring
securityAckTokenstring
sourceMessageIdstring
subjectstringyes
textstring
tostringyes

No output schema declared.

No examples provided.

thrd.trust_score ~21

Get trust score and factors for the authenticated tenant.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

thrd.usage ~23

Get plan/tier and monthly quota usage for the authenticated tenant.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.