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
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
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
claude mcp add universalamateur-reclaim-mcp-server -- uvx reclaim-mcp-server
{
"mcpServers": {
"universalamateur-reclaim-mcp-server": {
"command": "uvx",
"args": [
"reclaim-mcp-server"
]
}
}
} {
"servers": {
"universalamateur-reclaim-mcp-server": {
"command": "uvx",
"args": [
"reclaim-mcp-server"
]
}
}
} codex mcp add universalamateur-reclaim-mcp-server -- uvx reclaim-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"universalamateur-reclaim-mcp-server": {
"type": "local",
"command": [
"uvx",
"reclaim-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add universalamateur-reclaim-mcp-server --command uvx --arg reclaim-mcp-server
mcp_servers:
universalamateur-reclaim-mcp-server:
command: "uvx"
args: ["reclaim-mcp-server"] {
"McpServers": {
"universalamateur-reclaim-mcp-server": {
"Transport": "stdio",
"Command": "uvx",
"Arguments": [
"reclaim-mcp-server"
]
}
}
} assistant mcp add universalamateur-reclaim-mcp-server -t stdio -c uvx -a reclaim-mcp-server
{
"mcpServers": {
"universalamateur-reclaim-mcp-server": {
"command": "uvx",
"args": [
"reclaim-mcp-server"
]
}
}
} 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
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 →
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 →
add_time_to_task Add Time To Task ~57
Log time spent on a task using Reclaim's planner API.
| Name | Type | Req | Description |
|---|---|---|---|
| minutes | integer | yes | Minutes worked on the task |
| notes | – | – | Optional notes about the work done |
| task_id | integer | yes | The task ID |
Structured output declared, but exposes no named fields.
No examples provided.
convert_event_to_habit 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.
| Name | Type | Req | Description |
|---|---|---|---|
| calendar_id | integer | yes | The calendar ID containing the event |
| defense_aggression | string | – | Protection level (DEFAULT, NONE, LOW, MEDIUM, HIGH, MAX) |
| description | – | – | Optional habit description |
| duration_max_mins | – | – | Maximum duration in minutes (defaults to min duration) |
| duration_min_mins | integer | yes | Minimum duration in minutes |
| enabled | boolean | – | Whether habit is active (default True) |
| event_id | string | yes | The event ID to convert |
| event_type | string | – | Type (FOCUS, SOLO_WORK, PERSONAL, etc.) - default SOLO_WORK |
| frequency | string | – | Recurrence (DAILY, WEEKLY, MONTHLY, YEARLY) - default WEEKLY |
| ideal_days | – | – | Days for WEEKLY frequency (MONDAY, TUESDAY, etc.) |
| ideal_time | string | yes | Preferred time in "HH:MM" format (e.g., "09:00") |
| time_policy_type | – | – | Time policy (WORK, PERSONAL, MEETING). Auto-inferred if not provided. |
| title | string | yes | Habit name/title |
Structured output declared, but exposes no named fields.
No examples provided.
create_habit Create Habit ~224
Create a new smart habit for auto-scheduling.
| Name | Type | Req | Description |
|---|---|---|---|
| defense_aggression | string | – | Protection level (DEFAULT, NONE, LOW, MEDIUM, HIGH, MAX) |
| description | – | – | Optional habit description |
| duration_max_mins | – | – | Maximum duration in minutes (defaults to min duration) |
| duration_min_mins | integer | yes | Minimum duration in minutes |
| enabled | boolean | – | Whether habit is active (default True) |
| event_type | string | – | Type (FOCUS, SOLO_WORK, PERSONAL, etc.) - default SOLO_WORK |
| frequency | string | – | Recurrence (DAILY, WEEKLY, MONTHLY, YEARLY) - default WEEKLY |
| ideal_days | – | – | Days for WEEKLY frequency (MONDAY, TUESDAY, etc.) |
| ideal_time | string | yes | Preferred time in "HH:MM" format (e.g., "09:00") |
| time_policy_type | – | – | Time policy (WORK, PERSONAL, MEETING). Auto-inferred if not provided. |
| title | string | yes | Habit name/title |
Structured output declared, but exposes no named fields.
No examples provided.
create_task Create Task ~142
Create a new task in Reclaim.ai for auto-scheduling.
| Name | Type | Req | Description |
|---|---|---|---|
| due_date | – | – | ISO date string (YYYY-MM-DD) or None for no deadline |
| duration_minutes | integer | yes | Total time needed for the task in minutes |
| max_chunk_size_minutes | – | – | Maximum time block size (None = duration) |
| min_chunk_size_minutes | integer | – | Minimum time block size (default 15) |
| priority | string | – | P1 (Critical), P2 (High), P3 (Medium), P4 (Low) |
| snooze_until | – | – | Don't schedule before this datetime (ISO format) |
| title | string | yes | Task title/description |
Structured output declared, but exposes no named fields.
No examples provided.
delete_habit Delete Habit ~28
Delete a smart habit.
| Name | Type | Req | Description |
|---|---|---|---|
| lineage_id | integer | yes | The habit lineage ID to delete |
| Name | Type | Req | Description |
|---|---|---|---|
| result | boolean | yes | – |
No examples provided.
delete_task Delete Task ~29
Delete a task from Reclaim.ai.
| Name | Type | Req | Description |
|---|---|---|---|
| task_id | integer | yes | The task ID to delete |
| Name | Type | Req | Description |
|---|---|---|---|
| result | boolean | yes | – |
No examples provided.
disable_habit Disable Habit ~33
Disable a habit to pause scheduling without deleting it.
| Name | Type | Req | Description |
|---|---|---|---|
| lineage_id | integer | yes | The habit lineage ID to disable |
| Name | Type | Req | Description |
|---|---|---|---|
| result | boolean | yes | – |
No examples provided.
enable_habit Enable Habit ~31
Enable a disabled habit to resume scheduling.
| Name | Type | Req | Description |
|---|---|---|---|
| lineage_id | integer | yes | The habit lineage ID to enable |
Structured output declared, but exposes no named fields.
No examples provided.
get_event 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.
| Name | Type | Req | Description |
|---|---|---|---|
| calendar_id | integer | yes | The calendar ID containing the event |
| event_id | string | yes | The event ID to retrieve |
| thin | boolean | – | If True, return minimal event data (default False for full details) |
Structured output declared, but exposes no named fields.
No examples provided.
get_focus_insights Get Focus Insights ~63
Get focus time insights and recommendations.
| Name | Type | Req | Description |
|---|---|---|---|
| end | string | yes | End date in ISO format (e.g., '2026-01-31') |
| start | string | yes | Start date in ISO format (e.g., '2026-01-01') |
Structured output declared, but exposes no named fields.
No examples provided.
get_focus_settings 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.
| Name | Type | Req | Description |
|---|---|---|---|
| result | array | yes | – |
No examples provided.
get_habit Get Habit ~32
Get a single smart habit by lineage ID.
| Name | Type | Req | Description |
|---|---|---|---|
| lineage_id | integer | yes | The habit lineage ID to retrieve |
Structured output declared, but exposes no named fields.
No examples provided.
get_task Get Task ~28
Get a single task by ID.
| Name | Type | Req | Description |
|---|---|---|---|
| task_id | integer | yes | The task ID to retrieve |
Structured output declared, but exposes no named fields.
No examples provided.
get_user_analytics Get User Analytics ~94
Get personal productivity analytics for the current user.
| Name | Type | Req | Description |
|---|---|---|---|
| end | string | yes | End date in ISO format (e.g., '2026-01-31') |
| metric_name | string | yes | The metric to retrieve. One of: - DURATION_BY_CATEGORY - DURATION_BY_DATE_BY_CATEGORY |
| start | string | yes | Start date in ISO format (e.g., '2026-01-01') |
Structured output declared, but exposes no named fields.
No examples provided.
health_check Health Check ~15
Check if the server is running.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
list_completed_tasks List Completed Tasks ~36
List completed and archived tasks from Reclaim.ai.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | Maximum number of tasks to return (default 50) |
| Name | Type | Req | Description |
|---|---|---|---|
| result | array | yes | – |
No examples provided.
list_events List Events ~150
List calendar events within a time range.
| Name | Type | Req | Description |
|---|---|---|---|
| calendar_ids | – | – | Optional list of calendar IDs to filter by |
| end | string | yes | End date (e.g., '2026-01-02' or '2026-01-02T23:59:59Z' - time is ignored) |
| event_type | – | – | Optional event type filter (EXTERNAL, RECLAIM_MANAGED, etc.) |
| start | string | yes | Start date (e.g., '2026-01-02' or '2026-01-02T00:00:00Z' - time is ignored) |
| thin | boolean | – | If True, return minimal event data (default True) |
| Name | Type | Req | Description |
|---|---|---|---|
| result | array | yes | – |
No examples provided.
list_habits 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.
| Name | Type | Req | Description |
|---|---|---|---|
| result | array | yes | – |
No examples provided.
list_personal_events List Personal Events ~63
List Reclaim-managed personal events (tasks, habits, focus time).
| Name | Type | Req | Description |
|---|---|---|---|
| end | – | – | Optional end datetime in ISO format |
| limit | integer | – | Maximum number of events to return (default 50) |
| start | – | – | Optional start datetime in ISO format |
| Name | Type | Req | Description |
|---|---|---|---|
| result | array | yes | – |
No examples provided.
list_tasks List Tasks ~65
List active tasks from Reclaim.ai (excludes completed by default).
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | Maximum number of tasks to return (default 50) |
| status | string | – | Comma-separated task statuses (NEW, SCHEDULED, IN_PROGRESS, COMPLETE, ARCHIVED) |
| Name | Type | Req | Description |
|---|---|---|---|
| result | array | yes | – |
No examples provided.
lock_focus_block Lock Focus Block ~52
Lock a focus time block to prevent it from being rescheduled.
| Name | Type | Req | Description |
|---|---|---|---|
| calendar_id | integer | yes | The calendar ID containing the focus block |
| event_id | string | yes | The focus block event ID to lock |
Structured output declared, but exposes no named fields.
No examples provided.
lock_habit_instance Lock Habit Instance ~40
Lock a habit instance to prevent it from being rescheduled.
| Name | Type | Req | Description |
|---|---|---|---|
| event_id | string | yes | The event ID of the specific habit instance to lock |
Structured output declared, but exposes no named fields.
No examples provided.
mark_habit_done Mark Habit Done ~50
Mark a habit instance as done. Use this to mark today's scheduled habit event as completed.
| Name | Type | Req | Description |
|---|---|---|---|
| event_id | string | yes | The 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 Mark Task Complete ~30
Mark a task as complete.
| Name | Type | Req | Description |
|---|---|---|---|
| task_id | integer | yes | The task ID to mark as complete |
Structured output declared, but exposes no named fields.
No examples provided.
move_event Move Event ~95
Move/reschedule an event to a new time.
| Name | Type | Req | Description |
|---|---|---|---|
| end_time | string | yes | New end time in ISO format (e.g., '2026-01-02T15:00:00Z') |
| event_id | string | yes | The event ID to move |
| start_time | string | yes | New 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 Prioritize Task ~37
Prioritize a task (elevates to high priority, triggers rescheduling).
| Name | Type | Req | Description |
|---|---|---|---|
| task_id | integer | yes | The task ID to prioritize |
Structured output declared, but exposes no named fields.
No examples provided.
reschedule_focus_block Reschedule Focus Block ~88
Reschedule a focus time block to a different time.
| Name | Type | Req | Description |
|---|---|---|---|
| calendar_id | integer | yes | The calendar ID containing the focus block |
| end_time | – | – | New end time in ISO format (optional) |
| event_id | string | yes | The focus block event ID to reschedule |
| start_time | – | – | New 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 Restart Task ~35
Restart a completed/archived task (returns it to active scheduling).
| Name | Type | Req | Description |
|---|---|---|---|
| task_id | integer | yes | The task ID to restart |
Structured output declared, but exposes no named fields.
No examples provided.
set_event_rsvp Set Event Rsvp ~90
Set RSVP status for a calendar event.
| Name | Type | Req | Description |
|---|---|---|---|
| calendar_id | integer | yes | The calendar ID containing the event |
| event_id | string | yes | The event ID to update RSVP for |
| rsvp_status | string | yes | RSVP status (ACCEPTED, DECLINED, TENTATIVE, NEEDS_ACTION) |
| send_updates | boolean | – | Whether to send update notifications (default True) |
Structured output declared, but exposes no named fields.
No examples provided.
skip_habit Skip Habit ~45
Skip a habit instance. Use this to skip today's scheduled habit event without marking it done.
| Name | Type | Req | Description |
|---|---|---|---|
| event_id | string | yes | The event ID of the specific habit instance to skip |
Structured output declared, but exposes no named fields.
No examples provided.
start_habit Start Habit ~29
Start a habit session now.
| Name | Type | Req | Description |
|---|---|---|---|
| lineage_id | integer | yes | The habit lineage ID to start |
Structured output declared, but exposes no named fields.
No examples provided.
start_task Start Task ~37
Start working on a task (marks as IN_PROGRESS and starts timer).
| Name | Type | Req | Description |
|---|---|---|---|
| task_id | integer | yes | The task ID to start working on |
Structured output declared, but exposes no named fields.
No examples provided.
stop_habit Stop Habit ~30
Stop a currently running habit session.
| Name | Type | Req | Description |
|---|---|---|---|
| lineage_id | integer | yes | The habit lineage ID to stop |
Structured output declared, but exposes no named fields.
No examples provided.
stop_task Stop Task ~37
Stop working on a task (pauses timer, keeps task active).
| Name | Type | Req | Description |
|---|---|---|---|
| task_id | integer | yes | The task ID to stop working on |
Structured output declared, but exposes no named fields.
No examples provided.
unlock_focus_block Unlock Focus Block ~52
Unlock a focus time block to allow it to be rescheduled.
| Name | Type | Req | Description |
|---|---|---|---|
| calendar_id | integer | yes | The calendar ID containing the focus block |
| event_id | string | yes | The focus block event ID to unlock |
Structured output declared, but exposes no named fields.
No examples provided.
unlock_habit_instance Unlock Habit Instance ~40
Unlock a habit instance to allow it to be rescheduled.
| Name | Type | Req | Description |
|---|---|---|---|
| event_id | string | yes | The event ID of the specific habit instance to unlock |
Structured output declared, but exposes no named fields.
No examples provided.
update_focus_settings Update Focus Settings ~100
Update focus time settings.
| Name | Type | Req | Description |
|---|---|---|---|
| defense_aggression | – | – | Protection level (NONE, LOW, MEDIUM, HIGH, MAX) |
| enabled | – | – | Whether focus time is enabled |
| ideal_duration_mins | – | – | Ideal focus block duration in minutes |
| max_duration_mins | – | – | Maximum focus block duration in minutes |
| min_duration_mins | – | – | Minimum focus block duration in minutes |
| settings_id | integer | yes | The focus settings ID to update |
Structured output declared, but exposes no named fields.
No examples provided.
update_habit Update Habit ~164
Update an existing smart habit.
| Name | Type | Req | Description |
|---|---|---|---|
| defense_aggression | – | – | New defense aggression (optional) |
| description | – | – | New description (optional) |
| duration_max_mins | – | – | New maximum duration in minutes (optional) |
| duration_min_mins | – | – | New minimum duration in minutes (optional) |
| enabled | – | – | Enable/disable the habit (optional) |
| event_type | – | – | New event type (optional) |
| frequency | – | – | New frequency (DAILY, WEEKLY, MONTHLY, YEARLY) (optional) |
| ideal_days | – | – | New ideal days list (optional) |
| ideal_time | – | – | New preferred time in "HH:MM" format (optional) |
| lineage_id | integer | yes | The habit lineage ID to update |
| title | – | – | New title (optional) |
Structured output declared, but exposes no named fields.
No examples provided.
update_task Update Task ~85
Update an existing task in Reclaim.ai.
| Name | Type | Req | Description |
|---|---|---|---|
| due_date | – | – | New due date in ISO format (optional) |
| duration_minutes | – | – | New duration in minutes (optional) |
| status | – | – | New status - NEW, SCHEDULED, IN_PROGRESS, COMPLETE (optional) |
| task_id | integer | yes | The task ID to update |
| title | – | – | New title (optional) |
Structured output declared, but exposes no named fields.
No examples provided.
verify_connection 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.
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.