io.github.SergioRico1/thrd
NPM · THRD-MCP · SCANNED AUG 3
Thrd MCP: agent email tools for events/threads, safe send/reply, usage, trust and security.
Available components
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 Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- 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 165 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 Management27
- Stability observed for 8 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
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
claude mcp add sergiorico1-thrd -- npx -y thrd-mcp
codex mcp add sergiorico1-thrd -- npx -y thrd-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"sergiorico1-thrd": {
"type": "local",
"command": [
"npx",
"-y",
"thrd-mcp"
],
"enabled": true
}
}
} openclaw mcp add sergiorico1-thrd --command npx --arg -y --arg thrd-mcp
mcp_servers:
sergiorico1-thrd:
command: "npx"
args: ["-y", "thrd-mcp"] {
"mcpServers": {
"sergiorico1-thrd": {
"command": "npx",
"args": [
"-y",
"thrd-mcp"
]
}
}
} 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.
- 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
- Malware scan: pass → unverified ▼ security
- Known CVEs: partial → 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
- License: unverified → pass ▲ functional
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Schema quality: unverified → fair ▲ functional
- Licence: MIT functional
- 27 Jul 26 42
First indexed and scored.
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 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
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.
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.
thrd.ack_events Ack Events ~38
Acknowledge processed events by event IDs or by cursor.
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | — | — |
| eventIds | array | — | — |
No output schema declared.
No examples provided.
thrd.billing_checkout_self Checkout (Self) ~31
Create a Stripe checkout session for the authenticated tenant to upgrade plan.
| Name | Type | Req | Description |
|---|---|---|---|
| plan | string | yes | — |
No output schema declared.
No examples provided.
thrd.claim_x_start Start X Human Claim ~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 X Human Claim 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 Create Security ACK ~59
Create a short-lived security_ack_token to approve replying/sending in a high-risk context.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | — |
| messageId | string | yes | — |
| reason | string | yes | — |
| threadId | string | — | — |
No output schema declared.
No examples provided.
thrd.get_thread_messages Get Thread Messages ~33
Fetch all stored messages for a given thread (inbound + outbound).
| Name | Type | Req | Description |
|---|---|---|---|
| threadId | string | yes | — |
No output schema declared.
No examples provided.
thrd.health Health ~23
Get MCP server and Thrd API configuration info (no auth required).
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| apiBaseUrl | string | yes | — |
| hasApiKey | boolean | yes | — |
| ok | boolean | yes | — |
No examples provided.
thrd.instant_onboarding Instant Onboarding (Public) ~85
Provision a new tenant + agent + inbox + API key via Thrd's public instant onboarding endpoint. Disabled unless ALLOW_THRD_INSTANT_ONBOARDING=1.
| Name | Type | Req | Description |
|---|---|---|---|
| agentName | string | yes | — |
| contactEmail | string | — | — |
| inboxPrefix | string | — | — |
| source | string | — | — |
| tenantName | string | — | — |
No output schema declared.
No examples provided.
thrd.list_threads List Threads ~46
List recent threads for the authenticated agent (optionally filtered by inbox).
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | — | — |
| inboxId | string | — | — |
| limit | integer | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| threads | array | yes | — |
No examples provided.
thrd.message_security Message Security ~30
Get Prompt Shield / security analysis for a specific message_id.
| Name | Type | Req | Description |
|---|---|---|---|
| messageId | string | yes | — |
No output schema declared.
No examples provided.
thrd.outbound_status Outbound Status ~31
Get status for an outbound request_id from send/reply.
| Name | Type | Req | Description |
|---|---|---|---|
| requestId | string | yes | — |
No output schema declared.
No examples provided.
thrd.poll_events Poll Events ~46
Long-poll for inbound events (email received, security signals, etc.).
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | — | — |
| limit | integer | — | — |
| timeout | integer | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| events | array | yes | — |
| next_cursor | string | yes | — |
No examples provided.
thrd.reply Reply ~93
Reply in an existing thread. Requires idempotency. May return security_ack_required when inbound risk is high.
| Name | Type | Req | Description |
|---|---|---|---|
| attachments | array | — | — |
| cc | array | — | — |
| html | string | — | — |
| idempotencyKey | string | — | — |
| securityAckToken | string | — | — |
| text | string | — | — |
| threadId | string | yes | — |
| to | string | — | — |
No output schema declared.
No examples provided.
thrd.send 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.
| Name | Type | Req | Description |
|---|---|---|---|
| attachments | array | — | — |
| consentToken | string | — | — |
| grantToken | string | — | — |
| html | string | — | — |
| idempotencyKey | string | — | — |
| inboxId | string | yes | — |
| porAnswer | string | — | — |
| porToken | string | — | — |
| securityAckToken | string | — | — |
| sourceMessageId | string | — | — |
| subject | string | yes | — |
| text | string | — | — |
| to | string | yes | — |
No output schema declared.
No examples provided.
thrd.trust_score 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 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.