Serversio.github.sagarkalra-tech/timezest-mcp
M

io.github.sagarkalra-tech/timezest-mcp

io.github.sagarkalra-tech/timezest-mcp · v1.1.0
▦ npm
v1.1.0npm npm: timezest-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.sagarkalra-tech/timezest-mcp",
  "description": "MCP Server for TimeZest: manage appointments, pending requests, and ticket schedules in Claude.",
  "repository": {
    "url": "https://github.com/sagarkalra-tech/TimeZest-MCP",
    "source": "github"
  },
  "version": "1.1.0",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "timezest-mcp",
      "version": "1.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your TimeZest API Key (from Settings -> API)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "TIMEZEST_API_KEY"
        },
        {
          "description": "Default IANA timezone (e.g. America/Chicago)",
          "format": "string",
          "default": "America/Chicago",
          "name": "TIMEZEST_DEFAULT_TZ"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}