TodoMCPServer

cpateldev/TodoMCPServer

3.2

If you are the rightful owner of TodoMCPServer 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 Model Context Protocol (MCP) server is a versatile tool that extends traditional REST APIs with AI agent tooling capabilities, allowing seamless interaction with AI assistants.

Tools

Functions exposed to the LLM to take actions

get_all_todos

Retrieve all todo items optionally filtered by status.

get_todo_by_id

Retrieve a todo item by its ID.

get_todos_by_ids

Retrieve multiple todo items by their IDs.

search_todos_by_name

Search todo items by name.

add_todo_item

Add a new todo item.

update_todo_item

Update an existing todo item by id.

batch_update_todo_items

Batch update todo items.

delete_todo_item

Delete a todo item by its ID.

get_completed_todos

Retrieve all completed todo items.

complete_todo_item

Mark a todo item as complete by its ID.

todo_exists

Check if a todo item exists by its ID.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources