get_camera_image
Fetch a live camera frame by asset ID. The server retrieves and returns the image bytes, handling authentication for you.
Instructions
Get the live frame for a camera by asset_id, embedded directly in the tool result.
api.vancam.ai requires an x-api-key header this server holds — an MCP client fetching the bare URL itself (e.g. Claude Desktop opening the link) has no way to attach that header and gets 403 Forbidden. This tool fetches the frame server-side instead and returns the image bytes.
Parameters: asset_id: Vancam camera asset ID (integer as string)
Returns: The live image, plus asset_id/url metadata for reference.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset_id | Yes |