# io.github.SuperAngryMonkey/kairos (pypi · kairos-mcp)

Microsoft Planner MCP: create tasks and buckets, list plans and tasks, complete tasks.

- Trust score: 67/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- pypi · `kairos-mcp`: 67/100 (this document), [markdown](https://verifymcp.io/servers/superangrymonkey-kairos/kairos-mcp.md), [page](https://verifymcp.io/servers/superangrymonkey-kairos/kairos-mcp)

## Channel facts

- Registry: `pypi`
- Package: `kairos-mcp`
- Version: `0.1.0`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it.
  - 0 of 37 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 35/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: the license (MIT License) isn't a recognized OSI-approved license.
  - Actively maintained (last published 0 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 79/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 786 tokens (~98/item across 8 items; 8 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 8 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 8 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**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.

## Install

### 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.

### Claude

```bash
claude mcp add superangrymonkey-kairos -- uvx kairos-mcp
```

### Cursor

```json
{
  "mcpServers": {
    "superangrymonkey-kairos": {
      "command": "uvx",
      "args": [
        "kairos-mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "superangrymonkey-kairos": {
      "command": "uvx",
      "args": [
        "kairos-mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add superangrymonkey-kairos -- uvx kairos-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "superangrymonkey-kairos": {
      "type": "local",
      "command": [
        "uvx",
        "kairos-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add superangrymonkey-kairos --command uvx --arg kairos-mcp
```

### Hermes

```yaml
mcp_servers:
  superangrymonkey-kairos:
    command: "uvx"
    args: ["kairos-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "superangrymonkey-kairos": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "kairos-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add superangrymonkey-kairos -t stdio -c uvx -a kairos-mcp
```

### Other

```json
{
  "mcpServers": {
    "superangrymonkey-kairos": {
      "command": "uvx",
      "args": [
        "kairos-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-20 (score 67)

First indexed and scored.

## MCP tools (8)

### `kairos_login` (~67 tokens)

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).

Output parameters:

- `result` (string)

### `kairos_login_finish` (~61 tokens)

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.

Output parameters:

- `result` (string)

### `kairos_auth_status` (~33 tokens)

Report whether kairos is signed in, as whom, whether Graph is reachable,
and how many plans are visible.

Output parameters:

- `result` (string)

### `list_planner_plans` (~65 tokens)

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).

Input parameters:

- `refresh` (boolean)

Output parameters:

- `result` (string)

### `create_planner_task` (~179 tokens)

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.

Input parameters:

- `bucket` (string)
- `due_on` (string)
- `notes` (string)
- `plan` (string)
- `title` (string, required)

Output parameters:

- `result` (string)

### `create_planner_bucket` (~96 tokens)

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.

Input parameters:

- `bucket_name` (string, required)
- `plan` (string)

Output parameters:

- `result` (string)

### `list_planner_tasks` (~114 tokens)

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.

Input parameters:

- `bucket` (string)
- `include_completed` (boolean)
- `plan` (string)

Output parameters:

- `result` (string)

### `complete_planner_task` (~171 tokens)

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.

Input parameters:

- `plan` (string)
- `reopen` (boolean)
- `task_id` (string)
- `title` (string)

Output parameters:

- `result` (string)

## Diagnostics

Captured diagnostic sections: Provenance, Install scripts, Dependencies. The full working is on the page: https://verifymcp.io/servers/superangrymonkey-kairos/kairos-mcp#diagnostics

## Score history

- 2026-09-20: 67

## Common questions

### 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.

## Links

- PyPI project: https://pypi.org/project/kairos-mcp/
- Socket report: https://socket.dev/pypi/package/kairos-mcp
- Repository: https://github.com/SuperAngryMonkey/kairos
- Changelog RSS feed: https://verifymcp.io/servers/superangrymonkey-kairos/kairos-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/superangrymonkey-kairos/kairos-mcp.json
- HTML version of this page: https://verifymcp.io/servers/superangrymonkey-kairos/kairos-mcp
