{"slug":"simplyminimal/fleet-mcp","name":"Fleet-MCP","description":"Enables AI assistants to interact with Fleet Device Management for device management, security monitoring, and compliance enforcement.","category":"cloud-service","tags":[],"official":false,"stars":5,"transport":"stdio","install":[{"cmd":"uvx fleet-mcp","imports":[]}],"tools":[{"name":"fleet_list_hosts","description":"List hosts with filtering, pagination, and search"},{"name":"fleet_get_host","description":"Get detailed information about a specific host by ID"},{"name":"fleet_get_host_by_identifier","description":"Get host by hostname, UUID, or hardware serial"},{"name":"fleet_search_hosts","description":"Search hosts by hostname, UUID, serial number, or IP"},{"name":"fleet_list_host_upcoming_activities","description":"List upcoming activities for a specific host"},{"name":"fleet_list_host_past_activities","description":"List past activities for a specific host"},{"name":"fleet_get_host_mdm","description":"Get MDM information for a specific host"},{"name":"fleet_list_host_certificates","description":"List certificates for a specific host"},{"name":"fleet_get_host_macadmins","description":"Get macadmins data (Munki, MDM profiles) for a host"},{"name":"fleet_get_host_device_mapping","description":"Get device mapping information for a host"},{"name":"fleet_get_host_encryption_key","description":"Get disk encryption recovery key for a host"},{"name":"fleet_list_queries","description":"List all saved queries with pagination"},{"name":"fleet_get_query","description":"Get details of a specific saved query"},{"name":"fleet_get_query_report","description":"Get the latest results from a scheduled query"},{"name":"fleet_list_policies","description":"List all compliance policies"},{"name":"fleet_get_policy_results","description":"Get compliance results for a specific policy"},{"name":"fleet_list_software","description":"List software inventory across the fleet"},{"name":"fleet_get_software","description":"Get detailed information about a specific software item"},{"name":"fleet_get_host_software","description":"Get software installed on a specific host"},{"name":"fleet_get_vulnerabilities","description":"List known vulnerabilities with filtering"},{"name":"fleet_get_cve","description":"Get detailed information about a specific CVE"},{"name":"fleet_search_software","description":"Search for software by name"},{"name":"fleet_find_software_on_host","description":"Find specific software on a host by hostname"},{"name":"fleet_get_software_install_result","description":"Get the result of a software installation request"},{"name":"fleet_list_software_titles","description":"List software titles across the fleet"},{"name":"fleet_get_software_title","description":"Get detailed information about a specific software title"},{"name":"fleet_list_teams","description":"List all teams"},{"name":"fleet_get_team","description":"Get details of a specific team"},{"name":"fleet_list_team_users","description":"List all users that are members of a specific team"},{"name":"fleet_get_team_secrets","description":"List team-specific enroll secrets"},{"name":"fleet_list_users","description":"List all users with filtering"},{"name":"fleet_get_user","description":"Get details of a specific user"},{"name":"fleet_list_user_sessions","description":"List active sessions for a user"},{"name":"fleet_get_session","description":"Get session details by ID"},{"name":"fleet_list_labels","description":"List all labels"},{"name":"fleet_get_label","description":"Get detailed information about a specific label"},{"name":"fleet_list_packs","description":"List all query packs"},{"name":"fleet_get_pack","description":"Get detailed information about a specific pack"},{"name":"fleet_list_scheduled_queries","description":"List scheduled queries in a specific pack"},{"name":"fleet_list_scripts","description":"List all scripts available in Fleet"},{"name":"fleet_get_script","description":"Get details of a specific script"},{"name":"fleet_get_script_result","description":"Get the result of a script execution"},{"name":"fleet_list_batch_scripts","description":"List batch script executions"},{"name":"fleet_get_batch_script","description":"Get details of a batch script execution"},{"name":"fleet_list_batch_script_hosts","description":"List hosts in a batch script execution"},{"name":"fleet_list_host_scripts","description":"List scripts available for a specific host"},{"name":"fleet_list_mdm_commands","description":"List MDM commands that have been executed"},{"name":"fleet_get_mdm_command_results","description":"Get results of MDM commands"},{"name":"fleet_list_mdm_profiles","description":"List MDM configuration profiles"},{"name":"fleet_get_host_mdm_profiles","description":"Get MDM profiles installed on a specific host"},{"name":"fleet_get_mdm_profiles_summary","description":"Get summary of MDM profile deployment status"},{"name":"fleet_get_filevault_summary","description":"Get FileVault encryption summary"},{"name":"fleet_list_mdm_devices","description":"List all MDM-enrolled Apple devices"},{"name":"fleet_get_bootstrap_metadata","description":"Get metadata about a bootstrap package for a team"},{"name":"fleet_get_bootstrap_summary","description":"Get aggregated summary about bootstrap package deployment"},{"name":"fleet_get_setup_assistant","description":"Get the MDM Apple Setup Assistant configuration"},{"name":"fleet_list_mdm_apple_installers","description":"List all Apple MDM installers"},{"name":"fleet_list_app_store_apps","description":"List App Store apps available for installation"},{"name":"fleet_list_vpp_tokens","description":"List VPP tokens configured in Fleet"},{"name":"fleet_get_config","description":"Get the current Fleet application configuration"},{"name":"fleet_get_enroll_secrets","description":"Get the enrollment secrets configuration"},{"name":"fleet_get_certificate","description":"Get the Fleet server certificate chain"},{"name":"fleet_get_version","description":"Get the Fleet server version information"},{"name":"fleet_list_secrets","description":"List secret variables in Fleet"},{"name":"fleet_list_invites","description":"List pending user invites"},{"name":"fleet_verify_invite","description":"Verify an invite token and get invite details"},{"name":"fleet_list_carves","description":"List file carve sessions"},{"name":"fleet_get_carve","description":"Get detailed information about a specific carve session"},{"name":"fleet_get_carve_block","description":"Get a specific block of data from a carve session"},{"name":"fleet_get_device_info","description":"Get device information using a device token"},{"name":"fleet_list_activities","description":"List Fleet activities and audit logs"},{"name":"fleet_list_osquery_tables","description":"List available osquery tables with dynamic discovery"},{"name":"fleet_get_osquery_table_schema","description":"Get detailed schema for a specific table"},{"name":"fleet_suggest_tables_for_query","description":"Get AI-powered table suggestions based on intent"},{"name":"fleet_health_check","description":"Check Fleet server connectivity and authentication"},{"name":"fleet_delete_host","description":"Remove a host from Fleet"},{"name":"fleet_transfer_hosts","description":"Transfer hosts to a different team"},{"name":"fleet_query_host","description":"Run an ad-hoc live query against a specific host"},{"name":"fleet_query_host_by_identifier","description":"Run a live query by hostname/UUID/serial"},{"name":"fleet_cancel_host_activity","description":"Cancel an upcoming activity for a specific host"},{"name":"fleet_lock_host","description":"Lock a host device remotely"},{"name":"fleet_unlock_host","description":"Unlock a host device remotely"},{"name":"fleet_unenroll_host_mdm","description":"Unenroll a host from MDM"},{"name":"fleet_add_labels_to_host","description":"Add labels to a host"},{"name":"fleet_remove_labels_from_host","description":"Remove labels from a host"},{"name":"fleet_refetch_host","description":"Force a host to refetch and update its data immediately"},{"name":"fleet_create_query","description":"Create a new saved query"},{"name":"fleet_delete_query","description":"Delete a saved query"},{"name":"fleet_run_live_query_with_results","description":"Execute a live query and collect results"},{"name":"fleet_run_saved_query","description":"Run a saved query against hosts"},{"name":"fleet_create_policy","description":"Create a new compliance policy"},{"name":"fleet_update_policy","description":"Update an existing policy"},{"name":"fleet_delete_policy","description":"Delete a policy"},{"name":"fleet_install_software","description":"Install software on a specific host"},{"name":"fleet_batch_set_software","description":"Batch upload/set software installers for a team"},{"name":"fleet_create_team","description":"Create a new team"},{"name":"fleet_add_team_users","description":"Add one or more users to a specific team"},{"name":"fleet_remove_team_user","description":"Remove a specific user from a team"}],"env_vars":["FLEET_SERVER_URL","FLEET_API_TOKEN","YOUR_TOKEN"],"auth_type":"none","github":"https://github.com/SimplyMinimal/fleet-mcp","homepage":"","server_url":"","status":"active","source":"mcpservers.org","updated_at":"Thu May 28"}