Alterspective MS365 MCP
Entra OAuth

Microsoft 365 Hosted Service

Secure team access into Outlook, Calendar, OneDrive, and SharePoint.

Alterspective owns this MCP service, its deployment, and its authentication boundary. It exists so the team connects through one controlled Microsoft 365 gateway instead of relying on third-party runtimes or ad hoc local tooling.

Hosted Endpoint

/mcp

Protocol

2025-06-18

Tool Surface

5 tools

Connect

Point your MCP client at the owned Alterspective endpoint.

Human-friendly pages live here at the root, but the actual MCP transport is still the hosted JSON-RPC endpoint at /mcp. Clients initialize there, receive an MCP session ID, and continue with the negotiated protocol version.

Client Configuration

{ "mcpServers": { "ms365": { "url": "https://ms365-mcp.alterspective.com.au/mcp", "type": "http" } } }

Service Endpoints

Everything important is one click away.

Hosted MCP

https://ms365-mcp.alterspective.com.au/mcp

Use this for hosted MCP initialize, tools/list, and tools/call requests.

Protected Resource Metadata

https://ms365-mcp.alterspective.com.au/.well-known/oauth-protected-resource/mcp

OAuth-capable clients use this to discover the authorization server and supported scopes.

Health

/health

Returns runtime state, hosted auth mode, and the current tool count for smoke checks.