{
  "name": "82alps",
  "title": "82alps Alpine Planning",
  "description": "Trusted alpine-planning capabilities for the official 82 Alpine 4,000ers. The user brings their own agent; 82alps supplies peak data, routes, linked objectives, hut/access planning, gear baselines, and sequencing tools.",
  "version": "0.1.0",
  "homepage": "https://82alps.com",
  "discovery": {
    "htmlLinkRel": "mcp",
    "wellKnownUrl": "https://82alps.com/.well-known/mcp.json",
    "rootManifestUrl": "https://82alps.com/mcp.json",
    "toolContractUrl": "https://82alps.com/mcp-tools.json"
  },
  "mcp": {
    "transport": "streamable-http",
    "url": "https://82alps.com/mcp",
    "protocolVersion": "2025-06-18",
    "status": "active",
    "note": "Remote read-only MCP endpoint for 82alps planning capabilities."
  },
  "staticCapabilityContract": {
    "status": "active",
    "url": "https://82alps.com/mcp-tools.json",
    "description": "Static tool contract for browser and registry discovery before the live streamable HTTP endpoint is deployed."
  },
  "auth": {
    "type": "none",
    "note": "Initial MCP tools are read-only planning tools. User-specific write tools should require auth before being exposed."
  },
  "tools": [
    "recommend_next_objectives",
    "build_trip_from_region",
    "get_peak_details",
    "list_linked_objectives",
    "list_peaks"
  ]
}
