← Registry

Content Tools

tagrly.com

Provides AI-powered photo search and page image curation for content creation.

1 endpoint7 known toolsFirst detected August 29, 2026Last detected August 29, 2026

ENDPOINT 1

https://tagrly.com/mcp

No auth detected

MCP server metadata

Name
tagrly
Version
1.0.0
Capabilities
tools
Server instructions

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

search_photos

Instant keyword search over the workspace's analyzed photos.

Inferred read-only
find_photos

Plain-language photo search: a model interprets the sentence, resolves it into filters, and reranks a candidate pool.

Inferred read-only
get_page_images

The 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 effects
get_image

Full stored analysis for a single photo by drive_id: long description, all tags, folder path, everything.

Inferred read-only
log_usage

Record that photos were rendered (which page, which slot) so future get_page_images calls with exclude_recently_used_days can avoid repeats.

Inferred read-only
import_images

Fetch images from URLs into this workspace's library, where they are AI-tagged and become searchable within minutes.

Inferred read-only
list_collections

The workspace's hand-curated photo collections (name, id, count).

Inferred read-only

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.