groundlight/framegrab-mcp-server
If you are the rightful owner of framegrab-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server for capturing images from cameras and video streams using the framegrab library.
Tools
Functions exposed to the LLM to take actions
create_framegrabber
Create a new framegrabber from a configuration object. Framegrabbers can be used to capture images from a webcam, a USB camera, an RTSP stream, a youtube live stream, or any other video source supported by the framegrab library. Returns the name of the created framegrabber.
grab_frame
Grab a frame from the specified framegrabber and return it as an image in the specified format.
list_framegrabbers
List all available framegrabbers by name, sorted alphanumerically.
get_framegrabber_config
Retrieve the configuration of a specific framegrabber.
set_config
Update the configuration options for a specific framegrabber.
release_grabber
Release a framegrabber and remove it from the available grabbers.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client