← Back to Plugins
MCP Server MCP

Remote Camera

MCP Registry publisher By MCP Registry publisher 👁 3 views ▲ 0 votes

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

Homepage Verified source

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://www.ai.moda/mcp-servers/remote-camera/mcp",
      "headers": [
        {
          "description": "S3 credentials token in format: Bearer <base64-encoded-json>. The JSON should contain: {s3Url, accessKeyId, secretAccessKey, region}. Visit https://www.ai.moda/mcp-servers/remote-camera/ to set up your S3 auth token.",
          "isRequired": true,
          "isSecret": true,
          "placeholder": "Bearer eyJzM1VybCI6Imh0dHBzOi8vczMu...",
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...