JENRIKS Photo Archive
Read-only MCP server over the JENRIKS daily photoblog: one photo per day since 2006. No auth.
Links
README
From the repo.
jenriks-agent-skills
Agent skill, Agent Plugins manifest and MCP server declaration for JENRIKS, a daily photoblog with one photograph per day since January 1, 2006 by Jens Herrmann and Erik Hehrmann.
Install the skill:
npx skills add ehehrmann/jenriks-agent-skills
| Path | What it is |
|---|---|
| skills/jenriks-photos/SKILL.md | How to find, cite and license JENRIKS photos (served at https://jenriks.com/.well-known/agent-skills/jenriks-photos/SKILL.md) |
| plugin.json | Agent Plugins 1.0.0 manifest |
| mcp.json | Remote MCP server: https://jenriks.com/mcp (Streamable HTTP, read-only, no authentication) |
MCP tools: search_photos, get_photo, get_latest_photo, random_photo, get_site_overview. REST API: https://jenriks.com/api/v1 (OpenAPI at https://jenriks.com/openapi.json). Documentation: https://jenriks.com/developers/.
The skill text and manifests are MIT licensed. The photographs are copyright Jens Herrmann or Erik Hehrmann, all rights reserved.
Config for your environment
Use the endpoint URL below in your config. No API key — you connect directly.
Tool
OS
Config file: ~/.cursor/mcp.json
{
"mcpServers": {
"mcp-server": {
"url": "https://jenriks.com/mcp"
}
}
}Paste into mcpServers in the config file. Restart Cursor after saving.
If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.