Serversio.github.squidcode/timebook
T

Timebook

io.github.squidcode/timebook · v0.5.0
▦ npm
v0.5.0npm npm: @squidcode/timebook🌐 https://usetimebook.com/mcp↗ Website↗ 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.squidcode/timebook",
  "description": "Track time on usetimebook.com - start/stop timers, log entries, list projects/clients.",
  "title": "Timebook",
  "repository": {
    "url": "https://github.com/squidcode/timebook-cli",
    "source": "github"
  },
  "version": "0.5.0",
  "websiteUrl": "https://usetimebook.com",
  "icons": [
    {
      "src": "https://usetimebook.com/favicon.svg",
      "mimeType": "image/svg+xml",
      "sizes": [
        "any"
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@squidcode/timebook",
      "version": "0.5.0",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "mcp",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Override the Timebook API base URL. Defaults to https://usetimebook.com.",
          "format": "string",
          "name": "TIMEBOOK_API_URL"
        },
        {
          "description": "Override the Timebook web URL used during `timebook login`. Defaults to https://usetimebook.com.",
          "format": "string",
          "name": "TIMEBOOK_WEB_URL"
        }
      ]
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://usetimebook.com/mcp"
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}