{
  "name": "LLMRank",
  "description": "Transparent AI-SEO backend: merchant products and services, ranked and explained for LLM shopping queries.",
  "version": "1.0.0",
  "base_url": "https://thellmrank.com",
  "mcp": {
    "endpoint": "https://thellmrank.com/mcp",
    "transport": "streamable-http",
    "descriptor": "https://thellmrank.com/.well-known/mcp/server.json",
    "authentication": "bearer (LLMRank API key)",
    "tools": [
      "search_products",
      "get_product_details",
      "compare_products",
      "check_availability",
      "get_merchant_info",
      "explain_ranking"
    ]
  },
  "rest_api": {
    "base_url": "https://thellmrank.com/api/v1",
    "authentication": "Authorization: Bearer llmr_... or x-api-key",
    "endpoints": {
      "search": "GET|POST https://thellmrank.com/api/v1/search",
      "products": "GET https://thellmrank.com/api/v1/products",
      "product": "GET https://thellmrank.com/api/v1/products/{id}?explain={query}",
      "feed": "GET https://thellmrank.com/api/v1/feed.json",
      "feed_gzip": "GET https://thellmrank.com/api/v1/feed.json.gz",
      "feed_update": "POST https://thellmrank.com/api/v1/feed/update",
      "click": "POST https://thellmrank.com/api/v1/click"
    }
  },
  "feed": {
    "url": "https://thellmrank.com/api/v1/feed.json",
    "gzip_url": "https://thellmrank.com/api/v1/feed.json.gz",
    "format": "acp-1.0"
  },
  "discovery": {
    "llms_txt": "https://thellmrank.com/llms.txt",
    "llms_full_txt": "https://thellmrank.com/llms-full.txt",
    "mcp_server_json": "https://thellmrank.com/.well-known/mcp/server.json",
    "developers": "https://thellmrank.com/developers",
    "robots_txt": "https://thellmrank.com/robots.txt",
    "sitemap": "https://thellmrank.com/sitemap.xml"
  },
  "ranking": {
    "documentation": "https://thellmrank.com/docs/ranking",
    "model": "LLMRank-Score",
    "components": {
      "relevance": 0.3,
      "completeness": 0.2,
      "freshness": 0.15,
      "availability": 0.1,
      "trust": 0.1,
      "performance": 0.15
    },
    "explainable": true
  }
}