Microsoft 365 Teams
NPM · @MINDSTONE/MCP-SERVER-MICROSOFT-TEAMS · SCANNED AUG 3
Microsoft 365 Teams via Graph: list chats, read/send messages, list teams/channels, presence.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (105 of 109), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (105 of 109), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency84
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Cryptographically verified build provenance (signed, bound to mindstone/mcp-servers). View diagnostics → Pass
- License check failed: the license (FSL-1.1-MIT) isn't a recognized OSI-approved license. See how to fix → Fail
- Actively maintained (last published 3 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability42
- 0% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Fail
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 334 tokens (~37/item across 9 items; 8 tools + 1 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
- Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @mindstone/mcp-server-microsoft-teams
claude mcp add mindstone-mcp-server-microsoft-teams -- npx -y @mindstone/mcp-server-microsoft-teams
codex mcp add mindstone-mcp-server-microsoft-teams -- npx -y @mindstone/mcp-server-microsoft-teams
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"mindstone-mcp-server-microsoft-teams": {
"type": "local",
"command": [
"npx",
"-y",
"@mindstone/mcp-server-microsoft-teams"
],
"enabled": true
}
}
} openclaw mcp add mindstone-mcp-server-microsoft-teams --command npx --arg -y --arg @mindstone/mcp-server-microsoft-teams
mcp_servers:
mindstone-mcp-server-microsoft-teams:
command: "npx"
args: ["-y", "@mindstone/mcp-server-microsoft-teams"] {
"mcpServers": {
"mindstone-mcp-server-microsoft-teams": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-microsoft-teams"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.
- 2 Aug 26 +50
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Provenance: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- The attested source repository moved: mindstone/mcp-servers security
- License: unverified → fail ▼ functional
- Tool coverage: 100 → unverified ▼ functional
- Schema quality: 0 → unverified ▼ functional
- Schema quality: unverified → good ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Maintenance: unverified → pass ▲ functional
- Stability: unverified → 0.20 ▲ functional
- Dependency health: unverified → partial ▲ functional
- Licence: FSL-1.1-MIT functional
- 1 Aug 26 −7
- Stability: 0.13 → unverified ▼ security
- Capabilities: pass → unverified ▼ functional
- 31 Jul 26 +20
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −20
- Malware scan: pass → unverified ▼ security
- Dependency health: partial → unverified ▼ functional
- Package version: 0.1.2 → 0.2.0 functional
- 29 Jul 26 −20
- Tool coverage: 100 → unverified ▼ functional
- Dependency health: unverified → partial ▲ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 46
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@mindstone/[email protected]
Provenance verified
Ecosystem: npm · Outcome: verified
Reason: verified
- Source repo:
- mindstone/mcp-servers
- Certificate issuer:
- https://token.actions.githubusercontent.com
- Certificate SAN:
- https://github.com/mindstone/mcp-servers/.github/workflows/release.yml@refs/heads/main
- Rekor log index:
- 2288265829
- Predicate type:
- https://slsa.dev/provenance/v1
- Subject digest:
- sha512:8ee8b71af33783fa8f0525a5bc2bf59d7b5edebbd3310ab823c9c33c20e0231b7a8fb183513848acca889309285605bed5a3e816f2d035d3da08e9380
- Discovery method:
- attestation_endpoint
Dependencies 105 packages
105 packages in the resolved dependency tree · 105 deprecated · 33 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
compose_chat_message ~111
Open an inline editable message compose form before sending to a Teams chat. Use this when the user wants to write or send a Teams message so they can review and edit it first. Does NOT send directly — the form posts the message (via send_chat_message) when the user clicks Send. PARAMETERS: target (the chat ID to send to), text (message content).
| Name | Type | Req | Description |
|---|---|---|---|
| target | string | yes | The chat ID to send the message to |
| text | string | yes | Message content (HTML supported) |
No output schema declared.
No examples provided.
get_chat ~25
Get details about a specific chat.
| Name | Type | Req | Description |
|---|---|---|---|
| chatId | string | yes | Chat ID |
No output schema declared.
No examples provided.
get_presence ~22
Get your current presence status (available, busy, away, etc.).
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_channels ~24
List channels in a Team.
| Name | Type | Req | Description |
|---|---|---|---|
| teamId | string | yes | Team ID |
No output schema declared.
No examples provided.
list_chat_messages ~47
Get recent messages from a chat.
| Name | Type | Req | Description |
|---|---|---|---|
| chatId | string | yes | Chat ID |
| top | number | — | Max messages to return (default: 50, max: 50) |
No output schema declared.
No examples provided.
list_chats ~45
List recent Teams chats (1:1, group, and meeting chats).
| Name | Type | Req | Description |
|---|---|---|---|
| top | number | — | Max chats to return (default: 25, max: 50) |
No output schema declared.
No examples provided.
list_teams ~17
List Teams you are a member of.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
send_chat_message ~38
Send a message to a chat.
| Name | Type | Req | Description |
|---|---|---|---|
| chatId | string | yes | Chat ID |
| content | string | yes | Message content (HTML supported) |
No output schema declared.
No examples provided.