Outlook / Microsoft 365 for Claude — mail, calendar, contacts and tasks, with confirm-gated sending
Abgeleitet aus den Transporten, die dieser Eintrag deklariert (stdio). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.
OUTLOOK_ACCESS_TOKENAPI-SchlüsseloptionalPre-obtained Outlook bearer token. Overrides the browser bridge. Power users / CI only; tokens last about 25 hours.
Vom Autor in der offiziellen MCP-Registry angegeben. Forge does not store, broker, or ever see these values — the config below is scaffolded with placeholders you fill in locally.
Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.
Aus dem Quellcode gelesen, den npm tatsächlich ausliefert, zum Zeitpunkt des Scans. Das Paket wurde nie ausgeführt. Tools, die zur Laufzeit dynamisch registriert werden oder in gebündeltem beziehungsweise minifiziertem Code stecken, können übersehen werden — das hier ist also eine Untergrenze der Tool-Oberfläche, keine vollständige Erhebung.
outlook_list_eventsList calendar events in a date window. This uses the calendar VIEW, which expands recurring series into their individual occurrences — the right tool for "what is on my schedule". Times are returned in `timeZone` when given.List calendar events in a date window. This uses the calendar VIEW, which expands recurring series into their individual occurrences — the right tool for "what is on my schedule". Times are returned in `timeZone` when given.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
outlook_get_eventGet one calendar event in full, including attendees and their responses.Get one calendar event in full, including attendees and their responses.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
outlook_list_calendarsList the calendars in the mailbox, for picking one to read or write against.List the calendars in the mailbox, for picking one to read or write against.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
outlook_get_profileGet the signed-in mailbox's identity (email address, display name, alias). The cheapest call that proves the credential works.Get the signed-in mailbox's identity (email address, display name, alias). The cheapest call that proves the credential works.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
outlook_get_mailbox_settingsGet mailbox settings: time zone, working hours, language, and automatic-replies (out-of-office) configuration.Get mailbox settings: time zone, working hours, language, and automatic-replies (out-of-office) configuration.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
outlook_list_contactsList saved contacts from the mailbox address book.List saved contacts from the mailbox address book.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
outlook_list_peopleList people ranked by relevance to the user — colleagues and frequent correspondents, drawn from mail traffic rather than the saved address book. Better than outlook_list_contacts for resolving "who is X" in a work mailbox.List people ranked by relevance to the user — colleagues and frequent correspondents, drawn from mail traffic rather than the saved address book. Better than outlook_list_contacts for resolving "who is X" in a work mailbox.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
outlook_list_tasksList Outlook tasks with status and due dates.List Outlook tasks with status and due dates.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
outlook_list_foldersList mail folders with unread and total counts. Use this to discover folder ids before listing messages; the well-known names (List mail folders with unread and total counts. Use this to discover folder ids before listing messages; the well-known names (
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
outlook_list_messagesList messages in a folder, newest first. Defaults to the inbox. Use `unreadOnly` for a triage view. Bodies are NOT included — call outlook_get_message for one. Note `search` and `unreadOnly` cannot be combined (the API rejects $search with $filter); pass `search` alone to search the whole mailbox.List messages in a folder, newest first. Defaults to the inbox. Use `unreadOnly` for a triage view. Bodies are NOT included — call outlook_get_message for one. Note `search` and `unreadOnly` cannot be combined (the API rejects $search with $filter); pass `search` alone to search the whole mailbox.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
outlook_get_messageGet one message including its body. The body is requested as plain text rather than HTML (measured ~9x smaller and far easier to read); pass view:"raw" to get Outlook's untouched record.Get one message including its body. The body is requested as plain text rather than HTML (measured ~9x smaller and far easier to read); pass view:"raw" to get Outlook's untouched record.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
outlook_list_attachmentsList a message's attachments (name, size, content type). Metadata only — this deliberately does not download bytes.List a message's attachments (name, size, content type). Metadata only — this deliberately does not download bytes.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
outlook_send_mailSend an email from the signed-in mailbox. Requires confirm:true — without it this makes no network call and returns a preview of exactly what would be sent.Send an email from the signed-in mailbox. Requires confirm:true — without it this makes no network call and returns a preview of exactly what would be sent.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
outlook_create_draftCreate a draft message in the Drafts folder without sending it. Requires confirm:true. Returns the created draft, which can be reviewed and sent from Outlook.Create a draft message in the Drafts folder without sending it. Requires confirm:true. Returns the created draft, which can be reviewed and sent from Outlook.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
outlook_mark_readMark a message read or unread. Requires confirm:true. The result is verified by re-reading the message — a 2xx alone is not proof it persisted.Mark a message read or unread. Requires confirm:true. The result is verified by re-reading the message — a 2xx alone is not proof it persisted.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
outlook_move_messageprivilegiertMove a message to another folder (e.g. "archive", "deleteditems", or a folder id from outlook_list_folders). Requires confirm:true. Moving assigns a NEW message id, which is returned.Move a message to another folder (e.g. "archive", "deleteditems", or a folder id from outlook_list_folders). Requires confirm:true. Moving assigns a NEW message id, which is returned.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
outlook_create_eventCreate a calendar event. Requires confirm:true. `timeZone` takes a WINDOWS zone name such as "Eastern Standard Time", not an IANA name.Create a calendar event. Requires confirm:true. `timeZone` takes a WINDOWS zone name such as "Eastern Standard Time", not an IANA name.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
17 von 17 Tools haben eine Beschreibung veröffentlicht.
Tool-Namen und -Beschreibungen stammen vom Publisher und werden wortgetreu als inerter Text angezeigt. Es sind die Zeichenketten, die ein MCP-Client an ein Modell übergibt, deshalb prüft Forge sie auf Prompt-Injection-Muster — jeder Befund erscheint oben beim Sicherheits-Scan. „Privilegiert“ ist ein Schlagwort-Treffer im Tool-Namen, keine Prüfung dessen, was das Tool tut: ein harmlos klingender Name kann trotzdem alles tun.
Outlook / Microsoft 365 for Claude — mail, calendar, contacts and tasks, with confirm-gated sending
Verlinkte Namen öffnen den Forge-Index aller Einträge, bei denen dieses Tool beobachtet wurde. Alle indexierten Tools durchsuchen.
Nicht verfolgt: peerDependencies. Dieser Baum erfasst nur Laufzeitabhängigkeiten; was jene mitbringen, wurde nie aufgelöst.