Serversio.github.findmephoto/findme-mcp
M

FindMe Photo

io.github.findmephoto/findme-mcp · v0.4.1
▦ npm
v0.4.1npm npm: findme-mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.findmephoto/findme-mcp",
  "description": "Create wedding galleries, upload photos, and pull analytics on FindMe Photo from any AI assistant.",
  "title": "FindMe Photo",
  "repository": {
    "url": "https://github.com/findmephoto/findme-mcp",
    "source": "github"
  },
  "version": "0.4.1",
  "websiteUrl": "https://findme.photo",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "findme-mcp",
      "version": "0.4.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Personal API key from https://findme.photo/settings/api (starts with fm_live_)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "FINDME_API_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}