teeps-heisenberg/MCP-Server-Fast-MCP
3.2
If you are the rightful owner of MCP-Server-Fast-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 dayong@mcphub.com.
This project demonstrates the integration of a FastAPI application with an MCP server and Gemini CLI for natural language interactions.
Tools
Functions exposed to the LLM to take actions
get_health
Check API health status
get_users
Retrieve all users
get_user
Get a specific user by ID
create_user
Create a new user
delete_user
Delete a user by ID
get_tasks
Retrieve all tasks
get_task
Get a specific task by ID
create_task
Create a new task
complete_task
Mark a task as completed
delete_task
Delete a task by ID
calculate
Perform mathematical calculations
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client