← Back to Plugins
MCP Server MCP

io.github.energio-es/holded-mcp

github By github 👁 1 views ▲ 0 votes

MCP server for Holded — invoicing, accounting, CRM, projects, and team

Homepage Verified source GitHub

Install

npx -y @energio/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@energio/holded-mcp",
      "version": "1.5.1",
      "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...