{
  "$schema": "https://static.modelcontextprotocol.io/schemas/v1/server-card.schema.json",
  "serverInfo": {
    "name": "Fly Over New Village 613",
    "version": "0.1.0"
  },
  "name": "com.flyover613/public-archive-browser-tools",
  "title": "Fly Over New Village 613 Browser Tools",
  "version": "0.1.0",
  "description": "Browser-only WebMCP tools for reading public Fly Over New Village 613 project facts, routes, village records, community resources, and contact channels.",
  "websiteUrl": "https://flyover613.com/",
  "transport": {
    "type": "webmcp-browser",
    "endpoint": "https://flyover613.com/",
    "notes": "Tools are registered in the browser with navigator.modelContext when the page loads. No remote MCP HTTP transport is currently provided."
  },
  "remotes": [],
  "capabilities": {
    "tools": [
      "get_project_overview",
      "list_site_routes",
      "list_village_records",
      "list_community_resources",
      "get_contact_channels"
    ],
    "resources": [],
    "prompts": []
  },
  "authentication": {
    "required": false,
    "notes": "The public archive pages and browser-only WebMCP tools do not require OAuth. The site currently has no OAuth issuer, token endpoint, or agent registration backend."
  },
  "documentation": "https://flyover613.com/auth.md"
}