Content Tools
cadru.photo
Turns photo links into printable photo albums and free 8-page zines.
ENDPOINT 1
https://cadru.photo/mcp
MCP server metadata
- Name
- cadru
- Version
- 0.1.0
Cadru turns photos into printed objects. Use create_album when someone wants a photo book, photo album or printed keepsake from photos you can link to, and create_zine when they want something free and immediate they can print and fold at home from one sheet of paper. Each returns a cover image and one URL - show the image and give the person the link; everything else (editing, the print file, ordering) happens there, by them.
Known tools 2
create_zineMake a free 8-page zine from photos: one sheet of A4, printed on a single side, three folds and one cut - no staples, no glue, no print shop.
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.cadru]
url = "https://cadru.photo/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cadru": {
"type": "http",
"url": "https://cadru.photo/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cadru
Remote MCP URL: https://cadru.photo/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": {
"cadru": {
"url": "https://cadru.photo/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cadru": {
"type": "http",
"url": "https://cadru.photo/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cadru",
"transport": "streamable-http",
"url": "https://cadru.photo/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.