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.universalamateur/reclaim-mcp-server

PYPI · RECLAIM-MCP-SERVER · SCANNED SEP 21

MCP server for Reclaim.ai - calendar, tasks, habits, and focus time management

Available components

0 this week 68 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 Security50
  • Malware scan not yet available for this package.Unverified
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs poetry.core.masonry.api at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 1 of 23 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency48
  • 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
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 210 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability81
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 2708 tokens (~67/item across 40 items; 40 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management90
  • Stability observed for 27 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
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "delete_task" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 40 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.universalamateur/reclaim-mcp-server server?

io.github.universalamateur/reclaim-mcp-server runs locally as a PyPI package, launched with uvx reclaim-mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · reclaim-mcp-server

# add to Claude Code
claude mcp add universalamateur-reclaim-mcp-server -- uvx reclaim-mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "universalamateur-reclaim-mcp-server": {
      "command": "uvx",
      "args": [
        "reclaim-mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "universalamateur-reclaim-mcp-server": {
      "command": "uvx",
      "args": [
        "reclaim-mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add universalamateur-reclaim-mcp-server -- uvx reclaim-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "universalamateur-reclaim-mcp-server": {
      "type": "local",
      "command": [
        "uvx",
        "reclaim-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add universalamateur-reclaim-mcp-server --command uvx --arg reclaim-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  universalamateur-reclaim-mcp-server:
    command: "uvx"
    args: ["reclaim-mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "universalamateur-reclaim-mcp-server": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "reclaim-mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add universalamateur-reclaim-mcp-server -t stdio -c uvx -a reclaim-mcp-server
// mcp.json
{
  "mcpServers": {
    "universalamateur-reclaim-mcp-server": {
      "command": "uvx",
      "args": [
        "reclaim-mcp-server"
      ]
    }
  }
}
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.

  • 20 Sept 26 +1

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

  • 18 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 17 Sept 26 −14
    • Malware scan: pass → unverified security
    • Stability: 0.97 → pass security
  • 16 Sept 26 +15
    • Malware scan: unverified → pass security
  • 15 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.

  • 14 Sept 26 −15
    • Malware scan: pass → unverified security
  • 13 Sept 26 +1

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

  • 11 Sept 26 +12
    • Malware scan: unverified → pass security
    • Stability: pass → 0.80 functional
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 pypi/reclaim-mcp-server@0.9.1

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 poetry.core.masonry.api

Background: Why install scripts are a supply-chain risk →

Dependencies 23 packages
Packages resolved 23
Stale 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 40 exposed · ~2,708 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
add_time_to_task ~57

Log time spent on a task using Reclaim's planner API.

NameTypeReqDescription
minutesintegeryesMinutes worked on the task
notesOptional notes about the work done
task_idintegeryesThe task ID

Structured output declared, but exposes no named fields.

No examples provided.

convert_event_to_habit ~286

Convert a calendar event into a recurring smart habit. Note: Not all events can be converted. The API rejects recurring instances, all-day events, and multi-day events. Use with short, timed, standalone events.

NameTypeReqDescription
calendar_idintegeryesThe calendar ID containing the event
defense_aggressionstringProtection level (DEFAULT, NONE, LOW, MEDIUM, HIGH, MAX)
descriptionOptional habit description
duration_max_minsMaximum duration in minutes (defaults to min duration)
duration_min_minsintegeryesMinimum duration in minutes
enabledbooleanWhether habit is active (default True)
event_idstringyesThe event ID to convert
event_typestringType (FOCUS, SOLO_WORK, PERSONAL, etc.) - default SOLO_WORK
frequencystringRecurrence (DAILY, WEEKLY, MONTHLY, YEARLY) - default WEEKLY
ideal_daysDays for WEEKLY frequency (MONDAY, TUESDAY, etc.)
ideal_timestringyesPreferred time in "HH:MM" format (e.g., "09:00")
time_policy_typeTime policy (WORK, PERSONAL, MEETING). Auto-inferred if not provided.
titlestringyesHabit name/title

Structured output declared, but exposes no named fields.

No examples provided.

create_habit ~224

Create a new smart habit for auto-scheduling.

NameTypeReqDescription
defense_aggressionstringProtection level (DEFAULT, NONE, LOW, MEDIUM, HIGH, MAX)
descriptionOptional habit description
duration_max_minsMaximum duration in minutes (defaults to min duration)
duration_min_minsintegeryesMinimum duration in minutes
enabledbooleanWhether habit is active (default True)
event_typestringType (FOCUS, SOLO_WORK, PERSONAL, etc.) - default SOLO_WORK
frequencystringRecurrence (DAILY, WEEKLY, MONTHLY, YEARLY) - default WEEKLY
ideal_daysDays for WEEKLY frequency (MONDAY, TUESDAY, etc.)
ideal_timestringyesPreferred time in "HH:MM" format (e.g., "09:00")
time_policy_typeTime policy (WORK, PERSONAL, MEETING). Auto-inferred if not provided.
titlestringyesHabit name/title

Structured output declared, but exposes no named fields.

No examples provided.

create_task ~142

Create a new task in Reclaim.ai for auto-scheduling.

NameTypeReqDescription
due_dateISO date string (YYYY-MM-DD) or None for no deadline
duration_minutesintegeryesTotal time needed for the task in minutes
max_chunk_size_minutesMaximum time block size (None = duration)
min_chunk_size_minutesintegerMinimum time block size (default 15)
prioritystringP1 (Critical), P2 (High), P3 (Medium), P4 (Low)
snooze_untilDon't schedule before this datetime (ISO format)
titlestringyesTask title/description

Structured output declared, but exposes no named fields.

No examples provided.

delete_habit ~28

Delete a smart habit.

NameTypeReqDescription
lineage_idintegeryesThe habit lineage ID to delete
NameTypeReqDescription
resultbooleanyes

No examples provided.

delete_task ~29

Delete a task from Reclaim.ai.

NameTypeReqDescription
task_idintegeryesThe task ID to delete
NameTypeReqDescription
resultbooleanyes

No examples provided.

disable_habit ~33

Disable a habit to pause scheduling without deleting it.

NameTypeReqDescription
lineage_idintegeryesThe habit lineage ID to disable
NameTypeReqDescription
resultbooleanyes

No examples provided.

enable_habit ~31

Enable a disabled habit to resume scheduling.

NameTypeReqDescription
lineage_idintegeryesThe habit lineage ID to enable

Structured output declared, but exposes no named fields.

No examples provided.

get_event ~94

Get a single event by calendar ID and event ID. Note: Works best with events from list_events (external calendar events). Reclaim-managed events from list_personal_events may return 404.

NameTypeReqDescription
calendar_idintegeryesThe calendar ID containing the event
event_idstringyesThe event ID to retrieve
thinbooleanIf True, return minimal event data (default False for full details)

Structured output declared, but exposes no named fields.

No examples provided.

get_focus_insights ~63

Get focus time insights and recommendations.

NameTypeReqDescription
endstringyesEnd date in ISO format (e.g., '2026-01-31')
startstringyesStart date in ISO format (e.g., '2026-01-01')

Structured output declared, but exposes no named fields.

No examples provided.

get_focus_settings ~32

Get current focus time settings for the user. Returns: List of focus settings objects (one per focus type).

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultarrayyes

No examples provided.

get_habit ~32

Get a single smart habit by lineage ID.

NameTypeReqDescription
lineage_idintegeryesThe habit lineage ID to retrieve

Structured output declared, but exposes no named fields.

No examples provided.

get_task ~28

Get a single task by ID.

NameTypeReqDescription
task_idintegeryesThe task ID to retrieve

Structured output declared, but exposes no named fields.

No examples provided.

get_user_analytics ~94

Get personal productivity analytics for the current user.

NameTypeReqDescription
endstringyesEnd date in ISO format (e.g., '2026-01-31')
metric_namestringyesThe metric to retrieve. One of: - DURATION_BY_CATEGORY - DURATION_BY_DATE_BY_CATEGORY
startstringyesStart date in ISO format (e.g., '2026-01-01')

Structured output declared, but exposes no named fields.

No examples provided.

health_check ~15

Check if the server is running.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

list_completed_tasks ~36

List completed and archived tasks from Reclaim.ai.

NameTypeReqDescription
limitintegerMaximum number of tasks to return (default 50)
NameTypeReqDescription
resultarrayyes

No examples provided.

list_events ~150

List calendar events within a time range.

NameTypeReqDescription
calendar_idsOptional list of calendar IDs to filter by
endstringyesEnd date (e.g., '2026-01-02' or '2026-01-02T23:59:59Z' - time is ignored)
event_typeOptional event type filter (EXTERNAL, RECLAIM_MANAGED, etc.)
startstringyesStart date (e.g., '2026-01-02' or '2026-01-02T00:00:00Z' - time is ignored)
thinbooleanIf True, return minimal event data (default True)
NameTypeReqDescription
resultarrayyes

No examples provided.

list_habits ~38

List all smart habits from Reclaim.ai. Returns: List of habit objects with lineageId, title, enabled, recurrence, etc.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultarrayyes

No examples provided.

list_personal_events ~63

List Reclaim-managed personal events (tasks, habits, focus time).

NameTypeReqDescription
endOptional end datetime in ISO format
limitintegerMaximum number of events to return (default 50)
startOptional start datetime in ISO format
NameTypeReqDescription
resultarrayyes

No examples provided.

list_tasks ~65

List active tasks from Reclaim.ai (excludes completed by default).

NameTypeReqDescription
limitintegerMaximum number of tasks to return (default 50)
statusstringComma-separated task statuses (NEW, SCHEDULED, IN_PROGRESS, COMPLETE, ARCHIVED)
NameTypeReqDescription
resultarrayyes

No examples provided.

lock_focus_block ~52

Lock a focus time block to prevent it from being rescheduled.

NameTypeReqDescription
calendar_idintegeryesThe calendar ID containing the focus block
event_idstringyesThe focus block event ID to lock

Structured output declared, but exposes no named fields.

No examples provided.

lock_habit_instance ~40

Lock a habit instance to prevent it from being rescheduled.

NameTypeReqDescription
event_idstringyesThe event ID of the specific habit instance to lock

Structured output declared, but exposes no named fields.

No examples provided.

mark_habit_done ~50

Mark a habit instance as done. Use this to mark today's scheduled habit event as completed.

NameTypeReqDescription
event_idstringyesThe event ID of the specific habit instance (from list_personal_events)

Structured output declared, but exposes no named fields.

No examples provided.

mark_task_complete ~30

Mark a task as complete.

NameTypeReqDescription
task_idintegeryesThe task ID to mark as complete

Structured output declared, but exposes no named fields.

No examples provided.

move_event ~95

Move/reschedule an event to a new time.

NameTypeReqDescription
end_timestringyesNew end time in ISO format (e.g., '2026-01-02T15:00:00Z')
event_idstringyesThe event ID to move
start_timestringyesNew start time in ISO format (e.g., '2026-01-02T14:00:00Z')

Structured output declared, but exposes no named fields.

No examples provided.

prioritize_task ~37

Prioritize a task (elevates to high priority, triggers rescheduling).

NameTypeReqDescription
task_idintegeryesThe task ID to prioritize

Structured output declared, but exposes no named fields.

No examples provided.

reschedule_focus_block ~88

Reschedule a focus time block to a different time.

NameTypeReqDescription
calendar_idintegeryesThe calendar ID containing the focus block
end_timeNew end time in ISO format (optional)
event_idstringyesThe focus block event ID to reschedule
start_timeNew start time in ISO format (optional, triggers AI reschedule if not provided)

Structured output declared, but exposes no named fields.

No examples provided.

restart_task ~35

Restart a completed/archived task (returns it to active scheduling).

NameTypeReqDescription
task_idintegeryesThe task ID to restart

Structured output declared, but exposes no named fields.

No examples provided.

set_event_rsvp ~90

Set RSVP status for a calendar event.

NameTypeReqDescription
calendar_idintegeryesThe calendar ID containing the event
event_idstringyesThe event ID to update RSVP for
rsvp_statusstringyesRSVP status (ACCEPTED, DECLINED, TENTATIVE, NEEDS_ACTION)
send_updatesbooleanWhether to send update notifications (default True)

Structured output declared, but exposes no named fields.

No examples provided.

skip_habit ~45

Skip a habit instance. Use this to skip today's scheduled habit event without marking it done.

NameTypeReqDescription
event_idstringyesThe event ID of the specific habit instance to skip

Structured output declared, but exposes no named fields.

No examples provided.

start_habit ~29

Start a habit session now.

NameTypeReqDescription
lineage_idintegeryesThe habit lineage ID to start

Structured output declared, but exposes no named fields.

No examples provided.

start_task ~37

Start working on a task (marks as IN_PROGRESS and starts timer).

NameTypeReqDescription
task_idintegeryesThe task ID to start working on

Structured output declared, but exposes no named fields.

No examples provided.

stop_habit ~30

Stop a currently running habit session.

NameTypeReqDescription
lineage_idintegeryesThe habit lineage ID to stop

Structured output declared, but exposes no named fields.

No examples provided.

stop_task ~37

Stop working on a task (pauses timer, keeps task active).

NameTypeReqDescription
task_idintegeryesThe task ID to stop working on

Structured output declared, but exposes no named fields.

No examples provided.

unlock_focus_block ~52

Unlock a focus time block to allow it to be rescheduled.

NameTypeReqDescription
calendar_idintegeryesThe calendar ID containing the focus block
event_idstringyesThe focus block event ID to unlock

Structured output declared, but exposes no named fields.

No examples provided.

unlock_habit_instance ~40

Unlock a habit instance to allow it to be rescheduled.

NameTypeReqDescription
event_idstringyesThe event ID of the specific habit instance to unlock

Structured output declared, but exposes no named fields.

No examples provided.

update_focus_settings ~100

Update focus time settings.

NameTypeReqDescription
defense_aggressionProtection level (NONE, LOW, MEDIUM, HIGH, MAX)
enabledWhether focus time is enabled
ideal_duration_minsIdeal focus block duration in minutes
max_duration_minsMaximum focus block duration in minutes
min_duration_minsMinimum focus block duration in minutes
settings_idintegeryesThe focus settings ID to update

Structured output declared, but exposes no named fields.

No examples provided.

update_habit ~164

Update an existing smart habit.

NameTypeReqDescription
defense_aggressionNew defense aggression (optional)
descriptionNew description (optional)
duration_max_minsNew maximum duration in minutes (optional)
duration_min_minsNew minimum duration in minutes (optional)
enabledEnable/disable the habit (optional)
event_typeNew event type (optional)
frequencyNew frequency (DAILY, WEEKLY, MONTHLY, YEARLY) (optional)
ideal_daysNew ideal days list (optional)
ideal_timeNew preferred time in "HH:MM" format (optional)
lineage_idintegeryesThe habit lineage ID to update
titleNew title (optional)

Structured output declared, but exposes no named fields.

No examples provided.

update_task ~85

Update an existing task in Reclaim.ai.

NameTypeReqDescription
due_dateNew due date in ISO format (optional)
duration_minutesNew duration in minutes (optional)
statusNew status - NEW, SCHEDULED, IN_PROGRESS, COMPLETE (optional)
task_idintegeryesThe task ID to update
titleNew title (optional)

Structured output declared, but exposes no named fields.

No examples provided.

verify_connection ~32

Verify API connection by fetching current user info. Returns: Connection status with user details (id, email, name).

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

Common questions

What is the io.github.universalamateur/reclaim-mcp-server server?

io.github.universalamateur/reclaim-mcp-server is listed in the public MCP registry as io.github.universalamateur/reclaim-mcp-server. MCP server for Reclaim.ai - calendar, tasks, habits, and focus time management. This page covers its PyPI package (reclaim-mcp-server).

Is the io.github.universalamateur/reclaim-mcp-server server safe to use?

io.github.universalamateur/reclaim-mcp-server scores 68 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 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.universalamateur/reclaim-mcp-server server expose?

io.github.universalamateur/reclaim-mcp-server exposes 40 tools: health_check, verify_connection, list_tasks, list_completed_tasks, get_task, and 35 more. Their descriptions and schemas cost roughly 2,708 tokens of context every time the server is loaded.

Is the io.github.universalamateur/reclaim-mcp-server server still maintained?

io.github.universalamateur/reclaim-mcp-server 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.universalamateur/reclaim-mcp-server server under?

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