exchange-ai-connector
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EXCHANGE_AI_TIMEZONE | No | Optional: override auto-detected timezone, e.g. Asia/Bangkok | |
| EXCHANGE_AI_AUTHORITY | No | Optional: pin to a specific tenant, e.g. https://login.microsoftonline.com/<tenant-id> | |
| EXCHANGE_AI_CLIENT_ID | Yes | Your app's client ID from Microsoft Entra ID registration |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_emailsB | List messages in a mail folder. Read-only. |
| read_emailB | Read one message in full. Read-only. |
| read_threadC | Read all messages in a conversation, oldest first. Read-only. |
| send_emailA | Send or reply to an email. IRREVERSIBLE — the client must confirm before allowing. |
| list_eventsB | List upcoming calendar events, soonest first. Read-only. |
| read_eventC | Read one calendar event in full. Read-only. |
| check_availabilityA | Free/busy over a window. Times are naive local, e.g. '2026-07-02T14:00:00'. attendees defaults to just you. Read-only. |
| create_eventA | Create a calendar event; emails invites to attendees. Times are naive local, e.g. '2026-07-02T14:00:00'. IRREVERSIBLE — the client must confirm before allowing. |
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/wteja/exchange-ai-connector'
If you have feedback or need assistance with the MCP directory API, please join our Discord server