{
  "$schema": "https://static.modelcontextprotocol.io/schemas/v1/server-card.schema.json",
  "name": "com.jenriks/photo-archive",
  "title": "JENRIKS Photo Archive",
  "description": "Read-only MCP server over the JENRIKS daily photoblog: search 7,499 photographs published one per day since 2006 by title, place, category, photographer, tag or date; fetch a single post or today's photo; read llms.txt and the RSS feed. No authentication.",
  "version": "1.0.0",
  "websiteUrl": "https://jenriks.com/",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://jenriks.com/mcp",
      "supportedProtocolVersions": [
        "2025-06-18",
        "2025-03-26",
        "2024-11-05"
      ]
    }
  ],
  "serverInfo": {
    "name": "jenriks-photos",
    "title": "JENRIKS Photo Archive",
    "version": "1.0.0"
  },
  "url": "https://jenriks.com/mcp",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://jenriks.com/mcp"
  },
  "protocolVersion": "2025-06-18",
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {
      "subscribe": false,
      "listChanged": false
    }
  },
  "authentication": {
    "type": "none",
    "required": false
  },
  "documentation": "https://jenriks.com/developers/#mcp",
  "registryManifest": "https://jenriks.com/server.json",
  "health": "https://jenriks.com/mcp/health"
}
