
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
azure-updates-mcp
Advanced tools
mcp-name: io.github.jonnybottles/azure-updates
A Python-based MCP (Model Context Protocol) server that provides tools for querying and searching Azure Updates.
uvx (Recommended)If you are installing or running the server via uvx, you must have uv installed first.
uvx): https://github.com/astral-sh/uvInstall uv:
# macOS / Linux
curl -LsSf https://astral.sh/uv/install.sh | sh
# Windows (PowerShell)
irm https://astral.sh/uv/install.ps1 | iex
Verify installation:
uv --version
uvx --version
uvxallows you to run the MCP server without installing the package globally.
If you prefer not to use uvx, you can install the package directly with pip.
pip install azure-updates-mcp
In this case, uv / uvx is not required.
uvx azure-updates-mcp
Or install with pip:
pip install azure-updates-mcp
uvx azure-updates-mcp@latest
Or with pip:
pip install --upgrade azure-updates-mcp
One-click setup: Click the VS Code badge for automatic configuration (requires
uvinstalled) Manual setup: See instructions below for Cursor, Claude Code, Copilot CLI, or Claude Desktop
include_facets=True to get taxonomy counts (product categories, products, tags, statuses). Use limit=0 with include_facets=True to discover available filter values.Once connected to an MCP client, you can ask questions like:
uvx azure-updates-mcp
Or if installed with pip:
azure-updates-mcp
Add to your Claude Desktop MCP config:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonUsing uvx (recommended)
{
"mcpServers": {
"azure-updates": {
"command": "uvx",
"args": ["azure-updates-mcp"]
}
}
}
Using installed package
{
"mcpServers": {
"azure-updates": {
"command": "azure-updates-mcp"
}
}
}
Option 1: One-Click Install (Recommended)
cursor://anysphere.cursor-deeplink/mcp/install?name=azure-updates-mcp&config=eyJjb21tYW5kIjogInV2eCIsICJhcmdzIjogWyJhenVyZS11cGRhdGVzLW1jcCJdfQ==
Option 2: Manual Configuration
Add to your Cursor MCP config:
~/Library/Application Support/Cursor/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json%APPDATA%\Cursor\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.jsonclaude mcp add --transport stdio azure-updates -- uvx azure-updates-mcp
Add to ~/.copilot/mcp-config.json:
{
"mcpServers": {
"azure-updates": {
"type": "stdio",
"command": "uvx",
"args": ["azure-updates-mcp"]
}
}
}
pytest
ruff check src/ tests/
MIT
FAQs
MCP server for Azure Updates JSON API
We found that azure-updates-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.