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管理の機能を提供します。

このプロジェクトは、Model Context Protocol(MCP)を活用して、AI開発ツールからTodo管理アプリケーションの機能にアクセスするためのブリッジとして機能します。ユーザー登録、認証、およびTodoアイテムの作成、取得、更新、削除などの機能を提供します。

Features

  • ユーザー管理: サインアップ、ログイン、ログアウト、現在のユーザー情報取得を含むユーザー管理機能を提供します。
  • Todo管理: 全Todoの取得、特定のTodoの取得、単一または複数のTodoの作成、更新、削除を行う機能を提供します。

Tools

  1. signup

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

  2. login

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

  3. logout

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

  4. get_all_todos

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

  5. get_todo

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

  6. create_todos

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

  7. update_todo

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

  8. delete_todo

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