MCP server for querying the Microsoft 365 Roadmap
Project description
M365-roadmap-mcp-server
A Model Context Protocol (MCP) server that enables AI agents to query the Microsoft 365 Roadmap programmatically.
Strategic Rationale
For organizations relying on Microsoft 365, Teams, or SharePoint, the "Roadmap" is the single source of truth for upcoming changes. However, navigating the roadmap website manually is cumbersome and disconnected from technical planning workflows. "When is Copilot coming to GCC High?" is a question that affects multi-million dollar contracts and deployment schedules.
Existing research indicates that while RSS feeds exist, there is no tool that allows an AI agent to structurally query this data to answer complex filtering questions. A "Roadmap Scout" MCP server empowers the Agent to act as a release manager, proactively identifying features that enable new capabilities or threaten existing customizations.
example MCP server
** NOTE THE EXAMPLE MCP SERVER IS THE WAY WE SHOULD MODEL OUR MCP SERVER FOR THIS PROJECT
Data Source
This MCP server pulls data from Microsoft's public roadmap API:
- API Endpoint:
https://www.microsoft.com/releasecommunications/api/v1/m365 - Authentication: None required (public endpoint)
- RSS Mirror:
https://www.microsoft.com/microsoft-365/RoadmapFeatureRSS(same data, RSS format)
This is the same data that powers the Microsoft 365 Roadmap website. The legacy endpoint (roadmap-api.azurewebsites.net) was retired in March 2025.
Coverage and Limitations
The API returns approximately 1,900 active features -- those currently In Development, Rolling Out, or recently Launched. This is a hard cap; older or retired features age out of the API and are no longer returned. The roadmap website may display historical features that are no longer present in the API.
There is no official Microsoft documentation for this API. It is a public, unauthenticated endpoint that the community has reverse-engineered. Microsoft Graph does not expose the public M365 roadmap (Graph's Service Communications API covers tenant-specific Message Center posts and Service Health, which is different data).
Schema
The API returns a JSON array where each item represents a feature:
| Field | Description |
|---|---|
id |
Unique Roadmap ID (e.g., "93182") |
title |
Feature title |
description |
HTML/Text description |
status |
Enumerated values like "In development", "Rolling out", "Launched" |
tags |
Product associations (e.g., "Microsoft Teams", "SharePoint") |
publicDisclosureAvailabilityDate |
The estimated release target |
cloudInstances |
Critical for government/defense clients. Values include "Worldwide (Standard Multi-Tenant)", "DoD", "GCC" |
Proposed Tool Definitions
| Tool Name | Description | Arguments (JSON Schema) | Expected Output |
|---|---|---|---|
search_roadmap |
Searches the M365 roadmap for features matching keywords and filters | { "query": "string", "product": "string", "status": "string" } |
List of feature summaries with IDs and dates |
get_feature_details |
Retrieves the full metadata for a specific roadmap ID | { "feature_id": "string" } |
Detailed JSON object including description and instance tags |
check_cloud_availability |
Verifies if a feature is scheduled for a specific cloud instance | { "feature_id": "string", "instance": "string (e.g., GCC)" } |
Boolean availability and specific release date for that instance |
list_recent_additions |
Lists features added to the roadmap in the last X days | { "days": "integer" } |
List of new features to monitor |
Example Prompts
Here are 10 prompts you can use with an AI agent connected to this MCP server:
-
"What Microsoft Teams features are currently rolling out?" Uses
search_roadmapwith product and status filters to find Teams features in active rollout. -
"Is Copilot available for GCC High yet?" Uses
search_roadmapto find Copilot features, thencheck_cloud_availabilityto verify GCC High support for each result. -
"Show me everything added to the M365 roadmap in the last 30 days." Uses
list_recent_additions(days=30)to surface newly announced features. -
"Tell me more about that Microsoft Lists agent feature you just found." After a prior search, the agent uses
get_feature_detailswith the ID from the earlier result to retrieve the full description, cloud instances, and release date. -
"Which SharePoint features are in development and available for DoD?" Uses
search_roadmapwithproduct="SharePoint",status="In development", andcloud_instance="DoD"to combine all three filters. -
"Compare GCC and GCC High availability for feature 412718." Uses
check_cloud_availabilitytwice -- once withinstance="GCC"and once withinstance="GCC High"-- to compare cloud parity for a single feature. -
"What new features were added to the roadmap this week?" Uses
list_recent_additions(days=7)to get a concise list of the latest additions for a weekly briefing. -
"Find all roadmap features related to data loss prevention." Uses
search_roadmap(query="data loss prevention")to keyword-search across titles and descriptions. -
"My agency is on GCC High. Which OneDrive features can we expect?" Uses
search_roadmapwithproduct="OneDrive"andcloud_instance="GCC High"to find features available for that government cloud. -
"List all launched Viva features and check which ones support GCC." Uses
search_roadmap(product="Viva", status="Launched")to get candidates, thencheck_cloud_availabilityon each to filter for GCC support.
Usage Narrative: Government Compliance Checking
Scenario
An IT Director for a federal agency (using the GCC High cloud) asks about the availability of a new "Microsoft Lists" feature they saw in a demo.
User Query: "My agency is on GCC High. When will we get the new 'Microsoft Lists' agent capabilities?"
Agent Action
-
Analysis: The Agent parses the intent: Product="Microsoft Lists", Feature="agent capabilities", Constraint="GCC High"
-
Tool Call:
search_roadmap(query="Lists agent", product="Microsoft Lists") -
Data Retrieval: The server queries the API. It finds Roadmap ID 534606: "Enables effortless list creation for Copilot users..."
-
Tool Call:
check_cloud_availability(feature_id="534606", instance="GCC High") -
Logic: The server inspects the
cloudInstancesarray of the feature object. It looks for "GCC High" -
Result: The array contains "Worldwide (Standard Multi-Tenant)". It does not contain "GCC High"
-
Synthesis: The Agent formulates a precise answer
Response
"Currently, Roadmap ID 534606 is listed for 'Worldwide (Standard Multi-Tenant)' with a status of 'Rolling Out'. It has not yet been scheduled for the GCC High environment. Based on typical parity delays, this feature is likely 6-12 months away for your tenant."
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file m365_roadmap_mcp-0.1.0.tar.gz.
File metadata
- Download URL: m365_roadmap_mcp-0.1.0.tar.gz
- Upload date:
- Size: 665.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
707433c7493004bbf83fb080ce2a577926e7f477abd20d78e8291b39c9547015
|
|
| MD5 |
e5e4edb6df24f863ae639c901d152088
|
|
| BLAKE2b-256 |
3c975e1a34dee81063c995fa39b1bff4aa44d8769c735b8efaf3d371fc7b82e3
|
Provenance
The following attestation bundles were made for m365_roadmap_mcp-0.1.0.tar.gz:
Publisher:
publish.yml on jonnybottles/M365-roadmap-mcp-server
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
m365_roadmap_mcp-0.1.0.tar.gz -
Subject digest:
707433c7493004bbf83fb080ce2a577926e7f477abd20d78e8291b39c9547015 - Sigstore transparency entry: 883593726
- Sigstore integration time:
-
Permalink:
jonnybottles/M365-roadmap-mcp-server@ced0f44322083820a0b29cd03d94c541b66af9b0 -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/jonnybottles
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@ced0f44322083820a0b29cd03d94c541b66af9b0 -
Trigger Event:
release
-
Statement type:
File details
Details for the file m365_roadmap_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: m365_roadmap_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 13.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb4ffea293bfa83b9dc4b29ac3b1299fa400f5e91564e00c19d281f1e2850faf
|
|
| MD5 |
b71a627b591fc889c5db9660a78f9a69
|
|
| BLAKE2b-256 |
fb97c03c19d29c8dc2b030da11f21d1dae40e90f1ab950809beff6423f5f14b6
|
Provenance
The following attestation bundles were made for m365_roadmap_mcp-0.1.0-py3-none-any.whl:
Publisher:
publish.yml on jonnybottles/M365-roadmap-mcp-server
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
m365_roadmap_mcp-0.1.0-py3-none-any.whl -
Subject digest:
eb4ffea293bfa83b9dc4b29ac3b1299fa400f5e91564e00c19d281f1e2850faf - Sigstore transparency entry: 883593788
- Sigstore integration time:
-
Permalink:
jonnybottles/M365-roadmap-mcp-server@ced0f44322083820a0b29cd03d94c541b66af9b0 -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/jonnybottles
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@ced0f44322083820a0b29cd03d94c541b66af9b0 -
Trigger Event:
release
-
Statement type: