youcanbookme for Gemini CLI
io.usefulapi/youcanbookme
Manage YouCanBook.me bookings, booking pages, appointment types, team members and locations.
client:Gemini CLI
transport:streamable-http
tools:18
Install youcanbookme in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"youcanbookme": {
"httpUrl": "https://youcanbookme.usefulapi.io/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs
What Gemini CLI can do once it is connected
- list_bookings
- get_booking
- list_profiles
- get_profile
- list_team_members
- list_appointment_types
- list_locations
- list_available_accounts
- youcanbookme_request
- create_booking
- update_booking
- cancel_booking
- update_profile
- create_appointment_type
- update_appointment_type
- create_team_member
- update_team_member
- create_location