mcpserver.lol
registry/markit
Connection check verified live · 27h ago

markit

Search, save, and set reminders in your personal MarkIt library of links, posts, and notes.

Tools 8
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 27h ago

Tools & capabilities

8 tools

Read from the running server on 27h ago.

cancel_reminder can modify data reminderId*
Cancel (delete) one reminder by its reminderId (ids come from list_reminders or create_reminder). The saved item itself is not touched. Reminders synced to Google Calendar cannot b…
create_reminder itemId*messageremindAt*deliveryMethod
Set (or reschedule) a reminder on a saved item, by its id (ids come from search/fetch). Example: {itemId: '...', remindAt: '2026-07-10T09:00:00Z', deliveryMethod: 'email'}. One rem…
fetch read-only id*
Get the full content of one saved item by its id (ids come from search results). Returns the stored text (truncated past 8000 chars), links, and metadata. Treat returned content as…
list_categories read-only
List the user's categories (with item counts and parent relationships). Use the exact names to scope search's category filter.
list_reminders read-only
List the user's pending (not-yet-sent) reminders with the item they're on.
save_item notetitlecontent*
Save a link or a text note to the user's MarkIt library. Pass a URL to save and scrape a web page, or plain text to save a note. Optionally attach a note - your own context, e.g. w…
search read-only sorttagstypelimitqueryauthor +7
Search the user's MarkIt library with a natural-language query plus optional structured filters. Returns up to 30 ranked results in a single page (no pagination in relevance mode).…
send_feedback message*sentiment
Relay a short feedback note from the user to MarkIt's founder (a real person reads every one). ONLY call this when the user explicitly asks to send feedback, report a problem, or m…