Lokka
UnclaimedMCP (Model Context Protocol) for Microsoft 365. Includes support for Microsoft Graph and other services
Unclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (9)
accessToken
(string): The access token obtained from Microsoft Graph authentication
apiType
(string): Type of Microsoft API to query. Options: 'graph' for Microsoft Graph (Entra) or 'azure' for Azure Resource Management.
apiVersion
(string): Azure Resource Management API version (required for apiType Azure)
body
(JSON): The request body (for POST, PUT, PATCH)
expiresOn
(string, optional): Token expiration time in ISO format
method
(string): HTTP method to use (e.g., get, post, put, patch, delete)
path
(string): The Azure or Graph API URL path to call (e.g. '/users', '/groups', '/subscriptions').
queryParams
(string): Array of query parameters like $filter, $select, etc. All parameters are strings.
subscriptionId
(string): Azure Subscription ID (for Azure Resource Management).