Azure Updates MCP Server
Enables AI assistants to search and retrieve Azure service updates, retirements, and feature announcements using natural language queries with fast local caching.
README
Azure Updates MCP Server
An MCP (Model Context Protocol) server that provides AI assistants with seamless access to Azure service updates, retirements, and feature announcements.
Japanese version: README.ja.md
Features
- 🔍 Better Keyword Matching - Full-text search (FTS5) across titles and descriptions with BM25 relevance ranking, offering improved query search than the original API.
- 🎯 Simplified Filtering - Filter by tags, categories, products, dates, and status—no OData knowledge needed.
- ⚡ Fast Response - Local SQLite replication ensures <500ms query response times.
- 🔄 Automatic Sync - Differential synchronization keeps data fresh (configurable interval, default 24h).
- 📊 Help Resource - Expose all available filters and data freshness to help AI construct queries.
Legal Notice
⚠️ Important: This server accesses the Azure Updates API, which is subject to Microsoft APIs Terms of Use. By using this software, you agree to:
- Comply with all applicable Microsoft API terms and conditions
- Not use the data for advertising or marketing purposes
- Implement appropriate data protection measures
- Respect Microsoft's intellectual property rights
This software is provided under the MIT License for the code implementation only. The data accessed through the Azure Updates API remains subject to Microsoft's terms.
Additional Resources:
- API Usage Policies: docs/azure-updates-api-manual.md
- Privacy Statement: docs/PRIVACY.md
Setup
Option 1: Global Installation (Recommended)
Install globally from GitHub:
npm install -g github:juyamagu/azure-updates-mcp-server
Then configure VS Code (.vscode/mcp.json):
{
"servers": {
"azure-updates": {
"command": "azure-updates-mcp-server"
}
}
}
⚠️ Note: On the first run, data synchronization to the local cache will occur, which may take a few minutes before search queries can be served. Once synchronization is complete, subsequent queries will respond quickly.
Option 2: Using npx
For quick testing without installation:
{
"servers": {
"azure-updates": {
"command": "npx",
"args": ["-y", "github:juyamagu/azure-updates-mcp-server"]
// Optional environment variables:
// "env": {
// "DATABASE_PATH": "${workspaceFolder}/.azure-updates/data.db",
// "SYNC_STALENESS_HOURS": "24",
// "LOG_LEVEL": "info"
// }
}
}
}
Note: npx caches packages which may consume more disk space over time. Global installation is recommended for regular use.
For Windows Users
If npm install ... fails on Windows (due to path length limitations or tsc errors), try manual installation from the .tgz file.
Copy the URL of the latest .tgz file from the Releases page and install directly. This eliminates the need for local builds.
# Replace the URL with the actual latest release
npm install -g https://github.com/juyamagu/azure-updates-mcp-server/releases/download/v2.1.0/azure-updates-mcp-server-2.1.0.tgz
Usage
All you need is to ask your AI assistant to use the search_azure_updates tool with natural language queries and optional filters.
What are the latest security updates related to OAuth authentication in Azure since January 2025? Up to 10 results, please.
Your assistant automatically constructs the appropriate parameters and calls the MCP server like this:
{
"tool": "search_azure_updates",
"parameters": {
"query": "OAuth",
"filters": {
"tags": ["Security"],
"modifiedFrom": "2025-01-01"
},
"limit": 10
}
}
Sample agent definitions for GitHub Copilot can be found in:
Configuration
Configuration is done via environment variables. Create a .env file or set environment variables:
| Variable | Default | Description |
|---|---|---|
DATABASE_PATH |
~/.azure-updates-mcp/azure-updates.db |
Path to SQLite database |
SYNC_STALENESS_HOURS |
24 |
Sync if data older than this many hours |
SYNC_ON_STARTUP |
true |
Enable/disable startup sync check |
DATA_RETENTION_START_DATE |
2022-01-01 |
Retain updates from this date onwards (ISO 8601: YYYY-MM-DD) |
LOG_LEVEL |
info |
Log level: debug, info, warn, error |
LOG_FORMAT |
json |
Log format: json or pretty |
See .env.example for all configuration options.
Available Tools
search_azure_updates
Search and filter Azure updates to find relevant items. Returns metadata only (no descriptions) for token efficiency.
Example Parameters:
{
"query": "OAuth",
"filters": {
"tags": ["Security"],
"modifiedFrom": "2025-01-01"
},
"limit": 10
}
get_azure_update
Retrieve complete update details including full Markdown description and URL.
Example Parameters:
{
"id": "536699"
}
Recommended Workflow:
- Use
search_azure_updatesto find relevant updates - Use
get_azure_updateto fetch full details for selected items
Architecture
sequenceDiagram
participant LLM as AI Assistant
participant MCP as MCP Server
participant Search as Search Service
participant DB as SQLite DB
participant Sync as Sync Service
participant API as Azure API
Note over MCP,DB: Startup
MCP->>DB: Initialize database
MCP->>Sync: Check data staleness
alt Data is stale (>24h)
Sync->>API: Fetch updates (differential)
API-->>Sync: Return new/modified updates
Sync->>DB: Store updates
end
Note over LLM,DB: Query Execution
LLM->>MCP: search_azure_updates<br/>(natural language query)
MCP->>Search: Execute search
Search->>DB: FTS5 query + filters
DB-->>Search: Matching results
Search-->>MCP: Ranked results
MCP-->>LLM: JSON response (<500ms)
Note over LLM,MCP: Metadata Access
LLM->>MCP: Get azure-updates://guide
MCP-->>LLM: Available filters & metadata
Local SQLite replication with FTS5 full-text search provides fast queries (<500ms). Differential sync keeps data fresh from Azure Updates API.
Technology Stack:
- MCP SDK:
@modelcontextprotocol/sdk - Database:
better-sqlite3with FTS5 - Testing: Vitest with TypeScript strict mode
- Runtime: Node.js 18+
Development
See Development Guide for setup, testing, and contributing instructions.
Troubleshooting
See Troubleshooting Guide for common issues and solutions.
Documentation
- Installation from Tarball - Package-based installation
- Troubleshooting - Common issues
- Development Guide - Contributing and testing
- Azure Updates API Manual - API reference
License
MIT License - see LICENSE file for details.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。