todoms-mcp

todoms-mcp

3.2

If you are the rightful owner of todoms-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

todoms-mcp は、Todo管理アプリケーション「todoms」用のModel Context Protocol(MCP)サーバーです。MCPを使用してユーザー認証とTodo管理の機能を提供します。

signup

ユーザー登録 - パラメータ: email, password

login

ログイン - パラメータ: email, password

logout

ログアウト - パラメータ: なし

get_all_todos

全Todoを取得 - パラメータ: なし

get_todo

特定のTodoを取得 - パラメータ: todoId

create_todos

複数のTodoを作成 - パラメータ: todos (Todoオブジェクトの配列)

update_todo

Todoを更新 - パラメータ: todoId, todoData

delete_todo

Todoを削除 - パラメータ: todoId