Back to Browse

Holded MCP Server

by T4dhg
Developer ToolsModerate5.5MCP RegistryLocal
Free

Server data from the Official MCP Registry

MCP server for Holded (Spanish ERP): invoicing, accounting, treasury, CRM, projects, payroll.

About

MCP server for Holded (Spanish ERP): invoicing, accounting, treasury, CRM, projects, payroll.

Security Report

5.5
Moderate5.5Moderate Risk

Valid MCP server (2 strong, 1 medium validity signals). 3 known CVEs in dependencies (2 critical, 0 high severity) Package registry verified. Imported from the Official MCP Registry.

3 files analyzed · 4 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

Holded v2 Personal Access Token (pat_<id>_<secret>), created under Settings, Developers, API. A v1 key is rejected at startup.Required

Environment variable: HOLDED_API_KEY

Override the API base URL (default: https://api.holded.com/api/v2)Optional

Environment variable: HOLDED_BASE_URL

Per-request timeout in milliseconds (default: 30000)Optional

Environment variable: HOLDED_TIMEOUT_MS

Retry attempts for GET requests; writes are never retried (default: 3)Optional

Environment variable: HOLDED_MAX_RETRIES

Log requests to stderr (default: false)Optional

Environment variable: DEBUG

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-t4dhg-mcp-holded": {
      "env": {
        "DEBUG": "your-debug-here",
        "HOLDED_API_KEY": "your-holded-api-key-here",
        "HOLDED_BASE_URL": "your-holded-base-url-here",
        "HOLDED_TIMEOUT_MS": "your-holded-timeout-ms-here",
        "HOLDED_MAX_RETRIES": "your-holded-max-retries-here"
      },
      "args": [
        "-y",
        "@t4dhg/mcp-holded"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!