Serversio.github.energio-es/holded-mcp
M

io.github.energio-es/holded-mcp

io.github.energio-es/holded-mcp · v1.5.0
▦ npm
v1.5.0npm npm: @energio/holded-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.energio-es/holded-mcp",
  "description": "MCP server for Holded — invoicing, accounting, CRM, projects, and team",
  "repository": {
    "url": "https://github.com/energio-es/holded-mcp",
    "source": "github"
  },
  "version": "1.5.0",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@energio/holded-mcp",
      "version": "1.5.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Holded API key. Get it from https://app.holded.com/api",
          "isRequired": true,
          "name": "HOLDED_API_KEY"
        },
        {
          "description": "Comma-separated list of modules to enable (invoicing, crm, projects, accounting, team). All enabled by default.",
          "name": "HOLDED_MODULES"
        },
        {
          "description": "API rate limit in requests per second. Default: 10.",
          "name": "HOLDED_RATE_LIMIT_PER_SECOND"
        },
        {
          "description": "Set to 'true' to enable debug logging for API requests.",
          "name": "HOLDED_DEBUG"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}