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.

Outlook SNDS

MCPB · OUTLOOK-SNDS.MCPB · SCANNED AUG 3

Outlook.com SNDS IP Data and IP Status reports via the OAuth-secured REST API.

Available components

−3 this week 47 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 Security13
  • Malware scan not yet available for this package.Unverified
  • CVE data not yet available for this package.Unverified
  • No install/post-install scripts declared.Pass
  • Dependency-health data not yet available.Unverified
Provenance & Transparency45
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 381 tokens (~76/item across 5 items; 5 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 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.

mcpb · outlook-snds.mcpb

Download bundle
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.23 functional
  • 2 Aug 26 0
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Tool coverage: 100 → unverified functional
    • Capabilities: pass → unverified functional
  • 31 Jul 26 −7
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 +35
    • Tool coverage: unverified → 100 functional
    • First check of Tool coverage: 100 functional
    • First check of Schema quality: pass functional
    • First check of Schema quality: excellent functional
    • First check of Schema quality: fail functional
  • 26 Jul 26 15

    First indexed and scored.

    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
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 mcpb/https://github.com/optipub/outlook-snds-mcp/releases/download/v1.0.4/outlook-snds.mcpb

Provenance none

Ecosystem: mcpb · Outcome: none

MCP tools — 5 exposed · ~381 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
get_data_report ~187

Get the SNDS IP Data report (per-IP traffic and reputation metrics: RCPT/DATA commands, message recipients, spam filter result, complaint rate, trap hits, sample HELO/MAIL, comments). With no arguments it returns the most recent available report. Optionally pass a date (yyyy-MM-dd) for a specific day, and optionally an IPv4 address to filter to a single IP (a date is required to filter by IP). Calls GET /api/report/data/{date?}/{ip?}.

NameTypeReqDescription
datestringOptional report date in yyyy-MM-dd format, e.g. 2026-12-31. Omit for the most recent available report.
ipstringOptional IPv4 address to filter the report to a single IP, e.g. 1.2.3.4. Requires "date" to also be set.

No output schema declared.

No examples provided.

get_ip_status ~63

Get the SNDS IP Status report for the IPs you own — the set of IPs with an abnormal status at Outlook.com (e.g. Blocked, Bot, Junked) as of the last 24 hours. Calls GET /api/report/status/ip.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

snds_auth_status ~33

Check whether you are currently signed in to SNDS, which account is cached, and when the access token expires.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

snds_authenticate ~62

Sign in to Outlook SNDS. Opens your browser for a Microsoft-account login (OAuth 2.0 authorization-code + PKCE, loopback redirect) and caches the tokens for later calls. Run this once before fetching reports; tokens are refreshed automatically afterward.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

snds_sign_out ~36

Delete the cached SNDS tokens from disk (sign out). You will need to run snds_authenticate again to fetch data.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.