Install azure-updates-mcp from PyPI
Install exact version 0.3.0. The executable name has not been verified, so it is intentionally not guessed.
python -m pip install 'azure-updates-mcp==0.3.0'Enables AI assistants to search and filter Azure platform updates, including previews, general availability, and retirements, through natural language queries
Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.
Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.
Install exact version 0.3.0. The executable name has not been verified, so it is intentionally not guessed.
python -m pip install 'azure-updates-mcp==0.3.0'| Canonical slug | azure-updates-mcp-e1cf21b1 | Deployment | Local Only |
|---|---|---|---|
| Canonical package | pypi:azure-updates-mcp | Repository | jonnybottles/azure-updates-mcp |
| First published | Jan 31, 2026 | Latest release | Jan 31, 2026 |
| Last security verification | — | Classification confidence | 90% |
| Publication | Draft | Official distribution | Not verified |
| Channel | Identifier | Current version | Versions | Source |
|---|---|---|---|---|
| pypi | azure-updates-mcp | 0.3.0 | 1 | Repository |
| Package | Version | Published / observed | Inventory | Security scan |
|---|---|---|---|---|
| pypiazure-updates-mcp | 0.3.0Current | Jan 31, 2026 | 1 toolsSucceeded · 0 resources · 0 prompts | Evidence restricted |
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
No public current-version evidence is available yet.
| Tool | Category | Annotations | Risk |
|---|---|---|---|
azure_updates_searchSearch, filter, and retrieve Azure service updates from the official JSON API.
Combines keyword search, category filtering, status filtering, and date range
filtering into a single flexible tool. All filter parameters are optional and
can be combined. When no filters are provided, returns the most recent updates.
Use this tool to:
- Browse recent updates (no filters)
- Search for updates mentioning a specific topic (query="AKS")
- Filter by product (product="Azure Kubernetes Service")
- Filter by product category (product_category="Compute")
- Filter by service category (category="Azure Kubernetes Service") -- partial match across all taxonomy
- Find updates by status (status="In preview", "Launched", "Retirements", "In development")
- Get updates in a date range (start_date="2025-01-01", end_date="2025-01-31")
- Retrieve a specific update by its GUID/ID (guid="...")
- Combine any of the above (query="networking" + status="Launched")
- Paginate with offset (offset=10, limit=10 for page 2)
- Discover available categories and taxonomy (include_facets=True, limit=0)
- Get an overview with facets + recent items (include_facets=True, limit=10)
Args:
query: Optional keyword for server-side full-text search.
category: Optional category to filter by (case-insensitive partial match
across products, product_categories, and tags).
status: Optional status filter. Valid values: Launched, In preview,
In development, Retirements.
start_date: Optional start date in ISO format (YYYY-MM-DD). Only include
updates created on or after this date.
end_date: Optional end date in ISO format (YYYY-MM-DD). Only include
updates created on or before this date. Defaults to today when
start_date is provided.
guid: Optional unique identifier to retrieve a single specific update.
When provided, all other filters are ignored and a single update is returned.
limit: Maximum number of results to return (default: 10, max: 100).
Set to 0 with include_facets=True for a facets-only response.
Ignored when guid is provided.
offset: Number of results to skip for pagination (default: 0).
product: Optional product name filter (exact match against products list).
product_category: Optional product category filter (exact match).
include_facets: When True, includes taxonomy facets (product_categories,
products, tags, statuses) with occurrence counts in the response.
Use with limit=0 to get only facets (replaces category listing).
Returns:
Dictionary with:
- total_found: Number of updates matching the filters (from API count)
- updates: List of matching update objects (up to limit)
- filters_applied: Summary of which filters were used
- facets: (only when include_facets=True) Taxonomy with product_categories,
products, tags, and statuses lists, each containing {name, count} itemsInput schema{
"properties": {
"query": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null
},
"category": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null
},
"status": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null
},
"start_date": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null
},
"end_date": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null
},
"guid": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null
},
"limit": {
"default": 10,
"type": "integer"
},
"offset": {
"default": 0,
"type": "integer"
},
"product": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null
},
"product_category": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null
},
"include_facets": {
"default": false,
"type": "boolean"
}
},
"type": "object"
}Output schema{
"additionalProperties": true,
"type": "object"
} | — | — |
| Endpoint | Transport | Authentication | Health | Observed |
|---|---|---|---|---|
| No verified remote endpoint is linked. | ||||
Install the selected package version with: python -m pip install 'azure-updates-mcp==0.3.0'
azure-updates-mcp Server exposed 1 tool during independent protocol observation, including azure_updates_search.
The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.
These internal links are derived from strong identity fields such as the implementation name, package, repository, vendor, and listing name—not generic description prose.
Association is based on retained identity fields; it does not by itself prove first-party publication.
Curated product and capability guides containing this catalog record.