Remote Camera
moda.ai/remote-cameraCapture photos remotely from mobile devices via S3-backed upload URLs
Tools · 2
Generate a URL for remote camera upload. Send this URL to a mobile device to capture and upload a photo. The capture URL can be reused multiple times to upload different photos without generating a ne…
Poll S3 bucket waiting for photo upload to complete. Returns a presigned download URL when the file is ready. The same session_id can be used to poll for new uploads multiple times, allowing the captu…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"remote_camera": {
"url": "https://www.ai.moda/mcp-servers/remote-camera/mcp",
"transport": "streamable-http"
}
}
}