{
  "schemaVersion": "2025-06-18",
  "name": "geocast-sunriver-resort",
  "displayName": "Sunriver Resort MCP Server",
  "description": "Model Context Protocol server scoped to Sunriver Resort in Sunriver, Oregon. Provides agents with structured access to property metadata, sourced story content, and real-time Today Feed recommendations.",
  "version": "1.0.0",
  "publisher": {
    "name": "Geocast AI, Inc.",
    "url": "https://geocast.ai"
  },
  "homepage": "https://geocast.ai/us/sunriver-resort/",
  "endpoint": "https://mcp.geocast.ai/mcp/properties/sunriver-resort",
  "transport": "streamable-http",
  "scope": {
    "type": "property",
    "propertySlug": "sunriver-resort",
    "country": "us"
  },
  "capabilities": {
    "tools": {
      "listChanged": true
    }
  },
  "tools": [
    {
      "name": "get_property_story",
      "description": "Returns the narrative story layer for Sunriver Resort. Same tool surface as the root endpoint; this scoped endpoint provides the same response with property context applied automatically.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "address": {
            "type": "string",
            "description": "Street address (will default to Sunriver Resort's canonical address if omitted at this scope)",
            "default": "17600 Center Drive, Sunriver, OR 97707"
          }
        }
      }
    }
  ],
  "plannedTools": [
    {
      "name": "get_today_feed",
      "description": "Planned. Returns the current Today Feed for Sunriver Resort with phase-aware items, storm overrides, and freshness timestamps."
    },
    {
      "name": "list_stories",
      "description": "Planned. Lists stories for Sunriver Resort, optionally filtered by guide (camp-abbot, heritage, dining, outdoor)."
    },
    {
      "name": "get_story",
      "description": "Planned. Returns a specific story's content with source attribution."
    }
  ],
  "authentication": {
    "schemes": ["none"]
  },
  "rateLimits": {
    "anonymous": "60 requests per minute"
  },
  "contentSignals": {
    "ai-train": "yes",
    "search": "yes",
    "ai-input": "yes"
  },
  "parent": "https://geocast.ai/.well-known/mcp.json"
}
