Skip to main content
Glama

Anava MCP Server

by AnavaAcap
MIT License

anava_capture_analyze

Capture images from Axis cameras and analyze them using AI based on a specified prompt, enabling real-time visual insights and event monitoring through the Anava MCP Server.

Instructions

Capture an image from camera and analyze it with AI

Input Schema

NameRequiredDescriptionDefault
cameraNoCamera name or use default if not specified
channelNoCamera channel number (default: 1)
promptYesAnalysis prompt to send to AI model
security_profileNoSecurity profile name to use

Input Schema (JSON Schema)

{ "properties": { "camera": { "description": "Camera name or use default if not specified", "type": "string" }, "channel": { "description": "Camera channel number (default: 1)", "type": "number" }, "prompt": { "description": "Analysis prompt to send to AI model", "type": "string" }, "security_profile": { "description": "Security profile name to use", "type": "string" } }, "required": [ "prompt" ], "type": "object" }
Install Server

Other Tools from Anava MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/AnavaAcap/anava-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server