get_safety_model — FlightSweeper MCP Tool Read-only
get_safety_model
(get safety model) is one of 4 tools on the
FlightSweeper
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call get_safety_model from your client
- Claude Code FlightSweeper get_safety_model run in your project directory
- Claude Desktop FlightSweeper get_safety_model ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor FlightSweeper get_safety_model ~/.cursor/mcp.json
- VS Code FlightSweeper get_safety_model .vscode/mcp.json
- Zed FlightSweeper get_safety_model ~/.config/zed/settings.json
- Windsurf FlightSweeper get_safety_model ~/.codeium/windsurf/mcp_config.json
- Cline FlightSweeper get_safety_model ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI FlightSweeper get_safety_model ~/.gemini/settings.json
- Grok FlightSweeper get_safety_model .mcp.json (in your project root)
- ChatGPT FlightSweeper get_safety_model Settings → Connectors → Advanced → Developer mode
- Claude.ai FlightSweeper get_safety_model Settings → Connectors → Add custom connector
- LangChain FlightSweeper get_safety_model pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http public https://flightsweeper-webmcp.vercel.app/mcp
Other tools on this server
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.