{
  "$comment": "Implements SEP-1649 (draft) — see https://github.com/modelcontextprotocol/modelcontextprotocol/issues/1649. Schema may change before the SEP merges.",
  "schema_version": "2026-05",
  "name": "chronary",
  "display_name": "Chronary",
  "description": "Calendar-as-a-service MCP server for AI agents. Create calendars, schedule events, query availability, manage temporal holds, and coordinate multi-agent scheduling via proposals.",
  "version": "1.0.0",
  "vendor": {
    "name": "Chronary",
    "url": "https://chronary.ai"
  },
  "endpoints": {
    "hosted": {
      "url": "https://api.chronary.ai/mcp",
      "transport": "streamable-http",
      "auth": {
        "type": "bearer",
        "token_format": "chr_sk_* or chr_ak_*",
        "obtain_via": "https://api.chronary.ai/v1/agent/sign-up"
      }
    },
    "local": {
      "command": "npx",
      "args": ["-y", "@chronary/mcp@latest"],
      "transport": "stdio",
      "env": ["CHRONARY_API_KEY"]
    }
  },
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false,
    "tool_count": 21
  },
  "categories": ["calendar", "scheduling", "productivity", "ai-agents"],
  "tags": ["calendar", "scheduling", "availability", "ical", "webhooks", "proposals"],
  "documentation": "https://docs.chronary.ai/mcp/overview",
  "openapi": "https://api.chronary.ai/openapi.json",
  "llms_txt": "https://chronary.ai/llms.txt",
  "support": {
    "email": "support@chronary.ai",
    "docs": "https://docs.chronary.ai"
  },
  "license": "proprietary"
}
