{
  "schema_version": "1.0",
  "name": "VECTORY AI Visibility Engine",
  "description": "Platform for measuring and optimizing AI search visibility across ChatGPT, Gemini, Perplexity, and Claude. Combines AEO, GEO, and AIO into a single adversarial engine. Run free Neural Visibility Score (NVS) checks, request a full managed audit, or fetch pricing data for autonomous procurement.",
  "url": "https://vectory.space",
  "provider": {
    "organization": "Crean Labs",
    "url": "https://vectory.space",
    "contact": "creanlabs@gmail.com"
  },
  "capabilities": {
    "tools": [
      {
        "name": "run_nvs_check",
        "description": "Run a free Neural Visibility Score (NVS) check on any website. Returns a 0-100 AI-readiness grade with eight structural sub-scores (HTML accessibility, heading ladder, entity density, canonical summary, llms.txt, mcp.json, AI-crawler access, technical SEO) and an optional Gemini mention rate when target queries are supplied. No signup required.",
        "input_schema": {
          "type": "object",
          "required": ["url"],
          "properties": {
            "url": {
              "type": "string",
              "format": "uri",
              "description": "Website to audit (https:// preferred)."
            },
            "brand_name": {
              "type": "string",
              "description": "Brand name to look for in AI engine answers. Defaults to the apex domain."
            },
            "queries": {
              "type": "array",
              "items": {"type": "string"},
              "maxItems": 3,
              "description": "Up to 3 user-style queries used to measure real AI mention rate via Gemini with web search."
            }
          }
        },
        "endpoint": {
          "method": "POST",
          "url": "https://vectory.space/v1/public/avs-check",
          "content_type": "application/json"
        }
      },
      {
        "name": "request_full_audit",
        "description": "Request a full 4-engine managed audit (ChatGPT, Gemini, Perplexity, Claude) with NVS / SOV / GAP report delivered by the Vectory team. Free initial audit, no credit card. Triggers an email + Telegram lead notification.",
        "input_schema": {
          "type": "object",
          "required": ["email", "url"],
          "properties": {
            "name": {"type": "string"},
            "email": {"type": "string", "format": "email"},
            "url": {"type": "string", "format": "uri"},
            "brand": {"type": "string"},
            "message": {"type": "string"}
          }
        },
        "endpoint": {
          "method": "GET",
          "url": "https://vectory.space/#contact",
          "fallback": "mailto:creanlabs@gmail.com"
        }
      },
      {
        "name": "get_pricing_tiers",
        "description": "Return Vectory's three pricing tiers (Essential, Growth, Enterprise) with prompt count, engine coverage, dashboard cadence, and per-month price. Use to answer pricing questions or decide which tier matches a brand's footprint.",
        "input_schema": {
          "type": "object",
          "properties": {
            "billing_period_months": {
              "type": "integer",
              "enum": [1, 3, 6, 12],
              "description": "Billing period for discounted pricing (10/15/25% off for 3/6/12 months)."
            }
          }
        },
        "endpoint": {
          "method": "GET",
          "url": "https://vectory.space/pricing/"
        }
      }
    ],
    "resources": [
      {
        "uri": "https://vectory.space/llms.txt",
        "name": "VECTORY Documentation for LLMs",
        "mimeType": "text/plain"
      },
      {
        "uri": "https://vectory.space/sitemap.xml",
        "name": "Sitemap",
        "mimeType": "application/xml"
      },
      {
        "uri": "https://vectory.space/scoring/",
        "name": "Scoring & Methodology",
        "mimeType": "text/html"
      }
    ],
    "prompts": []
  },
  "links": {
    "homepage": "https://vectory.space",
    "pricing": "https://vectory.space/pricing/",
    "free_check": "https://vectory.space/tools/nvs-checker/",
    "scoring": "https://vectory.space/scoring/",
    "compare": "https://vectory.space/compare/"
  }
}
