outlook-evidence-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OUTPUT_DIR | No | Directory where evidence files are saved | ./evidence |
| AZURE_CLIENT_ID | Yes | Application (client) ID from Entra app registration | |
| AZURE_TENANT_ID | Yes | Directory (tenant) ID from Entra app registration | |
| TOKEN_CACHE_PATH | No | Path to token cache file | ./.token-cache.json |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| outlook_authenticateA | Begin the one-time device-code sign-in. Returns a URL + code to complete in a browser. Read-only (Mail.Read). |
| outlook_auth_statusA | Report whether the server is signed in. |
| outlook_searchA | Search the signed-in mailbox. Use |
| outlook_get_messageB | Fetch one message's full metadata + body (read-only). |
| outlook_list_attachmentsA | List a message's attachments (name, type, size). |
| outlook_save_messageB | Export one message as .eml and download its attachments into the evidence folder, recording a chain-of-custody manifest entry (SHA-256 per file). Returns the saved file paths. |
| outlook_save_threadB | Given any message id, save every message in its conversation (+ attachments) as .eml with manifest entries. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ZachPackull/outlook-evidence-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server