Mmcp.market

Entra News MCP server

by darrenjrobinson·io.github.darrenjrobinson/entra-news·v0.1.5

Search the Entra.news newsletter archive — a weekly digest of Microsoft Entra news

A92/100grade A
What users say
No reviews yet
Be the first
Safety scan
A92/100

full report

Adoption
Growing

7 stars46 downloads/wk

Reviews

Write one

Nobody has reviewed Entra News yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Entra News tools (4)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • find_tool_mentions

    Find community tools, GitHub projects, and open-source resources mentioned in Entra.news.

  • get_issue

    Retrieve the full content of a specific Entra.news issue by issue number or publication date.

  • list_issues

    Browse the Entra.news archive with optional year/month filtering.

  • search_entra_news

    Search the full Entra.news archive using natural language or keywords.

Public scan report

scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it

no findings
  • Code scan18 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancelast push 5 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 92/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Entra News repository's README, as published. We do not edit it. Read it on GitHub

entra-news-mcp

A searchable knowledge MCP over Entra.news — Merill Fernando's curated weekly digest of Microsoft Entra news, features, and community tools.

What is this?

Entra.news is a high-signal, curated newsletter covering Microsoft Entra (Azure AD) features, announcements, and community tools — published weekly since mid-2023.

This MCP server exposes the full historical archive as a natural language search interface. Ask questions and get sourced answers directly from past issues — including issue number, date, and canonical URL.

Zero per-user infrastructure. Users install an NPX package. That's it.

Quick Start

Claude Desktop

Add to your Claude Desktop config (~/Library/Application Support/Claude/claudedesktopconfig.json on macOS, %APPDATA%\Claude\claudedesktopconfig.json on Windows):

{
  "mcpServers": {
    "entra-news-mcp": {
      "command": "npx",
      "args": ["entra-news-mcp"]
    }
  }
}

Restart Claude Desktop. The database (~15–20 MB) will be downloaded on first launch and cached in ~/.entra-news-mcp/.

Cursor / Copilot Studio / Any MCP Host

{
  "mcpServers": {
    "entra-news-mcp": {
      "command": "npx",
      "args": ["-y", "entra-news-mcp"]
    }
  }
}

VS Code

Add to your MCP config (workspace .vscode/mcp.json, or run MCP: Add Server from the Command Palette):

{
  "servers": {
    "entra-news-mcp": {
      "command": "npx",
      "args": ["-y", "entra-news-mcp"]
    }
  }
}

Semantic Search (Optional)

By default the server uses keyword and phrase matching over the SQLite index — no API key needed. For significantly better result quality, set your OpenAI API key to enable semantic + hybrid search:

{
  "mcpServers": {
    "entra-news-mcp": {
      "command": "npx",
      "args": ["entra-news-mcp"],
      "env": {
        "OPENAI_API_KEY": "sk-..."
      }
    }
  }
}

Local Database Cache

On first launch the server downloads the database (~15–20 MB) from GitHub Releases and caches it locally:

The server checks for a newer database release once per week. If you want to force an immediate re-download (e.g. after a new issue has been ingested), delete the cache folder and restart your MCP host:

Windows (PowerShell):

Remove-Item "$env:USERPROFILE\.entra-news-mcp" -Recurse -Force

macOS / Linux:

rm -rf ~/.entra-news-mcp

Available MCP Tools

Example queries

  • "What did Entra.news cover about Conditional Access in 2024?"
  • "Show me the issue from March 2025"
  • "What PowerShell tools for Entra have been mentioned?"
  • "Has there been coverage of Verified ID?"
  • "List all issues from 2024"

Architecture

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y entra-news-mcp on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add entra-news -- npx -y entra-news-mcp
Add to Cursor

Entra News: common questions

Is Entra News MCP server safe?
Yes, by our scan: it is graded A (92/100). Read the Entra News safety report
How do I install Entra News?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Entra News need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is Entra News maintained?
The last commit was 6 days ago (2026-09-15). The latest release is v0.1.5.
What can I use instead of Entra News?
Servers from other publishers that do the same job: Outlook Assistant MCP server, Outlook MCP server and agentmailkit MCP server. Compare all Entra News alternatives.

Alternatives to Entra News

Same job from other publishers: the closest match first, then the best rated.

All Entra News alternatives →
  • Outlook Assistant
    Microsoft Outlook MCP server — 22 tools for email, calendar, contacts, and mailbox management.
    A
  • Outlook MCP
    Microsoft Outlook personal accounts: mail, calendar, contacts, to-do, drafts (62 tools).
    A
  • agentmailkit
    Run scheduled LLM-written email digests from local files and feeds. Local-first MCP server.
    A
  • Mailwarden
    Gmail MCP server for email triage: search, labels, archive, trash, unsubscribe, snooze.
    A
  • Iris
    Microsoft 365 mail MCP: drafts into Outlook; sending off by default, opt-in via IRIS_ENABLE_SEND.
    A

More from darrenjrobinson