blink-camera-mcp
Related Servers
Alternatives to blink-camera-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceEnables control of OBSBOT Tiny-series cameras (gimbal, zoom, focus, AI tracking, snapshots) through MCP tools.MIT
- AlicenseBqualityAmaintenanceEnables MCP clients to control Bosch Smart Home Cameras via natural language, including snapshots, motion events, privacy mode, and pan/tilt, using a reverse-engineered cloud API.70MIT
- AlicenseBqualityCmaintenanceEnables MCP-compatible LLMs to control Amazon Alexa devices, including announcements, voice commands, smart-home group management, routines, media playback, and sensor state queries.32MIT
- AlicenseBqualityCmaintenanceEnables MCP-compatible LLMs to control Amazon Alexa devices by sending announcements, text commands, and SSML speech, as well as managing smart-home groups, routines, lists, volume, Do Not Disturb, and sensor queries.19MIT
- AlicenseAqualityCmaintenanceMCP server for Blue Iris NVR, enabling camera health checks, live/historical snapshots, clip/alert search, and PTZ control via the Blue Iris JSON API.5MIT
- FlicenseAqualityCmaintenanceEnables remote cloud control and live LAN camera access for Bambu Lab 3D printers through 31 MCP tools.31-
TDQS
Scored across 8 tools
Most tools have clearly distinct purposes, especially camera_status and snapshot. The only potential confusion is between pan_tilt and pan_tilt_nudge, but their absolute-vs-relative distinction is clearly explained.
The pan_tilt_* prefix gives the movement tools a consistent pattern, and the suffixes are predictable actions like stop, home, set_home, and overview. camera_status and snapshot deviate from the verb_noun style but are still clear and not chaotic.
Eight tools is a well-scoped size for a camera control server. Each tool covers a meaningful capability without redundancy or bloat.
The tool surface covers status, absolute and relative movement, stopping, homing, setting home, overview scanning, and snapshot capture. The main gap is the lack of an explicit session start/stop tool, though session state is reported and failures are surfaced.