MCP Reference

MCP reference

MCP (the Model Context Protocol) is the common language AI assistants use to connect to tools. Your camera speaks it natively, so assistants like Claude can see and record what your camera sees, all on your own network.

MCP server

Your camera has an MCP server built right in, available at http://eyeofthetiger.local/mcp/. Point an MCP-compatible assistant at that address and it can take photos and record clips for you.

💡
Keep the trailing slash. A request to /mcp without it gets redirected, and some clients will not follow that redirect.

Available tools

ToolDescriptionParameters
take_snapshotCapture a still image and return itNone
record_videoRecord a video clipduration_s (integer, seconds)
get_configurationReturn the current quality settingsNone
set_still_qualitySet the still-image quality presetlevel: high, medium, or low
set_video_qualitySet the video quality presetlevel: high, medium, or low

For step-by-step client setup, see the Integration Guides. To confirm the server is reachable, try the Quick Checks.