{
  "links": {
    "artifactVersion": 2,
    "entrypoint": "https://xcropimage.io/ai/llms.txt",
    "llmsTxt": "https://xcropimage.io/ai/llms.txt",
    "llmsFull": "https://xcropimage.io/ai/llms-full.json",
    "llmsFullTxt": "https://xcropimage.io/ai/llms-full.txt",
    "knowledgeGraph": "https://xcropimage.io/ai/knowledge-graph.json",
    "tools": "https://xcropimage.io/ai/tools.json",
    "agents": "https://xcropimage.io/ai/agents.json",
    "ragConfig": "https://xcropimage.io/ai/rag-config.json",
    "aiManifest": "https://xcropimage.io/ai/ai-manifest.json",
    "webmcpManifest": "https://xcropimage.io/.well-known/webmcp",
    "crawlerSignals": "https://xcropimage.io/ai/crawler-signals.json",
    "citationPolicy": "https://xcropimage.io/ai/citation-policy.json",
    "authoritySignals": "https://xcropimage.io/ai/authority-signals.json"
  },
  "generatedAt": "2026-09-14T05:56:47.643Z",
  "artifactVersion": 2,
  "siteIdentity": {
    "name": "xcropimage.io",
    "url": "https://xcropimage.io",
    "role": "image_tool_platform_and_knowledge_authority"
  },
  "aiCapabilities": [
    "tool_discovery",
    "knowledge_graph_traversal",
    "citation_first_answers",
    "client_side_processing_disclosure",
    "webmcp_imperative_tools"
  ],
  "supportedAgents": [
    "research-agent",
    "image-agent",
    "content-agent",
    "optimization-agent"
  ],
  "availableTools": [
    {
      "id": "tool_crop",
      "url": "https://xcropimage.io/crop"
    },
    {
      "id": "tool_resizer",
      "url": "https://xcropimage.io/resizer"
    },
    {
      "id": "tool_convert",
      "url": "https://xcropimage.io/convert"
    },
    {
      "id": "tool_merge",
      "url": "https://xcropimage.io/merge"
    }
  ],
  "knowledgeGraphLocation": "https://xcropimage.io/ai/llms-full.json",
  "markdownFullExport": "https://xcropimage.io/ai/llms-full.txt",
  "structuredEndpoints": {
    "artifactVersion": 2,
    "entrypoint": "https://xcropimage.io/ai/llms.txt",
    "llmsTxt": "https://xcropimage.io/ai/llms.txt",
    "llmsFull": "https://xcropimage.io/ai/llms-full.json",
    "llmsFullTxt": "https://xcropimage.io/ai/llms-full.txt",
    "knowledgeGraph": "https://xcropimage.io/ai/knowledge-graph.json",
    "tools": "https://xcropimage.io/ai/tools.json",
    "agents": "https://xcropimage.io/ai/agents.json",
    "ragConfig": "https://xcropimage.io/ai/rag-config.json",
    "aiManifest": "https://xcropimage.io/ai/ai-manifest.json",
    "webmcpManifest": "https://xcropimage.io/.well-known/webmcp",
    "crawlerSignals": "https://xcropimage.io/ai/crawler-signals.json",
    "citationPolicy": "https://xcropimage.io/ai/citation-policy.json",
    "authoritySignals": "https://xcropimage.io/ai/authority-signals.json"
  },
  "interactionMode": "human_browser_with_webmcp_actuation",
  "webmcp": {
    "spec": "https://developer.chrome.com/docs/ai/webmcp",
    "api": "document.modelContext",
    "permissionsPolicy": "tools=(self)",
    "manifest": "https://xcropimage.io/.well-known/webmcp",
    "siteTools": [
      "navigate_to_image_tool",
      "get_site_info",
      "get_page_context"
    ],
    "pageTools": {
      "crop": [
        "get_crop_state",
        "set_crop_aspect_ratio",
        "set_crop_dimensions",
        "load_image_from_url",
        "set_export_format",
        "set_export_quality",
        "apply_crop",
        "download_result"
      ],
      "resizer": [
        "get_resizer_state",
        "set_target_dimensions",
        "load_image_from_url",
        "set_export_format",
        "set_export_quality",
        "apply_resize",
        "download_result"
      ],
      "convert": [
        "get_convert_state",
        "set_target_format",
        "set_export_quality",
        "load_image_from_url",
        "apply_convert",
        "download_result"
      ],
      "merge": [
        "get_merge_state",
        "set_merge_layout",
        "load_image_from_url",
        "apply_merge",
        "download_result"
      ]
    },
    "routes": [
      "https://xcropimage.io/crop",
      "https://xcropimage.io/resizer",
      "https://xcropimage.io/convert",
      "https://xcropimage.io/merge"
    ],
    "limitations": [
      "Requires an open browser tab; no headless server execution.",
      "File picker and download actions still need user confirmation.",
      "Origin-isolated documents required when WebMCP ships broadly."
    ]
  },
  "updateSignals": {
    "blogRefresh": "content/blog/*.md",
    "graphVersion": 2
  },
  "verificationLevel": "publisher_asserted_machine_readable",
  "safetyPolicies": [
    "Do not fabricate API endpoints.",
    "Treat tools as browser-only unless explicitly stated otherwise."
  ]
}