Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.chrischall/skylight-mcp

NPM · SKYLIGHT-MCP · SCANNED SEP 21

Skylight Calendar for Claude — family events, chores, and rewards.

Available components

+2 this week 92 Trust /100
Trust breakdown (7 categories)

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
  • No install/post-install scripts declared.Pass
  • 0 of 5 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to chrischall/skylight-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 0 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability72
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 7741 tokens (~67/item across 114 items; 114 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
  • Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage79
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 38% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 18 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 114 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the io.github.chrischall/skylight-mcp server?

io.github.chrischall/skylight-mcp runs locally as an npm package, launched with npx -y skylight-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · skylight-mcp

# add to Claude Code
claude mcp add chrischall-skylight-mcp -- npx -y skylight-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "chrischall-skylight-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "skylight-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "chrischall-skylight-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "skylight-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add chrischall-skylight-mcp -- npx -y skylight-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "chrischall-skylight-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "skylight-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add chrischall-skylight-mcp --command npx --arg -y --arg skylight-mcp
# ~/.hermes/config.yaml
mcp_servers:
  chrischall-skylight-mcp:
    command: "npx"
    args: ["-y", "skylight-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "chrischall-skylight-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "skylight-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add chrischall-skylight-mcp -t stdio -c npx -a -y skylight-mcp
// mcp.json
{
  "mcpServers": {
    "chrischall-skylight-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "skylight-mcp"
      ]
    }
  }
}
Changelog

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.

  • 21 Sept 26 +2
    • Security disclosure: fail → unverified functional
    • Destructive annotations: All 18 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation. functional
    • Package version: 1.1.0 → 1.1.1 functional
  • 20 Sept 26 0
    • Package version: 1.0.1 → 1.1.0 functional
  • 19 Sept 26 +17
    • Stability: 0.83 → unverified security
    • Tool safety: pass → unverified security
    • Known CVEs: pass → unverified security
    • Malware scan: unverified → pass security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Dependency health: 0.86 → unverified functional
    • Dependency health: 0.86 → 1.00 functional
    • MCP protocol: Implements a current MCP spec version (2026-07-28). functional
    • Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. functional
    • Package version: 0.10.2 → 1.0.1 functional
    • Package version: 0.10.2 → 1.0.0 functional
  • 18 Sept 26 −15
    • Malware scan: pass → unverified security
    • Package version: 0.10.1 → 0.10.2 functional
  • 17 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 16 Sept 26 +1
    • Stability: 0.97 → pass security
  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +16
    • Malware scan: unverified → pass security
Diagnostics

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 21 Sept 2026 · Analysed npm/skylight-mcp@1.1.1

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo chrischall/skylight-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/chrischall/skylight-mcp/.github/workflows/release-please.yml@refs/heads/main
Rekor log index 2904926680
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:706811336699d281d15ba70af2fdb22ce13f29c8d1bb00ce33b93e3cf040f59be478a57f3d488b0c2d019abc455cd406d7b46f89576db333616a000d3

Background: How many MCP packages publish verified provenance →

Dependencies 5 packages
Packages resolved 5
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 114 exposed · ~7,741 tokens

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 →

Tool Tokens
skylight_add_list_item ~46

Add an item to a list on a Skylight frame.

NameTypeReqDescription
frameIdstring
labelstringyes
listIdstringyes

No output schema declared.

No examples provided.

skylight_add_message_comment ~42

Comment on a frame message/photo.

NameTypeReqDescription
bodystringyesComment text.
frameIdstring
idstringyes

No output schema declared.

No examples provided.

skylight_add_recipe_to_grocery_list ~60

Add a recipe's ingredients to a grocery list.

NameTypeReqDescription
frameIdstring
idstringyes
list_idstring|numberTarget grocery list id; omit for the default grocery list.

No output schema declared.

No examples provided.

skylight_add_reward_points ~61

Grant (or deduct) reward points to family members.

NameTypeReqDescription
category_idsarrayyesMember category ids to grant points to.
frameIdstring
pointsnumberyesPoints to add (can be negative to deduct).

No output schema declared.

No examples provided.

skylight_add_to_album ~41

Add messages/photos to albums.

NameTypeReqDescription
album_idsarrayyes
frameIdstring
message_idsarrayyes

No output schema declared.

No examples provided.

skylight_add_webcal ~50

Subscribe the frame to a webcal/ICS calendar URL.

NameTypeReqDescription
frameIdstring
sync_urlstringyesPublic webcal/ICS URL to subscribe the frame to.

No output schema declared.

No examples provided.

skylight_approve_auto_creation ~63

Approve AI-drafted events — turns them into real calendar events.

NameTypeReqDescription
frameIdstring
idstring|numberyesAuto-creation intent id.
idsarrayyesDraft event ids to approve into real events.

No output schema declared.

No examples provided.

skylight_approve_user ~33

Approve a pending frame user.

NameTypeReqDescription
frameIdstring
idstringyes

No output schema declared.

No examples provided.

skylight_categorize_source_calendar ~83

Attribute a source calendar's events to one or more family members.

NameTypeReqDescription
category_idsarrayyesFamily-member category ids whose members this calendar's events are attributed to.
frameIdstring
idstring|numberyesSource-calendar id (from skylight_list_source_calendars / skylight_list_calendars).

No output schema declared.

No examples provided.

skylight_clear_list ~33

Remove all items from a list.

NameTypeReqDescription
frameIdstring
listIdstringyes

No output schema declared.

No examples provided.

skylight_complete_chore ~31

Mark a chore complete.

NameTypeReqDescription
frameIdstring
idstringyes

No output schema declared.

No examples provided.

skylight_complete_chore_instance ~114

Mark a specific occurrence of a recurring chore complete.

NameTypeReqDescription
category_idstring|numberOnly for an up-for-grabs/shared chore: which member completed it. Omit for a normally-assigned chore (sending it 422s).
frameIdstring
idstringyes
instance_datestringyesYYYY-MM-DD occurrence date (required).
instance_timestringHH:MM — only for a time-of-day routine with multiple daily occurrences.

No output schema declared.

No examples provided.

skylight_copy_messages_to_frames ~76

Copy messages/photos from this frame to other frames on the account (inferred from the app bundle, not live-verified).

NameTypeReqDescription
frameIdstring
message_idsarrayyesMessage/photo ids to copy.
new_frame_idsarrayyesDestination frame ids (see skylight_list_frames).

No output schema declared.

No examples provided.

skylight_create_album ~30

Create a photo album.

NameTypeReqDescription
frameIdstring
titlestringyes

No output schema declared.

No examples provided.

skylight_create_category ~160

Create a category / family member on the frame. Set linked_to_profile + selected_for_chore_chart to make it a full chore-chart member; pick avatar_id from skylight_list_avatars, or set a custom photo afterward with skylight_set_member_avatar.

NameTypeReqDescription
avatar_idstring|numberPreset avatar id from skylight_list_avatars.
colorstringHex color, e.g. "#82D7DD".
frameIdstring
labelstringyesDisplay name for the member/category.
linked_to_profilebooleanMake this a full family-member profile (vs a basic label).
selected_for_chore_chartbooleanShow this member on the chore chart.

No output schema declared.

No examples provided.

skylight_create_chore ~100

Create a chore on a Skylight frame.

NameTypeReqDescription
category_idstring|numberyesCategory / family-member id the chore belongs to (required). Get ids from skylight_list_categories.
descriptionstring
frameIdstring
reward_pointsnumberReward points/stars for completing.
startstringYYYY-MM-DD start date.
summarystringyesChore title.

No output schema declared.

No examples provided.

skylight_create_event ~144

Create a calendar event on a Skylight frame.

NameTypeReqDescription
all_dayboolean
category_idsarrayFamily-member category ids to assign the event to (see skylight_list_categories / skylight_resolve_member).
descriptionstring
ends_atstringISO 8601 end.
frameIdstring
invited_emailsarray
locationstring
rrulestringiCalendar RRULE for recurrence.
starts_atstringISO 8601 start.
summarystringyesEvent title.
timezonestring

No output schema declared.

No examples provided.

skylight_create_list ~65

Create a new list on a Skylight frame.

NameTypeReqDescription
colorstringyesHex color, e.g. #42D792 (required).
frameIdstring
kindstringyesList type (required).
labelstringyes

No output schema declared.

No examples provided.

skylight_create_recipe ~61

Create a meal recipe.

NameTypeReqDescription
descriptionstring
frameIdstring
meal_category_idstring|numberyesMeal category id (from list_meal_categories, required).
summarystringyesRecipe title.

No output schema declared.

No examples provided.

skylight_create_recurring_chore ~280

Create a recurring chore or routine (repeats per an RRULE; verified live).

NameTypeReqDescription
category_idsarrayFamily-member category ids to assign (omit only with up_for_grabs).
descriptionstring
emoji_iconstring
frameIdstring
recurrencestringyesiCalendar RRULE without the "RRULE:" prefix, e.g. "FREQ=WEEKLY;INTERVAL=1;BYDAY=MO,WE,FR" (daily: "FREQ=DAILY;INTERVAL=1"). Use BYHOUR for routine time-of-day.
recurring_untilstringISO datetime the recurrence ends (e.g. "2026-12-31T23:59:59.999Z").
reward_pointsnumber
routinebooleanSet true to create a routine (habit-style recurring task) instead of a chore.
startstringyesYYYY-MM-DD first occurrence date.
start_timestringHH:mm time of day (e.g. "17:00").
summarystringyesChore title.
up_for_grabsbooleanSet true for an unassigned "anyone can do it" chore (requires no category_ids).

No output schema declared.

No examples provided.

skylight_create_reward ~116

Create a reward (live-verified fields: name + description + point_value + respawn_on_redemption + category_ids).

NameTypeReqDescription
category_idsarrayyesFamily-member category ids this reward applies to (required).
descriptionstring
frameIdstring
namestringyesReward name.
point_valuenumberyesPoints required to redeem (required).
respawn_on_redemptionbooleanIf true, the reward can be redeemed repeatedly (respawns after redemption).

No output schema declared.

No examples provided.

skylight_create_source_calendar ~42

Create a source calendar from raw provider attributes (advanced).

NameTypeReqDescription
attributesobjectyesProvider-specific source-calendar attributes.
frameIdstring

No output schema declared.

No examples provided.

skylight_create_task ~56

Create a task-box item.

NameTypeReqDescription
emoji_iconstring
frameIdstring
reward_pointsnumber
routineboolean
summarystringyesTask title.

No output schema declared.

No examples provided.

skylight_delete_album ~32

Delete a photo album.

NameTypeReqDescription
frameIdstring
idstring|numberyes

No output schema declared.

No examples provided.

skylight_delete_category ~61

Delete a category / family member.

NameTypeReqDescription
frameIdstring
idstring|numberyes
reassign_to_category_idstring|numberMove this member's items to another category id instead of orphaning them.

No output schema declared.

No examples provided.

skylight_delete_chore ~87

Delete a chore (optionally a single occurrence or the whole series).

NameTypeReqDescription
apply_tostringFor a recurring chore: delete just this occurrence ("one") or the whole series ("all").
confirmbooleanMust be true to proceed. Without this, the tool returns a preview.
frameIdstring
idstringyes

No output schema declared.

No examples provided.

skylight_delete_event ~32

Delete a calendar event by id.

NameTypeReqDescription
frameIdstring
idstringyes

No output schema declared.

No examples provided.

skylight_delete_list ~32

Delete a Skylight list.

NameTypeReqDescription
frameIdstring
listIdstringyes

No output schema declared.

No examples provided.

skylight_delete_list_item ~45

Delete a list item from a Skylight frame.

NameTypeReqDescription
frameIdstring
itemIdstringyes
listIdstringyes

No output schema declared.

No examples provided.

skylight_delete_list_items ~46

Bulk-delete specific list items.

NameTypeReqDescription
frameIdstring
item_idsarrayyesList-item ids to delete.
listIdstringyes

No output schema declared.

No examples provided.

skylight_delete_meal ~204

Remove a planned meal (meal sitting) from the meal plan. Deletes one occurrence, this-and-future occurrences, or the whole series depending on apply_to. There is no undo — without confirm:true this returns a dry-run preview of exactly what would be deleted and makes NO network call; with confirm:true it deletes.

NameTypeReqDescription
apply_tostringyesRecurrence scope: 'one' = just this occurrence (splits it out of the series), 'future' = this and all later occurrences (splits the tail into a new sitting), 'all' = the whole series.
confirmbooleanMust be true to proceed. Without this, the tool returns a preview.
frameIdstring
idstring|numberyesMeal sitting id (from skylight_list_meals).
instance_datestringyesYYYY-MM-DD of the occurrence to act on — must be one of that sitting's `instances`.

No output schema declared.

No examples provided.

skylight_delete_message ~33

Delete a frame message/photo.

NameTypeReqDescription
frameIdstring
idstring|numberyes

No output schema declared.

No examples provided.

skylight_delete_messages ~39

Bulk-delete messages/photos from the frame.

NameTypeReqDescription
frameIdstring
message_idsarrayyesMessage/photo ids to delete.

No output schema declared.

No examples provided.

skylight_delete_recipe ~30

Delete a meal recipe.

NameTypeReqDescription
frameIdstring
idstringyes

No output schema declared.

No examples provided.

skylight_delete_reward ~29

Delete a reward.

NameTypeReqDescription
frameIdstring
idstringyes

No output schema declared.

No examples provided.

skylight_delete_source_calendar ~38

Remove a connected source calendar (incl. webcal subscriptions).

NameTypeReqDescription
frameIdstring
idstringyes

No output schema declared.

No examples provided.

skylight_delete_task ~31

Delete a task-box item.

NameTypeReqDescription
frameIdstring
idstringyes

No output schema declared.

No examples provided.

skylight_generate_activity_ideas ~121

Generate AI activity/event ideas for a location and time range (creates draft events — async).

NameTypeReqDescription
activity_kindstringe.g. "local_event".
budgetstringe.g. "$50".
category_idsarrayyesFamily-member category ids the activities are for.
datetime_range_endstringyesISO datetime.
datetime_range_startstringyesISO datetime.
frameIdstring
physical_locationstringyesLocation, e.g. "Charlotte, NC, USA".

No output schema declared.

No examples provided.

skylight_generate_meal_plan ~129

Generate an AI meal plan for the given dates (creates draft meal sittings — async; poll with skylight_get_auto_creation_intent, then approve).

NameTypeReqDescription
add_to_grocery_listboolean
datesarrayyesYYYY-MM-DD dates to generate meals for.
frameIdstring
meal_category_idstring|numberyesMeal category id (from skylight_list_meal_categories).
mouths_to_feednumberHow many people to feed.
recipe_sourcestringDefaults to 'generate' (AI-generated).

No output schema declared.

No examples provided.

skylight_get_auto_creation_intent ~44

Get an AI auto-creation intent (its status + draft results).

NameTypeReqDescription
frameIdstring
idstring|numberyes

No output schema declared.

No examples provided.

skylight_get_calendar ~30

Get one calendar account.

NameTypeReqDescription
frameIdstring
idstringyes

No output schema declared.

No examples provided.

skylight_get_event ~32

Get one calendar event by id.

NameTypeReqDescription
frameIdstring
idstringyes

No output schema declared.

No examples provided.

skylight_get_event_notification_settings ~29

Get the frame's calendar-event notification settings.

NameTypeReqDescription
frameIdstring

No output schema declared.

No examples provided.

skylight_get_frame ~35

Get one Skylight frame and its settings.

NameTypeReqDescription
frameIdstringFrame id; defaults to the resolved frame.

No output schema declared.

No examples provided.

skylight_get_household_config ~27

Get household configuration for the frame.

NameTypeReqDescription
frameIdstring

No output schema declared.

No examples provided.

skylight_get_list_items ~40

Get all items in a specific list on a Skylight frame.

NameTypeReqDescription
frameIdstring
listIdstringyes

No output schema declared.

No examples provided.

skylight_get_message ~30

Get one frame message.

NameTypeReqDescription
frameIdstring
idstringyes

No output schema declared.

No examples provided.

skylight_get_plus_access ~20

Get Skylight Plus subscription / entitlement status.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

skylight_get_recipe ~30

Get one meal recipe.

NameTypeReqDescription
frameIdstring
idstringyes

No output schema declared.

No examples provided.

skylight_get_reward ~29

Get one reward.

NameTypeReqDescription
frameIdstring
idstringyes

No output schema declared.

No examples provided.

Common questions

What is the io.github.chrischall/skylight-mcp server?

io.github.chrischall/skylight-mcp is listed in the public MCP registry as io.github.chrischall/skylight-mcp. Skylight Calendar for Claude, family events, chores, and rewards. This page covers its npm package (skylight-mcp).

Is the io.github.chrischall/skylight-mcp server safe to use?

io.github.chrischall/skylight-mcp scores 92 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. 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.chrischall/skylight-mcp server expose?

io.github.chrischall/skylight-mcp exposes 114 tools: skylight_list_frames, skylight_get_frame, skylight_list_frame_members, skylight_list_devices, skylight_get_plus_access, and 109 more. Their descriptions and schemas cost roughly 7,741 tokens of context every time the server is loaded.

Is the io.github.chrischall/skylight-mcp server still maintained?

io.github.chrischall/skylight-mcp is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.chrischall/skylight-mcp server under?

io.github.chrischall/skylight-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.