
This server connects Claude to Holded's business management API, exposing tools across five modules: invoicing, CRM, projects, accounting, and team management. You get full CRUD operations for invoices, estimates, contacts, products, payments, and warehouses. The CRM module handles leads, funnels, and events. Projects covers tasks and time tracking. Accounting lets you work with ledger entries and account creation. You can enable all modules or cherry-pick just what you need via environment variables. Built with retry logic and debug mode for troubleshooting rate limits. Reach for this when you need to automate Holded workflows or query business data without switching contexts.
HOLDED_API_KEY*Your Holded API key. Get it from https://app.holded.com/api
HOLDED_MODULESComma-separated list of modules to enable (invoicing, crm, projects, accounting, team). All enabled by default.
HOLDED_RATE_LIMIT_PER_SECONDAPI rate limit in requests per second. Default: 10.
HOLDED_DEBUGSet to 'true' to enable debug logging for API requests.