← jenriks.com

INDIVIDUAL MCP TOOL

random_photo

Return a random JENRIKS photo, optionally limited to a photographer, category or year.

jenriks.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://jenriks.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for random_photo and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

jenriks.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.jenriks-photos]
url = "https://jenriks.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "jenriks-photos": {
      "type": "http",
      "url": "https://jenriks.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: jenriks-photos
Remote MCP URL: https://jenriks.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "jenriks-photos": {
      "url": "https://jenriks.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "jenriks-photos": {
      "type": "http",
      "url": "https://jenriks.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "jenriks-photos",
  "transport": "streamable-http",
  "url": "https://jenriks.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_photos — Search the JENRIKS archive (one photo per day since 2006).
  • get_photo — Return one JENRIKS post by publication date (YYYY-MM-DD) or by page URL / path (/YYYY/MM/DD/slug/).
  • get_latest_photo — Return today's JENRIKS photo (the newest post), or the newest post by one photographer when photographer is set.
  • get_site_overview — Totals, photographers, categories with counts, posts per year, section URLs, URL pattern and license terms.