Skip to content
Back to search
90
MCP live MCP 2025-06-18 streamable-http

Remote Camera

moda.ai/remote-camera

Capture photos remotely from mobile devices via S3-backed upload URLs

Uptime
100.0%
1 direct probes · 30d
Response
423ms
last probe
Tools
2
callable
Resources
0
readable
Prompts
0
available

Tools · 2

generate_upload_url

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_for_upload

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…

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"
    }
  }
}