io.github.SuperAngryMonkey/kairos
PYPI · KAIROS-MCP · SCANNED SEP 20
Microsoft Planner MCP: create tasks and buckets, list plans and tasks, complete tasks.
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 → Why this is hard to score →
Supply Chain Security100
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
- 0 of 37 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency35
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: the license (MIT License) isn't a recognized OSI-approved license. See how to fix → Fail
- Actively maintained (last published 0 days ago).Pass
- Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability79
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 786 tokens (~98/item across 8 items; 8 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage71
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 0% of tool parameters carry a description.Fail
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 8 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 8 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
How do I install the io.github.SuperAngryMonkey/kairos MCP server?
io.github.SuperAngryMonkey/kairos runs locally as a PyPI package, launched with uvx kairos-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
pypi · kairos-mcp
claude mcp add superangrymonkey-kairos -- uvx kairos-mcp
{
"mcpServers": {
"superangrymonkey-kairos": {
"command": "uvx",
"args": [
"kairos-mcp"
]
}
}
} {
"servers": {
"superangrymonkey-kairos": {
"command": "uvx",
"args": [
"kairos-mcp"
]
}
}
} codex mcp add superangrymonkey-kairos -- uvx kairos-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"superangrymonkey-kairos": {
"type": "local",
"command": [
"uvx",
"kairos-mcp"
],
"enabled": true
}
}
} openclaw mcp add superangrymonkey-kairos --command uvx --arg kairos-mcp
mcp_servers:
superangrymonkey-kairos:
command: "uvx"
args: ["kairos-mcp"] {
"McpServers": {
"superangrymonkey-kairos": {
"Transport": "stdio",
"Command": "uvx",
"Arguments": [
"kairos-mcp"
]
}
}
} assistant mcp add superangrymonkey-kairos -t stdio -c uvx -a kairos-mcp
{
"mcpServers": {
"superangrymonkey-kairos": {
"command": "uvx",
"args": [
"kairos-mcp"
]
}
}
} 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.
- 20 Sept 26 67
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 20 Sept 2026 · Analysed pypi/kairos-mcp@0.1.0
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | pypi |
Background: How many MCP packages publish verified provenance →
Install scripts 1 script
| Hook | Tier | Command |
|---|---|---|
| build_backend | allowlisted | hatchling.build |
Background: Why install scripts are a supply-chain risk →
Dependencies 37 packages
| Packages resolved | 37 |
|---|---|
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
complete_planner_task ~171
Mark a Planner task complete (or reopen it). This is a real write. Give either task_id (exact, preferred) or title. A title is matched against OPEN tasks only (COMPLETED tasks when reopen=true); if it matches more than one, this refuses and lists the candidates rather than guessing. Args: task_id: Exact Planner task ID. Preferred when known. title: Task title or a distinctive part of it. Used only if task_id is empty. plan: Plan to search when matching by title. Empty uses the default plan. reopen: Set true to undo a completion (sets 0%) instead.
| Name | Type | Req | Description |
|---|---|---|---|
| plan | string | – | – |
| reopen | boolean | – | – |
| task_id | string | – | – |
| title | string | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
create_planner_bucket ~96
Create a bucket (board column) in a Planner plan. Idempotent: if a bucket with that name already exists (case-insensitive) its ID is returned and nothing is created. Args: bucket_name: Name of the bucket. plan: Plan name or ID. Empty uses KAIROS_DEFAULT_PLAN / the only plan.
| Name | Type | Req | Description |
|---|---|---|---|
| bucket_name | string | yes | – |
| plan | string | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
create_planner_task ~179
Create a task in Microsoft Planner. This is a real write: the task exists the moment this returns. Args: title: Short, action-oriented task title (required). notes: Longer context for the task body (Planner "Notes"). plan: Plan name (case-insensitive) or ID. Empty uses KAIROS_DEFAULT_PLAN, or the only plan if the account has exactly one. bucket: Bucket within the plan, by name or ID. Empty uses the plan's first bucket. Call list_planner_plans to see what exists. due_on: Due date as YYYY-MM-DD, or empty for none.
| Name | Type | Req | Description |
|---|---|---|---|
| bucket | string | – | – |
| due_on | string | – | – |
| notes | string | – | – |
| plan | string | – | – |
| title | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
kairos_auth_status ~33
Report whether kairos is signed in, as whom, whether Graph is reachable, and how many plans are visible.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
kairos_login ~67
Start a device-code sign-in to Microsoft 365. Returns a URL and a code for the human to enter in a browser; then call kairos_login_finish() to complete. Only needed once, or after the refresh token lapses (for example after a password change).
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
kairos_login_finish ~61
Complete a device-code sign-in started with kairos_login(). Call after entering the code in the browser. Waits up to ~60s; if the code has not been entered yet, it says so and can simply be called again.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
list_planner_plans ~65
List the Planner plans this account can see, each with its buckets and IDs. Results are cached for a few minutes; pass refresh=true to force a re-read (for example after someone added a bucket in the Planner UI).
| Name | Type | Req | Description |
|---|---|---|---|
| refresh | boolean | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
list_planner_tasks ~114
List Planner tasks with their IDs, so a task can be referenced or completed. Args: plan: Plan name or ID. Empty uses KAIROS_DEFAULT_PLAN / the only plan. Pass "*" to list every plan the account can see. bucket: Optional bucket name to filter by (ignored with plan="*"). include_completed: Include tasks already at 100%. Defaults to open only.
| Name | Type | Req | Description |
|---|---|---|---|
| bucket | string | – | – |
| include_completed | boolean | – | – |
| plan | string | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
What is the io.github.SuperAngryMonkey/kairos MCP server?
io.github.SuperAngryMonkey/kairos is an MCP server listed in the public MCP registry as io.github.SuperAngryMonkey/kairos. Microsoft Planner MCP: create tasks and buckets, list plans and tasks, complete tasks. This page covers its PyPI package (kairos-mcp).
Is the io.github.SuperAngryMonkey/kairos MCP server safe to use?
io.github.SuperAngryMonkey/kairos scores 67 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the io.github.SuperAngryMonkey/kairos MCP server expose?
io.github.SuperAngryMonkey/kairos exposes 8 tools: kairos_login, kairos_login_finish, kairos_auth_status, list_planner_plans, create_planner_task, and 3 more. Their descriptions and schemas cost roughly 786 tokens of context every time the server is loaded.
Is the io.github.SuperAngryMonkey/kairos MCP server still maintained?
io.github.SuperAngryMonkey/kairos is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.