Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’¬ Communication
  3. Outlook SNDS
O
Health: ActiveRecent health check succeeded.Last checked 9/8/2026, 12:01:49 AM

Outlook SNDS

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository6 GitHub StarsTotal stargazers on GitHub for the source repository (6 stars).

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "outlook-snds": {
      "command": "npx",
      "args": [
        "-y",
        "@anthropic-ai/mcpb"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’¬ More in Communication

Documentation Overview

Outlook SNDS MCP

License: MIT Built with MCPB Node Dependencies

An MCP server that brings the Outlook.com Smart Network Data Services (SNDS) REST API into Claude / Cowork / Claude Desktop and any other MCP client.

Sign in once with your Microsoft account β€” the server handles the full OAuth 2.0 authorization-code + PKCE flow over a loopback (http://localhost) redirect, caches the tokens, and refreshes them automatically. Then just ask for your IP reputation data.

SNDS gives senders per-IP insight into how Outlook.com sees their mail: volume, complaint rates, spam-filter verdicts, trap hits, and block/bot status.

Built & maintained by the Postmaster+ team at OptiPub.

Install

From a release (recommended)

  1. Download outlook-snds.mcpb from the latest release.
  2. In Cowork / Claude Desktop: Settings β†’ Capabilities β†’ install extension, pick the file (or just double-click it).
  3. No configuration required.

From source β€” see Build.

Use with other MCP clients (Cursor, VS Code, Windsurf, …)

The .mcpb is just a packaging convenience for Claude Desktop / Cowork. Underneath, this is a standard stdio MCP server, so any client that runs local MCP servers can use it directly β€” no .mcpb required. Just point the client at server/index.js.

Clone or download the repo first, then add a server entry:

Cursor β€” edit ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project):

config.json
{
  "mcpServers": {
    "outlook-snds": {
      "command": "node",
      "args": ["/absolute/path/to/outlook-snds-mcp/server/index.js"]
    }
  }
}

VS Code (.vscode/mcp.json), Windsurf, Claude Desktop (manual config), and most other clients use the same command + args shape β€” only the config file location differs. Optional environment overrides (see Configuration) go in an "env": { ... } object.

The first tool call opens your browser for the SNDS sign-in, exactly as in Cowork β€” the localhost OAuth loopback works on any local desktop client.

Remote-only clients (e.g. Perplexity, ChatGPT connectors): these accept only a remote HTTPS MCP server URL, not a local command, so this stdio build can't be added directly. Using it there would require hosting it as a remote server with a web-based OAuth redirect.

Usage

Run snds_authenticate once (your browser opens for a Microsoft sign-in), then:

AskTool
"Sign me in to SNDS"snds_authenticate
"Am I signed in to SNDS?"snds_auth_status
"Show my latest SNDS data report"get_data_report
"SNDS data for 2026-12-31"get_data_report { date: "2026-12-31" }
"SNDS data for 1.2.3.4 on 2026-12-31"get_data_report { date: "2026-12-31", ip: "1.2.3.4" }
"Any blocked/bot/junked IPs?"get_ip_status
"Sign me out of SNDS"snds_sign_out

get_data_report takes an optional date (yyyy-MM-dd) and an optional ip (IPv4). A date is required to filter by IP, because the API path is /api/report/data/{date}/{ip}.

How authentication works

FieldValue
Authorizehttps://login.microsoftonline.com/consumers/oauth2/v2.0/authorize
Tokenhttps://login.microsoftonline.com/consumers/oauth2/v2.0/token
Client IDa53a6cc1-a1cd-46f7-a4aa-281cdabec33c (the SNDS portal's public client)
Scopea53a6cc1-a1cd-46f7-a4aa-281cdabec33c/.default offline_access openid profile
Redirecthttp://localhost:<dynamic-port> (loopback)

On sign-in the server starts a short-lived HTTP listener on 127.0.0.1, opens your browser to the Microsoft login, receives the authorization code on the loopback URL, and exchanges it (with the PKCE code verifier) for tokens.

No secrets ship in this repo. It's a public OAuth client using PKCE β€” there is no client secret. Tokens are stored only on your machine at ~/.snds-mcp/tokens.json with 0600 permissions, and are git-ignored.

REST endpoints wrapped

Base URL: https://substrate.office.com/ip-domain-management-snds

  • GET /api/report/data/{date?}/{ip?} β€” IP Data report
  • GET /api/report/status/ip β€” IP Status report

Configuration (optional)

Everything defaults to the SNDS portal values. Override via environment variables if you need to:

VariableDefault
SNDS_CLIENT_IDa53a6cc1-a1cd-46f7-a4aa-281cdabec33c
SNDS_AUTHORITYhttps://login.microsoftonline.com/consumers
SNDS_SCOPE<client-id>/.default offline_access openid profile
SNDS_API_BASEhttps://substrate.office.com/ip-domain-management-snds
SNDS_TOKEN_DIR~/.snds-mcp
SNDS_LOGIN_TIMEOUT_MS180000
SNDS_REQUEST_TIMEOUT_MS60000

Build

Requires Node 18+.

Terminal
npx @anthropic-ai/mcpb validate manifest.json
npx @anthropic-ai/mcpb pack . outlook-snds.mcpb

Pushing a tag like v1.0.0 triggers CI to validate, pack, and attach the .mcpb to a GitHub Release automatically (see .github/workflows/release.yml).

Why zero dependencies

The runtime uses only Node.js built-ins (http, https, crypto, readline). That keeps the bundle tiny (~11 KB), removes supply-chain risk, and means there's nothing to npm install at runtime.

Contributing

PRs and issues welcome β€” see CONTRIBUTING.md.

License

MIT Β© OptiPub


Not affiliated with or endorsed by Microsoft. "Outlook", "Outlook.com", and "SNDS" are trademarks of Microsoft Corporation.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Communication View all alternatives
  • Outlook MCP logoOutlook MCP

    Microsoft Outlook MCP server β€” 20 tools for email, calendar, contacts, and settings via Graph API.

    πŸ’¬ Communication0 views
    Compare vs Outlook MCP β†’
  • Line Bot MCP Server logoLine Bot MCP Server
    Verified

    MCP Server for Integrating LINE Official Account

    πŸ’¬ Communication3 views
    Compare vs Line Bot MCP Server β†’
  • Ms 365 MCP Server logoMs 365 MCP Server

    MCP server that connects to Microsoft Office and the whole Microsoft 365 suite using Graph API (including Outlook, mail, files, Excel, calendar)

    πŸ’¬ Communication0 views
    Compare vs Ms 365 MCP Server β†’
  • Agent Cold Email logoAgent Cold Email

    Agent-native cold-email infrastructure: domains, mailboxes, warmup, sequences, replies via 17 tools

    πŸ’¬ Communication0 views
    Compare vs Agent Cold Email β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
6
Stargazers on the source repository.
Last commit
1mo ago
Most recent push to the default branch.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Outlook SNDS

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "outlook-snds": { "command": "npx", "args": ["-y", "Outlook SNDS"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewOutlook SNDS AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/outlook-snds?style=directory)](https://allmcps.com/mcp/outlook-snds)
HTML Embed
<a href="https://allmcps.com/mcp/outlook-snds"><img src="https://allmcps.com/api/badge/outlook-snds?style=directory" alt="Outlook SNDS on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’¬Communication
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedJul 23, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars6
GitHub Star CountTotal stargazers on GitHub representing community popularity (6 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 23, 2026
39Quality signal: Fair Β· 39/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools15/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’¬ Communication β†’Best MCP servers for Slack & Communication β†’Alternatives to Outlook SNDS β†’Install in Claude DesktopInstall in CursorInstall in VS Code