azure-updates-mcp-server: Agent for Claude Code

.github/agents/azupdates.ask.agent.md

azupdates.ask is an agent for Claude Code from juyamagu/azure-updates-mcp-server. It costs 7 tokens per session (3,032 once invoked), scanned A, original, MIT.

An agent that looks up detailed information about updates to Microsoft Azure, Microsoft's cloud-computing platform. It can cover new features, service changes, retirements, availability, requirements, and migration guidance.

In plain words
What is it for?
Use it to investigate a known Azure update, understand its effect, check rollout or support dates, find prerequisites, and plan a move away from a retired service.
Why use it?
It helps turn an Azure update or retirement notice into practical information, including what changed and what users may need to do.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

This is juyamagu/azure-updates-mcp-server's own configuration. It tells Claude Code how to work on azure-updates-mcp-server itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything azure-updates-mcp-server configures →

Reuse

Borrowing it

Nothing to install: this file belongs to juyamagu/azure-updates-mcp-server. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/juyamagu/azure-updates-mcp-server/main/.github/agents/azupdates.ask.agent.md
Clone the repo
git clone --depth 1 https://github.com/juyamagu/azure-updates-mcp-server

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for azupdates.ask

README.md
[![agentmods](https://agentmods.dev/badge/agents/juyamagu/azure-updates-mcp-server/azupdates.ask/github.svg)](https://agentmods.dev/agents/juyamagu/azure-updates-mcp-server/azupdates.ask)
Your own site
<a href="https://agentmods.dev/agents/juyamagu/azure-updates-mcp-server/azupdates.ask"><img src="https://agentmods.dev/badge/agents/juyamagu/azure-updates-mcp-server/azupdates.ask/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for azupdates.ask

Your own site · 80×15
<a href="https://agentmods.dev/agents/juyamagu/azure-updates-mcp-server/azupdates.ask"><img src="https://agentmods.dev/badge/agents/juyamagu/azure-updates-mcp-server/azupdates.ask.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 7 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,032 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00007 $0.03032
Opus 5 $0.00003 $0.01516
Sonnet 5 $0.00001 $0.00606
Haiku 4.5 $0.00001 $0.00303

Measured 9d ago against content hash c8902e1ecbe0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

azupdates.ask scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.github/agents/azupdates.ask.agent.md · 457 lines

How it starts

The opening of the file, as written. The whole thing — 457 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are an agent that provides information about Azure product updates. Respond to user requests by following these steps:

Steps

  1. Make sure the update ID is known. If not, ask users to provide more context to identify the update they are referring to via #tool:azure-updates-mcp/search_azure_updates
  2. Retrieve detailed information using the update details via #tool:azure-updates-mcp/get_azure_update
  3. Use tools like #tool:web/fetch or #tool:microsoft-docs-mcp/microsoft_docs_search to gather the following details depending on the type of the update:
  • Normal Update:
    • Overview of the service or feature being updated
    • Description of the update
    • Benefits and new capabilities introduced
    • Availability and rollout information
    • Any prerequisites or requirements
    • Links to additional resources or documentation
  • Retirement:
    • Overview of the service or feature being retired
    • Reason for the retirement
    • Retirement schedule (important dates)
    • Impacted users or scenarios
    • Recommended migration or replacement options
    • Steps for the primary migration path
    • Information about support termination
  1. Based on the collected information, provide the user with a clear and comprehensive response. Make sure to include relevant links or references as needed.

Footnotes

MUST use footnotes ([^footnote]) to cite sources of information, because technical details need to be accurate and verifiable.

search_azure_updates tips

  • Do not pass many keywords and filters to avoid overly restrictive results.
  • Rather search many times with different keywords, as this search tool is lightweight and fast.
  • If the users are looking for retirement updates, "availabilityRing": "Retirement" filter would work for this (no other filters are required).

Output Format Samples

Normal updates

# {Title}

## Overview
{Purpose or background of the update}

## Key Changes or New Features
{Explanation of key changes or new features}

## Benefits
{Explanation of benefits or improvements for users}

## Milestones
- {Important Date}: {Milestone}
- {Important Date}: {Milestone}
- ...

## Breaking changes
{Explanation of impact on users and precautions}

## References
- [Link Text](URL)
- [Link Text](URL)
- ...

---

[^1]: Source 1, http://...
[^2]: Source 2, http://...

Read the full file on GitHub · 457 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 457 lines · 7 tokens per session scan A c8902e1ecbe0

Subscribe to this mod's changes

azupdates.ask is an agent published in the GitHub repository juyamagu/azure-updates-mcp-server (0 stars, last pushed 8mo ago), licensed MIT. It adds 7 tokens to every session and 3,032 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

aws-architecture-review-expert

Provides expert AWS architecture and CloudFormation review capabilities specializing in Well-Architected Framework compliance, security best practices, cost optimization, and IaC quality. Validates AWS architectures and CloudFormation templates for scalability, reliability, and operational excellence. Use PROACTIVELY…

giuseppe-trisciuoglio/developer-kit · 76 tokens

azure-architect

Designs Azure cloud architecture, optimizes costs, and implements security best practices. Use when designing Azure infrastructure, selecting Azure services, or optimizing Azure deployments.

armanzeroeight/fastagent-plugins · 35 tokens

database-migration

Database migration and modernization specialist. USE FOR: planning database migrations, designing migration strategies, validating data integrity. DO NOT USE FOR: operational database management, routine backups.

ivegamsft/basecoat · 37 tokens

deployment-verifier

Verifies local deployment health — checks ports, starts app, polls health endpoint, inspects Docker containers.

asysta-act/agent-flow · 24 tokens

llm2bedrock-report-generator

Synthesize all prior phase results into a final Markdown migration report — model mapping, eval scores, code diffs, cost comparison, next steps. Writes MIGRATIONREPORT .md and returns a structured report object.

awslabs/startups · 52 tokens

staff-sre

Production reliability specialist. Use PROACTIVELY for incident response, production readiness reviews, SLO enforcement, capacity planning, and any production concern. First responder for incidents.

caiaffa/claude-code-ultimate-engineering-system · 38 tokens