{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "name": "Blacamp Card AI Catalog",
  "description": "Machine-readable catalog of AI agent tools, models, and interfaces for Blacamp Card European outdoor pass.",
  "version": "1.0.0",
  "provider": {
    "name": "BLACAMP",
    "url": "https://blacampcard.com"
  },
  "endpoints": {
    "llms_txt": "https://blacampcard.com/llms.txt",
    "llms_full_txt": "https://blacampcard.com/llms-full.txt",
    "openapi": "https://blacampcard.com/openapi.json",
    "mcp_server": "https://blacampcard.com/mcp",
    "developer_docs": "https://blacampcard.com/docs"
  },
  "services": [
    {
      "id": "card-verification",
      "name": "Blacamp Card Verification",
      "description": "Verifies traveler pass validity and privileges across campsites and adventure providers in Europe.",
      "type": "rest-api",
      "url": "https://blacampcard.com/api/v1/card/verify"
    },
    {
      "id": "mcp-outdoor-tools",
      "name": "Blacamp Card MCP Suite",
      "description": "Model Context Protocol streamable tools for pass queries, perks searching, and camping comparisons.",
      "type": "mcp-server",
      "url": "https://blacampcard.com/mcp"
    }
  ]
}
