SpamTitan
OCI · GHCR.IO/WYRE-TECHNOLOGY/SPAMTITAN-MCP:V1.3.2 · SCANNED AUG 22
MCP server for SpamTitan email security — quarantine, allow/block lists, and policy management.
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 Security0
- Malware scan not yet available for this package.Unverified
- Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
- Install-script risk not yet assessed.Unverified
- Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (Apache-2.0).Pass
- Actively maintained (last published 14 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability86
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 776 tokens (~77/item across 10 items; 9 tools + 1 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management50
- Stability observed for 15 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
- Supports UI / widget rendering.Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
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.
oci · ghcr.io/wyre-technology/spamtitan-mcp:v1.3.2
claude mcp add wyre-technology-spamtitan-mcp -- docker run --rm -i ghcr.io/wyre-technology/spamtitan-mcp:v1.3.2
codex mcp add wyre-technology-spamtitan-mcp -- docker run --rm -i ghcr.io/wyre-technology/spamtitan-mcp:v1.3.2
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"wyre-technology-spamtitan-mcp": {
"type": "local",
"command": [
"docker",
"run",
"--rm",
"-i",
"ghcr.io/wyre-technology/spamtitan-mcp:v1.3.2"
],
"enabled": true
}
}
} mcp_servers:
wyre-technology-spamtitan-mcp:
command: "docker"
args: ["run", "--rm", "-i", "ghcr.io/wyre-technology/spamtitan-mcp:v1.3.2"] {
"mcpServers": {
"wyre-technology-spamtitan-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/wyre-technology/spamtitan-mcp:v1.3.2"
]
}
}
} 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.
- 22 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 47 to 50. That category is still filling its 30-day observation window: 14 days of observed history at the previous scan, 15 at this one. The score rises as the window fills, whether or not the server changes.
- 20 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 40 to 43. That category is still filling its 30-day observation window: 12 days of observed history at the previous scan, 13 at this one. The score rises as the window fills, whether or not the server changes.
- 18 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.
- 16 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.
- 15 Aug 26 +4
- Stability: unverified → 0.27 ▲ functional
- 11 Aug 26 0
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 7 Aug 26 41
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 22 Aug 2026 · Analysed oci/ghcr.io/wyre-technology/spamtitan-mcp:v1.3.2
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | oci |
| Reason | No attestation published |
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.
spamtitan_delete_message ~68
⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently delete a quarantined message by ID. This action cannot be undone and will remove the message from quarantine storage. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| message_id | string | yes | The quarantined message ID to delete |
No output schema declared.
No examples provided.
spamtitan_get_message ~62
Get a single quarantined message by ID. Returns sender, recipient, subject, quarantine reason, spam score, and status. Renders as an interactive card in MCP Apps hosts.
| Name | Type | Req | Description |
|---|---|---|---|
| message_id | string | yes | The quarantined message ID to fetch |
No output schema declared.
No examples provided.
spamtitan_get_queue ~129
List the email quarantine queue. Returns quarantined messages with sender, recipient, subject, and reason for quarantine.
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | – | Page number for pagination (default: 1) |
| per_page | number | – | Number of results per page (default: 50, max: 200) |
| reason | string | – | Filter by quarantine reason (e.g. spam, virus, policy) |
| recipient | string | – | Filter by recipient email address |
| sender | string | – | Filter by sender email address |
| subject | string | – | Filter by subject (partial match) |
No output schema declared.
No examples provided.
spamtitan_get_stats ~66
Get email flow statistics from SpamTitan including messages received, blocked, quarantined, and delivered. Supports filtering by time period.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | – | Filter statistics for a specific domain (optional) |
| period | string | – | Time period for statistics (default: today) |
No output schema declared.
No examples provided.
spamtitan_manage_allowlist ~117
Add or remove sender allowlist entries in SpamTitan. Allowlisted senders always bypass spam filtering.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | Action to perform: 'add' to allowlist a sender, 'remove' to remove one, 'list' to view all entries |
| note | string | – | Optional note explaining why this entry was added (for add action) |
| sender | string | – | Sender email address or domain to add/remove (e.g. user@example.com or @example.com). Required for add/remove actions. |
No output schema declared.
No examples provided.
spamtitan_manage_blocklist ~153
⚠ HIGH-IMPACT. Add or remove sender blocklist entries in SpamTitan. Modifies email delivery policy and affects deliverability for users. Blocklisted senders are always rejected or quarantined. Reversible by removing entries. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | Action to perform: 'add' to blocklist a sender, 'remove' to remove one, 'list' to view all entries |
| note | string | – | Optional note explaining why this entry was added (for add action) |
| sender | string | – | Sender email address or domain to add/remove (e.g. spammer@evil.com or @evil.com). Required for add/remove actions. |
No output schema declared.
No examples provided.
spamtitan_navigate ~104
Discover available SpamTitan tools by domain. Returns tool names and descriptions for the selected domain. All tools are callable at any time — this is a help/discovery aid, not a prerequisite.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | The domain to explore: - quarantine: Email quarantine management - list queue, release and delete quarantined messages - lists: Allowlist/blocklist management - manage email filtering rules - stats:… |
No output schema declared.
No examples provided.
spamtitan_release_message ~41
Release a quarantined message by ID, delivering it to the intended recipient.
| Name | Type | Req | Description |
|---|---|---|---|
| message_id | string | yes | The quarantined message ID to release |
No output schema declared.
No examples provided.
spamtitan_status ~17
Show credentials status and available domains
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.