Content Tools
tagrly.com
Provides AI-powered photo search and page image curation for content creation.
ENDPOINT 1
https://tagrly.com/mcp
MCP server metadata
- Name
- tagrly
- Version
- 1.0.0
Tagrly is this workspace's own photo library, already analyzed: every photo carries a written description, subject, scene, mood, alt text and a hosted CDN URL. To put photos on a page, call get_page_images with a plain-English topic and render each pick's hosted_url with its alt_rewrite. To search for specific shots, use find_photos for plain-language requests (a model plans and reranks; costs one metered ask) or search_photos for free instant keyword search. After rendering images, call log_usage with the drive_ids so future calls can avoid repeats. Honor gap signals: when the library lacks a shot, say so rather than forcing a weak match.
Known tools 7
find_photosPlain-language photo search: a model interprets the sentence, resolves it into filters, and reranks a candidate pool.
Inferred read-onlyget_page_imagesThe one-call page builder: send a plain-English page topic, get back a curated set of images organized into slots (hero, grid, detail) with rewritten alt text per pick and an honest gap_signal naming shots the library does not have.
Potential side effectsget_imageFull stored analysis for a single photo by drive_id: long description, all tags, folder path, everything.
Inferred read-onlylog_usageRecord that photos were rendered (which page, which slot) so future get_page_images calls with exclude_recently_used_days can avoid repeats.
Inferred read-onlyimport_imagesFetch images from URLs into this workspace's library, where they are AI-tagged and become searchable within minutes.
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.tagrly]
url = "https://tagrly.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tagrly": {
"type": "http",
"url": "https://tagrly.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tagrly
Remote MCP URL: https://tagrly.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": {
"tagrly": {
"url": "https://tagrly.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tagrly": {
"type": "http",
"url": "https://tagrly.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tagrly",
"transport": "streamable-http",
"url": "https://tagrly.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.