Personal TODO List API
1.0.0

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://bump.sh/bump-examples/hub/code-samples/doc/to-do-list/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"To do list MCP server": {
  "url": "https://bump.sh/bump-examples/hub/code-samples/doc/to-do-list/mcp"
}
Close
Base URL
https://api.todolist.local/v1

This API allows an individual to manage a simple list of tasks. Tasks have a status of 'new' when first created and should be moved to 'in progress' when the task has begun and 'completed' once the task is finished.

This is version 1.0.0 of this API documentation. Last update on Sep 23, 2024.

This API is provided under license Apache 2.0.