Content Tools
jenriks.com
Provides tools to search, retrieve, and explore photos from the JENRIKS daily photo archive.
ENDPOINT 1
https://jenriks.com/mcp
MCP server metadata
- Name
- jenriks-photos
- Version
- 1.0.0
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
get_photoReturn one JENRIKS post by publication date (YYYY-MM-DD) or by page URL / path (/YYYY/MM/DD/slug/).
Potential side effectsget_latest_photoReturn today's JENRIKS photo (the newest post), or the newest post by one photographer when photographer is set.
Potential side effectsrandom_photoReturn a random JENRIKS photo, optionally limited to a photographer, category or year.
Inferred read-onlyget_site_overviewTotals, photographers, categories with counts, posts per year, section URLs, URL pattern and license terms.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.