{
  "specVersion": "1.0",
  "host": {
    "displayName": "Varlock",
    "identifier": "varlock.dev",
    "url": "https://varlock.dev"
  },
  "entries": [
    {
      "identifier": "urn:ai:varlock.dev:mcp:docs",
      "displayName": "Varlock docs MCP server",
      "description": "Search and read the varlock documentation over MCP (streamable HTTP at /mcp, SSE at /sse). No authentication required.",
      "type": "application/mcp-server+json",
      "url": "https://varlock.dev/.well-known/mcp/server-card.json",
      "endpoint": "https://docs.mcp.varlock.dev/mcp",
      "representativeQueries": [
        "How do I mark a variable as sensitive in .env.schema?",
        "How do I run a command with varlock run?",
        "How do I load secrets from 1Password with varlock?",
        "How do I set up varlock with Next.js?"
      ]
    },
    {
      "identifier": "urn:ai:varlock.dev:docs:llms-txt",
      "displayName": "Varlock documentation index (llms.txt)",
      "description": "Entry point for agents: what varlock is, when to use it, install commands, and links to topic-specific documentation bundles.",
      "type": "text/markdown",
      "url": "https://varlock.dev/llms.txt",
      "representativeQueries": [
        "What is varlock and when should I use it?",
        "How do I install the varlock CLI?"
      ]
    },
    {
      "identifier": "urn:ai:varlock.dev:docs:llms-full",
      "displayName": "Varlock full documentation (llms-full.txt)",
      "description": "Every varlock docs page concatenated into one markdown file.",
      "type": "text/markdown",
      "url": "https://varlock.dev/llms-full.txt",
      "representativeQueries": [
        "Reference for varlock .env.schema decorators",
        "Which secret providers does varlock support?"
      ]
    },
    {
      "identifier": "urn:ai:varlock.dev:skills:index",
      "displayName": "Varlock agent skills",
      "description": "Agent Skills discovery index with SKILL.md files for using varlock, searching its docs, and verifying its discovery endpoints.",
      "type": "application/json",
      "url": "https://varlock.dev/.well-known/agent-skills/index.json",
      "representativeQueries": [
        "Install the varlock skill for my coding agent",
        "How should an agent edit .env.schema safely?"
      ]
    },
    {
      "identifier": "urn:ai:varlock.dev:cli:varlock",
      "displayName": "varlock CLI",
      "description": "Command line tool for loading, validating, encrypting, and scanning .env files. Install with npx varlock init, brew install dmno-dev/tap/varlock, or the install.sh script.",
      "type": "text/html",
      "url": "https://varlock.dev/getting-started/installation/",
      "representativeQueries": [
        "Install varlock",
        "Validate my .env file from the command line",
        "Scan my repo for leaked secrets"
      ]
    }
  ]
}
