@mgcrea/mcp-apple-reminders

MCPcon attestation
v1.9.0io.github.mgcreaMITActualizado hace 1 dnpmGitHub

Search, read and act on Apple Reminders — lists, due dates, writes off by default

Funciona en
ClaudeCursorCopilotGemini

Inferido de los transportes que declara este listado (stdio). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.

Build con attestation
Una attestation de procedencia verificada vincula este artefacto al repositorio listado. Nadie ha reclamado todavía el listado: esto demuestra dónde se construyó el código, no quién lo respalda.
344Descargas/sem.
hace 1 dÚltima actualización
Paquete
Autorio.github.mgcrea
LicenciaMIT
Versión1.9.0
Fuentenpm+mcp-registry
Estado de confianza
A
85/100Fiable
Listado en el índice de Forge+10/10
Identidad verificada · build con attestation+20/20
Firma de publicación Ed25519+0/5
Se incluye automáticamente cuando el publicador ejecuta `forge publish`
Verificación de dominio+0/5
Publicador: aloja /.well-known/forge.json en la página del paquete con { "publisher": "<github-login>" }
npm Trusted Publishing (Sigstore)+5/5
Coincidencia de maintainer en npm+0/5
Publicador: añade el login de GitHub verificado a los maintainers del paquete de npm (npm owner add <login>)
Análisis CVE · limpio+30/30
Análisis estático · limpio+20/20
Pégalo en Claude Code, Cursor o cualquier asistente de IA para corregir todas las carencias
EstadoIdentidad verificada
PublicadorSin verificar
FirmaSin firmar
Dominio
Procedencia✓ Verificado con Sigstore · 938b31f
Dependencias✓ 60 resueltas+ · ninguna vulnerable
Superficie de herramientas13 herramientas · 2 privilegiadas
Análisis de seguridad✓ Limpiov1.9.0 · hoy¿Qué tan bien funciona este análisis?
EvaluacionesNinguna
Indexado2 sept 2026

La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.

Herramientas

13 herramientas · 2 privilegiadas
Extraído estáticamente del paquete publicadov1.9.0 · 23h ago

Leído del código que npm publica realmente, en el momento del análisis. El paquete nunca se ejecutó. Las herramientas registradas dinámicamente en tiempo de ejecución, o escondidas en código empaquetado o minificado, pueden pasarse por alto — así que esto es un mínimo de la superficie de herramientas, no un censo completo.

apple_reminders_whats_dueReport what is actually outstanding across the lists, separating overdue from upcoming and from undated. Read-only — it does not complete or reschedule anything.

Report what is actually outstanding across the lists, separating overdue from upcoming and from undated. Read-only — it does not complete or reschedule anything.

No se publicó ningún esquema de entrada para esta herramienta.

apple_reminders_capture_action_itemsTurn a thread, a meeting or a note into reminders — checking what already exists first, because re-running this over the same source is how duplicates happen. Requires writes.

Turn a thread, a meeting or a note into reminders — checking what already exists first, because re-running this over the same source is how duplicates happen. Requires writes.

No se publicó ningún esquema de entrada para esta herramienta.

apple_reminders_diagnosticsReport which lanes are live, which macOS permissions are granted, and what each missing one is blocking. Start here when a tool returns degraded or fails — it names the exact System Settings pane to open.

Report which lanes are live, which macOS permissions are granted, and what each missing one is blocking. Start here when a tool returns degraded or fails — it names the exact System Settings pane to open.

No se publicó ningún esquema de entrada para esta herramienta.

apple_reminders_list_accountsList the Reminders accounts, with how many lists and reminders each holds. Start here to discover account names for the other tools.

List the Reminders accounts, with how many lists and reminders each holds. Start here to discover account names for the other tools.

No se publicó ningún esquema de entrada para esta herramienta.

apple_reminders_list_listsList every Reminders list, across accounts. Lists nest inside other lists (Reminders calls those groups), so each entry carries its depth. Each also reports its total and incomplete counts, which is the cheapest way to see where the live work is.

List every Reminders list, across accounts. Lists nest inside other lists (Reminders calls those groups), so each entry carries its depth. Each also reports its total and incomplete counts, which is the cheapest way to see where the live work is.

No se publicó ningún esquema de entrada para esta herramienta.

apple_reminders_create_reminderCreate a reminder. With no list, it goes to the list Reminders itself treats as the default — the same one the app would have used.

Create a reminder. With no list, it goes to the list Reminders itself treats as the default — the same one the app would have used.

No se publicó ningún esquema de entrada para esta herramienta.

apple_reminders_update_reminderChange fields on one reminder. Anything you omit is left alone. Setting `due` to a bare day converts it to an all-day reminder; setting a date-time makes it timed.

Change fields on one reminder. Anything you omit is left alone. Setting `due` to a bare day converts it to an all-day reminder; setting a date-time makes it timed.

No se publicó ningún esquema de entrada para esta herramienta.

apple_reminders_complete_remindersTick reminders off, or un-tick them with `completed: false`. Separate from update because it is the common case and takes several at once.

Tick reminders off, or un-tick them with `completed: false`. Separate from update because it is the common case and takes several at once.

No se publicó ningún esquema de entrada para esta herramienta.

apple_reminders_move_remindersprivilegiadaMove reminders to another list. NOTE: Reminders' scripting interface makes a list read-only on a reminder, so this is a copy followed by a delete. Each moved reminder therefore gets a NEW ref (returned alongside the old one) and a new creation date. The original is deleted only after the copy is co…

Move reminders to another list. NOTE: Reminders' scripting interface makes a list read-only on a reminder, so this is a copy followed by a delete. Each moved reminder therefore gets a NEW ref (returned alongside the old one) and a new creation date. The original is deleted only after the copy is co…

No se publicó ningún esquema de entrada para esta herramienta.

apple_reminders_delete_remindersprivilegiadaDelete reminders. Unlike Notes, Reminders has no Recently Deleted — this is irreversible, so it requires an explicit confirm.

Delete reminders. Unlike Notes, Reminders has no Recently Deleted — this is irreversible, so it requires an explicit confirm.

No se publicó ningún esquema de entrada para esta herramienta.

apple_reminders_list_remindersList reminders, soonest due first, with undated ones last. Returns a `ref` per reminder for the read and action tools. Completed reminders are excluded unless you ask for them. Every filter is optional; with none, this is the whole live list.

List reminders, soonest due first, with undated ones last. Returns a `ref` per reminder for the read and action tools. Completed reminders are excluded unless you ask for them. Every filter is optional; with none, this is the whole live list.

No se publicó ningún esquema de entrada para esta herramienta.

apple_reminders_search_remindersSearch reminders by text. `scope: "full"` (the default) matches the name and the notes body; `scope: "title"` matches only the name. Accepts the same filters as list_reminders, so you can search within one list or one date range.

Search reminders by text. `scope: "full"` (the default) matches the name and the notes body; `scope: "title"` matches only the name. Accepts the same filters as list_reminders, so you can search within one list or one date range.

No se publicó ningún esquema de entrada para esta herramienta.

apple_reminders_get_reminderRead one reminder in full by ref, including its notes body and any subtasks. `dueDate` and `alldayDueDate` are reported separately from the combined `due` field, so you can see which property actually holds the date.

Read one reminder in full by ref, including its notes body and any subtasks. `dueDate` and `alldayDueDate` are reported separately from the combined `due` field, so you can see which property actually holds the date.

No se publicó ningún esquema de entrada para esta herramienta.

13 de 13 herramientas publicaron una descripción.

Los nombres y descripciones de las herramientas los escribe el publicador y se muestran literalmente como texto inerte. Son las cadenas que un cliente MCP pasa al modelo, así que Forge las analiza en busca de patrones de inyección de prompts — cualquier hallazgo aparece junto al análisis de seguridad de arriba. «Privilegiada» es una coincidencia de palabra clave en el nombre de la herramienta, no una auditoría de lo que hace: un nombre inofensivo puede hacer cualquier cosa.

Acerca de

Search, read and act on Apple Reminders — lists, due dates, writes off by default

Palabras clave
mcp
Alternativas
Comparando superficies de herramientas…

Árbol de dependencias

Lo que un análisis de Forge resolvió a partir de los metadatos de npm el 2026-09-02: resolución observada, no una declaración del publicador.

60 paquetes resueltos · 3 directos · ninguno con avisos de seguridad La resolución se detiene en la profundidad 4 y en 60 paquetes.

El rastreo se detuvo en el límite de profundidad 4. Nada por debajo de ese nivel llegó a resolverse.

El rastreo se detuvo en el límite de 60 paquetes. El resto del árbol nunca se resolvió.

Hay 36 paquetes resueltos más que no se dibujan aquí (límite de visualización: 24). Toda dependencia con avisos de seguridad se dibuja aunque se supere el límite. Inventario completo (SBOM CycloneDX)

Declaradas pero no resueltas

54 dependencias declaradas nunca llegaron al árbol. Faltan en la resolución de Forge, no en el paquete.

+42 más sin listar. Los recuentos por motivo de arriba las incluyen todas.

No se siguen: peerDependencies. Este árbol cubre solo dependencias en tiempo de ejecución, así que lo que estas arrastren nunca se resolvió.