Serversio.github.oktopeak/clio-mcp
M

io.github.oktopeak/clio-mcp

io.github.oktopeak/clio-mcp · v1.0.1
▦ npm
v1.0.1npm npm: @oktopeak/clio-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.oktopeak/clio-mcp",
  "description": "Connect Claude to Clio with 15 tools for matters, contacts, tasks, billing, and more.",
  "repository": {
    "url": "https://github.com/oktopeak/clio-mcp",
    "source": "github"
  },
  "version": "1.0.1",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@oktopeak/clio-mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Client ID from your Clio developer application (Settings → Developer Applications)",
          "isRequired": true,
          "format": "string",
          "name": "CLIO_CLIENT_ID"
        },
        {
          "description": "Client Secret from your Clio developer application",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "CLIO_CLIENT_SECRET"
        },
        {
          "description": "64-character hex key for encrypting stored OAuth tokens (generate with: node -e \"console.log(require('crypto').randomBytes(32).toString('hex'))\")",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "ENCRYPTION_KEY"
        },
        {
          "description": "Local port for the OAuth callback listener (default: 5678). Change if 5678 is in use.",
          "format": "string",
          "name": "CLIO_REDIRECT_PORT"
        },
        {
          "description": "Clio region: 'us' (default) or 'eu'. Controls API and auth base URLs.",
          "format": "string",
          "name": "CLIO_REGION"
        },
        {
          "description": "Override the Clio API base URL (e.g. https://eu.app.clio.com/api/v4). Use instead of CLIO_REGION for fine-grained control.",
          "format": "string",
          "name": "CLIO_API_BASE"
        },
        {
          "description": "Override the OAuth authorization endpoint (e.g. https://eu.app.clio.com/oauth/authorize).",
          "format": "string",
          "name": "CLIO_AUTH_URL"
        },
        {
          "description": "Override the OAuth token endpoint (e.g. https://eu.app.clio.com/oauth/token).",
          "format": "string",
          "name": "CLIO_TOKEN_URL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}