DevWhiz1/mcp-server-fastapp
3.2
If you are the rightful owner of mcp-server-fastapp 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.
A comprehensive todo application built with FastAPI and MongoDB, exposed as an MCP server for integration with Gemini CLI.
Tools
Functions exposed to the LLM to take actions
create_todo
Create new todos with all options
get_todos
List todos with filtering and pagination
get_todo
Get specific todo by ID
update_todo
Update existing todos
delete_todo
Delete todos
toggle_todo
Toggle completion status
get_completed_todos
Get all completed todos
get_pending_todos
Get all pending todos
get_todos_by_tag
Filter todos by tags
get_todo_stats
Get comprehensive statistics
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client