
Prey
by prey
Connect your AI to the Prey Public API for device tracking, security monitoring, and remote device management.
What it does
Prey is a comprehensive MCP server that bridges AI models with the Prey Public API. It allows AI assistants to monitor, locate, and manage a fleet of devices, providing critical visibility into device status, locations, and security reports.
Tools
prey.account.get: Retrieve account summary details.prey.devices.list: Get a list of all tracked devices.prey.devices.get: Fetch detailed information for a specific device.prey.devices.location_history.get: Retrieve a device's location history in JSON or CSV.prey.devices.action.trigger: Trigger remote actions like alarm, alert, or lock (requires write permissions).prey.devices.status.set: Mark a device as missing or recovered.prey.users.list: Manage and list users associated with the account.prey.zones.list: Access and manage predefined geographical zones.
Installation
To install via Docker for Claude Desktop, add the following to your claude_desktop_config.json:
{
"mcpServers": {
"prey": {
"command": "docker",
"args": [
"run",
"--rm",
"-p",
"8000:8000",
"-e",
"PREY_API_KEY=YOUR_KEY",
"preyproject/mcp-prey:latest",
"--transport",
"streamable-http",
"--address",
"0.0.0.0:8000",
"--endpoint-path",
"/mcp"
]
}
}
}
Supported hosts
- Claude
- ChatGPT
- Codex
Quick install
docker run --rm -p 8000:8000 -e PREY_API_KEY=YOUR_KEY preyproject/mcp-prey:latest --transport streamable-http --address 0.0.0.0:8000 --endpoint-path /mcpInformation
- Pricing
- free
- Published







