todoms-mcp
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管理の機能を提供します。
このプロジェクトは、Model Context Protocol(MCP)を活用して、AI開発ツールからTodo管理アプリケーションの機能にアクセスするためのブリッジとして機能します。ユーザー登録、認証、およびTodoアイテムの作成、取得、更新、削除などの機能を提供します。
Features
- ユーザー管理: サインアップ、ログイン、ログアウト、現在のユーザー情報取得を含むユーザー管理機能を提供します。
- Todo管理: 全Todoの取得、特定のTodoの取得、単一または複数のTodoの作成、更新、削除を行う機能を提供します。
Tools
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