← Registry

Content Tools

jenriks.com

Provides tools to search, retrieve, and explore photos from the JENRIKS daily photo archive.

1 endpoint5 known toolsFirst detected September 15, 2026Last detected September 15, 2026

ENDPOINT 1

https://jenriks.com/mcp

No auth detected

MCP server metadata

Name
jenriks-photos
Version
1.0.0
Capabilities
toolsresources
Server instructions

Read-only access to the JENRIKS daily photoblog: one photograph per day since January 1, 2006, alternating between Jens Herrmann and Erik Hehrmann. Use search_photos to find photos by keyword, place, category, photographer, tag or year; get_photo for one post by date (YYYY-MM-DD) or page URL; get_latest_photo for today's post; random_photo for serendipity; get_site_overview for totals, categories and section URLs. Every result carries a permanent page URL and the photographer credit. Photographs are copyrighted: credit the photographer, link the page, and send licensing questions to https://jenriks.com/contact/. search_photos pages with cursor/next_cursor; get_latest_photo takes an optional photographer (Erik or Jens) and get_site_overview an optional include list (photographers, categories, years, sections, license).

Known tools 5

search_photos

Search the JENRIKS archive (one photo per day since 2006).

Inferred read-only
get_photo

Return one JENRIKS post by publication date (YYYY-MM-DD) or by page URL / path (/YYYY/MM/DD/slug/).

Potential side effects
get_latest_photo

Return today's JENRIKS photo (the newest post), or the newest post by one photographer when photographer is set.

Potential side effects
random_photo

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

Inferred read-only
get_site_overview

Totals, photographers, categories with counts, posts per year, section URLs, URL pattern and license terms.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.