5 tools from the Floyd MCP Server, categorised by risk level.
View the Floyd policy →floyd_confirm_booking Confirm a held booking. Only call this after the user has explicitly agreed to finalize the booking. floyd_get_available_slots Check available appointment times for a service. floyd_get_booking Retrieve booking details. Use this for recap at end of session or to check current status. floyd_hold_booking Place a temporary hold on a time slot. The hold expires automatically if not confirmed. Use a slotId from floyd_get_available_slots, or provide exp... The Floyd MCP server exposes 5 tools across 2 categories: Read, Destructive.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Floyd server.
Floyd tools are categorised as Read (4), Destructive (1). Each category has a recommended default policy.
Open source. One binary. Zero dependencies.
npx -y @policylayer/intercept