INDIVIDUAL MCP TOOL
get_photo
Return one JENRIKS post by publication date (YYYY-MM-DD) or by page URL / path (/YYYY/MM/DD/slug/).
LIVE ENDPOINT
https://jenriks.com/mcp
Connect to this endpoint to inspect the live schema for get_photo and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests retrieving external content.
Parent server
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_latest_photo— Return today's JENRIKS photo (the newest post), or the newest post by one photographer when photographer is set.random_photo— Return a random JENRIKS photo, optionally limited to a photographer, category or year.get_site_overview— Totals, photographers, categories with counts, posts per year, section URLs, URL pattern and license terms.