{
  "$schema": "https://static.modelcontextprotocol.io/schemas/v1/server-card.schema.json",
  "name": "com.runcebu.events",
  "title": "Run Cebu Events",
  "description": "Read-only MCP server for discovering public running events in Cebu and the Philippines.",
  "version": "1.0.0",
  "websiteUrl": "https://runcebu.com/",
  "serverUrl": "https://runcebu.com/mcp",
  "repository": {
    "source": "github",
    "url": "https://github.com/rad182/runcebu.com"
  },
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://runcebu.com/mcp",
      "supportedProtocolVersions": ["2026-07-28", "2025-11-25", "2025-06-18", "2025-03-26"]
    }
  ],
  "tools": [
    {
      "name": "list_events",
      "title": "List Run Cebu Events",
      "description": "List upcoming public running events from Run Cebu with optional date, distance, category, limit, and offset filters."
    },
    {
      "name": "get_event",
      "title": "Get Run Cebu Event",
      "description": "Fetch one public Run Cebu event by UUID."
    }
  ]
}
