@t4dhg/mcp-holded
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@t4dhg/mcp-holdedlist my recent invoices"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@t4dhg/mcp-holded
An MCP server for the Holded API v2.
Holded deprecated its classic API (base https://api.holded.com/api/invoicing/v1 with a key: <apikey> header). New Holded keys use the format pat_<id>_<secret> and only authenticate against the v2 API (https://api.holded.com/api/v2) with an Authorization: Bearer <key> header. Servers written for the old API reject new keys with {"status":0,"info":"Invalid key"}. This server speaks v2.
Install and configure
Add it to your MCP client config (for example .mcp.json or Claude Desktop's config):
{
"mcpServers": {
"holded": {
"command": "npx",
"args": ["-y", "@t4dhg/mcp-holded"],
"env": {
"HOLDED_API_KEY": "pat_xxxxxxxx_xxxxxxxx"
}
}
}
}Requires Node.js >= 18.
Getting a key
Create a Personal Access Token in Holded under Settings, Developers, API. Use the full pat_..._... value as HOLDED_API_KEY.
Related MCP server: MCP Holded
Environment variables
Variable | Required | Default | Purpose |
| yes | none | Holded v2 personal access token ( |
| no |
| Override the API base, for testing. |
Tools
Tool | Description |
| List contacts (customers and suppliers). |
| List sales invoices. |
| List purchase invoices / bills. |
| List products. |
| List services. |
| List payments. |
| Fetch one record by id from any v2 resource. |
| Low-level access to any v2 endpoint ( |
The list tools accept optional page, limit, and query (free-text search). Holded's v2 API exposes far more than the resources with dedicated tools above; use holded_request to reach any of them, for example { "method": "GET", "path": "/numberingseries" }.
A note on unknown paths
api.holded.com serves its single-page web app (HTML) with an HTTP 200 status for paths that do not exist in v2. This server detects an HTML body and returns a clear error instead, so a wrong path fails loudly rather than looking like an empty success.
Development
npm install
HOLDED_API_KEY=pat_..._... npm run smokesmoke-test.mjs spawns the server over stdio, lists its tools, and makes one live call.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceMCP server for Holded — invoicing, accounting, CRM, projects, and team771MIT
- AlicenseBqualityAmaintenanceA Model Context Protocol (MCP) server for the Holded Invoice API. This server allows AI assistants like Claude to interact with Holded's invoicing, contacts, products, and more.789119MIT
- AlicenseNot gradedqualityDmaintenanceMCP server that connects Claude Code to the Holded API for natural language financial, accounting, and invoicing queries, with built-in Spanish PGC context.2Apache 2.0
- FlicenseNot gradedqualityDmaintenanceAn open-source MCP server for the Holded API that enables natural language management of invoicing, CRM, projects, team, and accounting.
Related MCP Connectors
Hosted MCP server for Mini Accountant: invoices, expenses, customers, analytics, tax estimates.
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
MCP server for the PDFGate API. Generate PDFs, manage documents and handle e-signatures.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/t4dhg/mcp-holded'
If you have feedback or need assistance with the MCP directory API, please join our Discord server