JR33D/jotty-mcp-server
If you are the rightful owner of jotty-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Jotty MCP Server is a Model Context Protocol server designed to connect Claude Desktop to the Jotty REST API, enabling language models to interact with Jotty checklists and notes.
Tools
Functions exposed to the LLM to take actions
AllChecklistsFetcher
Retrieves all checklists associated with the authenticated user from the Jotty API.
ChecklistItemAdder
Adds a new item to a specified checklist via the Jotty API.
ChecklistItemChecker
Marks a specified item within a checklist as complete via the Jotty API.
ChecklistItemUnchecker
Marks a specified item within a checklist as incomplete via the Jotty API.
AllNotesFetcher
Retrieves all notes associated with the authenticated user from the Jotty API.
NoteCreator
Facilitates the creation of new notes for the authenticated user via the Jotty API.
UserInfoFetcher
Retrieves detailed information for a specified Jotty user.
CategoryFetcher
Retrieves all available categories from the Jotty API.
AccountSummaryFetcher
Retrieves summary statistics for the authenticated Jotty account.
DataExporter
Initiates a full export of Jotty user data in a specified format.
ExportProgressMonitor
Monitors the progress of a specified data export operation.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client