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.

ai.spideriq/mail

NPM · @SPIDERIQ/MCP-MAIL · SCANNED AUG 3

SpiderIQ Mail: SpiderMail mailboxes, messages, threads, send, compose for AI agents

Available components

+45 this week 63 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 Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (100 of 104), 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 (100 of 104), 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 7 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 4522 tokens (~77/item across 58 items; 58 tools + 0 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 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
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 · @spideriq/mcp-mail

# add to Claude Code
claude mcp add ai-spideriq-mail -- npx -y @spideriq/mcp-mail
# add to Codex CLI
codex mcp add ai-spideriq-mail -- npx -y @spideriq/mcp-mail
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ai-spideriq-mail": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@spideriq/mcp-mail"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add ai-spideriq-mail --command npx --arg -y --arg @spideriq/mcp-mail
# ~/.hermes/config.yaml
mcp_servers:
  ai-spideriq-mail:
    command: "npx"
    args: ["-y", "@spideriq/mcp-mail"]
// mcp.json
{
  "mcpServers": {
    "ai-spideriq-mail": {
      "command": "npx",
      "args": [
        "-y",
        "@spideriq/mcp-mail"
      ]
    }
  }
}
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.

  • 3 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 2 Aug 26 +43
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → good functional
    • Licence: MIT functional
  • 1 Aug 26 −6
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 −18
    • Malware scan: pass → unverified security
  • 28 Jul 26 +22
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: pass functional
    • First check of Schema quality: unverified functional
    • First check of Tool coverage: 100 functional
  • 27 Jul 26 18

    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 3 Aug 2026 · Analysed npm/@spideriq/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 100 packages

100 packages in the resolved dependency tree · 100 deprecated · 29 stale · 1 without a linked repository.

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

MCP tools — 58 exposed · ~4,522 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
bulk_update_messages ~89

Apply one action to many messages (≤100 ids): mark_read | mark_unread | archive | delete | add_label. delete is irreversible; add_label needs label.

NameTypeReqDescription
actionstringyesBulk action
labelstringLabel name (required for add_label)
message_idsarrayyesMessage ids (1-100)
workspacestringWorkspace name

No output schema declared.

No examples provided.

check_access_status ~152

Check the status of a PAT access request. Returns 'pending', 'active', 'denied', 'expired', or 'revoked' (matches the backend PATRequestStatus enum). Once status==='active', the token is saved to ~/.spideriq/credentials.json automatically. Multi-brand approvals save one entry per workspace under client_id, with the first aliased as 'default' so existing tools (upload_local_file, etc.) keep working without --workspace.

NameTypeReqDescription
api_urlstringAPI URL (default: https://spideriq.ai)
poll_tokenstringyesPoll token from request_access
request_idstringyesRequest ID from request_access

No output schema declared.

No examples provided.

compose_assist ~135

AI assistance for composing an email — drafts or transforms copy. Does NOT send. action=write generates a new draft from context/subject; rewrite/expand/shorten/formal/casual/fix_grammar transform the text in "context".

NameTypeReqDescription
actionstringyesAI action (default write)
contextstringThe brief (for write) or the text to transform
subjectstringEmail subject, for context
thread_contextstringPrevious thread messages for context
tonestringDesired tone (default professional)
workspacestringWorkspace name

No output schema declared.

No examples provided.

create_label ~65

Define a new label (name ≤50 chars + hex colour #RRGGBB, default #6B7280).

NameTypeReqDescription
colorstringHex colour #RRGGBB
namestringyesLabel name
workspacestringWorkspace name

No output schema declared.

No examples provided.

create_mailbox ~205

Connect a new email mailbox by its IMAP + SMTP credentials (passwords encrypted at rest). Needs both imap_* and smtp_*; use an app-specific password where the provider requires one (465=SSL, 587=STARTTLS).

NameTypeReqDescription
display_namestringSender display name
email_addressstringyesMailbox email address
imap_hoststringyesIMAP server hostname
imap_passwordstringyesIMAP password / app password
imap_portnumberIMAP port (default 993)
imap_usernamestringyesIMAP login username
providerstringyesEmail provider
smtp_hoststringyesSMTP server hostname
smtp_passwordstringyesSMTP password / app password
smtp_portnumberSMTP port (default 587)
smtp_usernamestringyesSMTP login username
workspacestringWorkspace name

No output schema declared.

No examples provided.

create_view ~119

Save a named inbox view from a filter_config ({mailboxes[], unread_only, starred_only, has_attachments}). is_shared exposes it team-wide.

NameTypeReqDescription
colorstringDisplay colour
filter_configobjectFilter config
is_sharedbooleanShare with the whole client team
namestringyesView name (≤200 chars)
sort_bystringSort field (default date)
sort_directionstringSort direction (default DESC)
workspacestringWorkspace name

No output schema declared.

No examples provided.

delete_label ~32

Delete a label definition.

NameTypeReqDescription
label_idstringyesLabel id
workspacestringWorkspace name

No output schema declared.

No examples provided.

delete_mailbox ~39

Delete a mailbox and all its data.

NameTypeReqDescription
emailstringyesMailbox email address to delete
workspacestringWorkspace name

No output schema declared.

No examples provided.

delete_outreach_connection ~70

Remove an outreach sidecar (cascades senders/campaigns/health; leaves the api_integrations credential). BRAND-ADMIN only.

NameTypeReqDescription
brand_idstringyesNumeric brand id
connection_idstringyesOutreach connection id
workspacestringWorkspace name

No output schema declared.

No examples provided.

delete_view ~36

Delete a saved view (creator-only).

NameTypeReqDescription
view_idstringyesSaved view id
workspacestringWorkspace name

No output schema declared.

No examples provided.

get_api_info ~33

Get information about the SpiderIQ API and your connection.

NameTypeReqDescription
workspacestringWorkspace name (default: default)

No output schema declared.

No examples provided.

get_auth_status ~33

Check if you are authenticated and get current user info.

NameTypeReqDescription
workspacestringWorkspace name (default: default)

No output schema declared.

No examples provided.

get_inbox ~96

Get inbox messages with optional filtering by mailbox, folder, and read status.

NameTypeReqDescription
folderstringFolder name (default: inbox)
limitnumberMax results (default: 20)
mailboxstringFilter by mailbox email
offsetnumberOffset for pagination
unread_onlybooleanShow only unread (default: false)
workspacestringWorkspace name

No output schema declared.

No examples provided.

get_mailbox_stats ~42

Per-mailbox unread/starred/total counts plus client-wide totals.

NameTypeReqDescription
formatstringResponse format
workspacestringWorkspace name

No output schema declared.

No examples provided.

get_message ~72

Read one message by numeric id (marks it read). Includes attachment previews inline by default.

NameTypeReqDescription
formatstringResponse format
include_attachmentsbooleanInclude attachment summaries + previews (default true)
message_idstringyesNumeric message id
workspacestringWorkspace name

No output schema declared.

No examples provided.

get_outreach_connection ~63

Get one outreach connection by id (provider, workspace_id, warmup_tag, lemwarm_domains, active).

NameTypeReqDescription
brand_idstringyesNumeric brand id
connection_idstringyesOutreach connection id
workspacestringWorkspace name

No output schema declared.

No examples provided.

get_outreach_health_overview ~56

Latest health snapshot per sender for the whole brand — the deliverability/warmup grid for all sending accounts at once.

NameTypeReqDescription
brand_idstringyesNumeric brand id
workspacestringWorkspace name

No output schema declared.

No examples provided.

get_outreach_push_status ~96

Quota usage (active_leads / max_active_leads / available) + per-campaign push counts (pushed/skipped/removed) for a connection. Use to see how many leads are in each SmartLead campaign and how much account headroom is left.

NameTypeReqDescription
brand_idstringyesNumeric brand id
connection_idstringyesOutreach connection id
workspacestringWorkspace name

No output schema declared.

No examples provided.

get_queue_stats ~48

Get statistics about job queues (pending jobs, consumers, etc.).

NameTypeReqDescription
formatstringResponse format (default: json)
workspacestringWorkspace name (default: default)

No output schema declared.

No examples provided.

get_sender_health ~78

One sender's latest deliverability/warmup snapshot — health_score, sent/inbox/spam/bounce/reply (24h+7d), warmup_enabled, polled_at.

NameTypeReqDescription
brand_idstringyesNumeric brand id
sender_idstringyesOutreach sender id
workspacestringWorkspace name

No output schema declared.

No examples provided.

get_session ~78

One-call mailbox bootstrap: mailbox info + unread count + recent messages. Best first call for a mailbox.

NameTypeReqDescription
emailstringyesMailbox email address
formatstringResponse format
include_recentnumberRecent messages to include (0-50, default 10)
workspacestringWorkspace name

No output schema declared.

No examples provided.

get_thread ~36

Get a conversation thread with all related messages.

NameTypeReqDescription
thread_idstringyesThread ID
workspacestringWorkspace name

No output schema declared.

No examples provided.

get_view ~51

Get one saved view by id (its filter_config + display config).

NameTypeReqDescription
formatstringResponse format
view_idstringyesSaved view id
workspacestringWorkspace name

No output schema declared.

No examples provided.

health_check ~51

Check if the SpiderIQ API is healthy and responsive.

NameTypeReqDescription
api_urlstringAPI URL (default: https://spideriq.ai)
workspacestringWorkspace name (default: default)

No output schema declared.

No examples provided.

list_folders ~67

List a mailbox's folders (INBOX/Sent/Drafts/Trash) with per-folder totals + unread counts. email is required.

NameTypeReqDescription
emailstringyesMailbox email address (required)
formatstringResponse format
workspacestringWorkspace name

No output schema declared.

No examples provided.

list_labels ~49

List label DEFINITIONS (name + colour). Applying a label to a message is update_message / bulk_update_messages.

NameTypeReqDescription
formatstringResponse format
workspacestringWorkspace name

No output schema declared.

No examples provided.

list_mailboxes ~42

List your SpiderMail mailboxes.

NameTypeReqDescription
formatstringResponse format (default: json)
workspacestringWorkspace name (default: default)

No output schema declared.

No examples provided.

list_messages ~100

List messages in a mailbox.

NameTypeReqDescription
formatstringResponse format (default: json)
mailbox_idstringyesMailbox ID or email address
pagenumberPage number (default: 1)
per_pagenumberResults per page (default: 20)
unread_onlybooleanShow only unread messages (default: false)
workspacestringWorkspace name (default: default)

No output schema declared.

No examples provided.

list_outreach_campaigns ~82

List the SmartLead campaigns this connection can see (scoped by its agency client_id) — use to pick a target before pushing leads. Returns remote_campaign_id, name, status, lead_count.

NameTypeReqDescription
brand_idstringyesNumeric brand id
connection_idstringyesOutreach connection id
workspacestringWorkspace name

No output schema declared.

No examples provided.

list_outreach_connections ~62

List a brand's outreach sidecars (Smartlead/lemlist/Instantly): provider, workspace_id, warmup_tag, lemwarm_domains, active.

NameTypeReqDescription
brand_idstringyesNumeric brand id
workspacestringWorkspace name

No output schema declared.

No examples provided.

list_outreach_senders ~55

List every sending account across a brand's outreach connections (email, provider, warmup_enabled, status, mailbox_id).

NameTypeReqDescription
brand_idstringyesNumeric brand id
workspacestringWorkspace name

No output schema declared.

No examples provided.

list_quarantine ~48

List messages auto-quarantined by the inbound prompt-injection scanner (kept out of the inbox).

NameTypeReqDescription
formatstringResponse format
workspacestringWorkspace name

No output schema declared.

No examples provided.

list_security_events ~61

List mail security events — inbound prompt-injection detections, outbound credential blocks, quarantines, releases.

NameTypeReqDescription
formatstringResponse format
limitnumberMax events (default 50)
workspacestringWorkspace name

No output schema declared.

No examples provided.

list_snoozed ~44

List messages currently snoozed (hidden until their unsnooze time).

NameTypeReqDescription
formatstringResponse format
workspacestringWorkspace name

No output schema declared.

No examples provided.

list_views ~44

List saved inbox views (named filter bundles). Apply one via get_inbox view_id.

NameTypeReqDescription
formatstringResponse format
workspacestringWorkspace name

No output schema declared.

No examples provided.

list_workspaces ~19

List all configured workspaces and their authentication status.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

logout ~25

Remove stored authentication credentials.

NameTypeReqDescription
workspacestringWorkspace name (default: default)

No output schema declared.

No examples provided.

mail_create_template ~146

Create a Jinja2 email template. template_type: signature | header | layout (has a {{ body }} slot) | full. Variables auto-detect.

NameTypeReqDescription
descriptionstringHuman description
html_sourcestringyesJinja2 HTML source
is_defaultbooleanSet as default for this type
namestringyesUnique name ([a-z0-9-_], lowercased)
template_typestringTemplate type (default full)
text_sourcestringOptional plain-text variant
variablesarrayVariable names (auto-detected if omitted)
workspacestringWorkspace name

No output schema declared.

No examples provided.

mail_delete_template ~36

Delete an email template by id.

NameTypeReqDescription
template_idstringyesInteger template id
workspacestringWorkspace name

No output schema declared.

No examples provided.

mail_get_template ~50

Get one email template's source + detected variables by id.

NameTypeReqDescription
formatstringResponse format
template_idstringyesInteger template id
workspacestringWorkspace name

No output schema declared.

No examples provided.

mail_list_templates ~39

List email templates (signature / header / layout / full).

NameTypeReqDescription
formatstringResponse format
workspacestringWorkspace name

No output schema declared.

No examples provided.

mail_preview_template ~64

Render a template with sample variables and return HTML WITHOUT sending. Use before a real send. Missing variables render empty.

NameTypeReqDescription
template_idstringyesInteger template id
variablesobjectVariable values for the render
workspacestringWorkspace name

No output schema declared.

No examples provided.

mail_update_template ~127

Update an email template (any subset of fields).

NameTypeReqDescription
descriptionstringNew description
html_sourcestringNew Jinja2 source
is_activebooleanEnable/disable
is_defaultbooleanSet as default for its type
namestringNew name
template_idstringyesInteger template id
template_typestringTemplate type
text_sourcestringNew plain-text variant
variablesarrayNew variable list
workspacestringWorkspace name

No output schema declared.

No examples provided.

push_outreach_leads ~188

Push a SpiderIQ campaign's verified leads into a chosen SmartLead campaign. Idempotent (won't re-add). Returns added/skipped counts + account leads used. 409 if the per-account lead cap would be exceeded (pass `limit` to trim instead). BRAND-ADMIN only.

NameTypeReqDescription
brand_idstringyesNumeric brand id
connection_idstringyesOutreach connection id
limitnumberOptional: add at most N new leads (also trims to the account cap instead of erroring)
remote_campaign_idstringyesTarget SmartLead campaign id (from list_outreach_campaigns)
smartlead_campaign_namestringOptional target campaign name (for the confirmation notification)
spideriq_campaign_idstringyesSource SpiderIQ campaign id (its verified leads are pushed)
workspacestringWorkspace name

No output schema declared.

No examples provided.

read_message ~64

Read a specific email message.

NameTypeReqDescription
formatstringResponse format (default: json)
mailbox_idstringyesMailbox ID or email address
message_idstringyesMessage ID
workspacestringWorkspace name (default: default)

No output schema declared.

No examples provided.

release_message ~50

Release a quarantined message back into the inbox (only after a human judges it safe).

NameTypeReqDescription
message_idstringyesNumeric id of the quarantined message
workspacestringWorkspace name

No output schema declared.

No examples provided.

remove_outreach_leads ~136

Remove tracked leads from a SmartLead campaign (frees account lead credits). Scope by spideriq_campaign_id and/or an explicit email list; with neither, removes ALL leads SpiderIQ pushed to that campaign. BRAND-ADMIN only.

NameTypeReqDescription
brand_idstringyesNumeric brand id
connection_idstringyesOutreach connection id
emailsarrayOptional: only remove these specific lead emails
remote_campaign_idstringyesTarget SmartLead campaign id
spideriq_campaign_idstringOptional: only remove leads from this source campaign
workspacestringWorkspace name

No output schema declared.

No examples provided.

request_access ~120

Request access to SpiderIQ API. This sends an approval email to the admin. After calling this, use check_access_status to poll for approval. Once approved, the token is automatically saved for subsequent API calls.

NameTypeReqDescription
api_urlstringAPI URL (default: https://spideriq.ai)
emailstringyesAdmin email address (the person who will approve access)
projectstringProject name (shown in approval email)
scopesarrayRequested permission scopes (default: jobs:submit, jobs:read)

No output schema declared.

No examples provided.

search_mail ~152

Full-text search one mailbox (subject + body) + filters. `email` (the mailbox to search) is REQUIRED — there is no all-mailbox search.

NameTypeReqDescription
beforestringOnly messages before this ISO-8601 date
emailstringyesMailbox email address to search (required)
fromstringFilter by sender address (substring)
limitnumberMax results (default: 20)
querystringyesFull-text query over subject + body
sincestringOnly messages on/after this ISO-8601 date
subjectstringFilter by subject (substring)
workspacestringWorkspace name

No output schema declared.

No examples provided.

send_email ~210

Send, reply to, or forward an email through a registered mailbox. Actions: send (new email), reply (respond to existing), forward (pass along). Emails are sent via the SpiderMail worker queue.

NameTypeReqDescription
actionstringEmail action (default: send)
body_htmlstringHTML email body (optional)
body_textstringyesPlain text email body (required)
ccarrayCC recipients
from_emailstringyesSender email (must be a registered mailbox)
reply_allbooleanReply to all recipients (only for reply action)
reply_to_message_idnumberMessage ID to reply to (required for reply/forward)
subjectstringSubject line (required for send)
testbooleanRoute to test queue (default: false)
toarrayRecipient email addresses (required for send/forward)
workspacestringWorkspace name (default: default)

No output schema declared.

No examples provided.