Dolibarr MCP Server

63 tools. 36 can modify or destroy data without limits.

10 destructive tools with no built-in limits. Policy required.

Last updated:

36 can modify or destroy data
27 read-only
63 tools total

Community server · catalogue entry verified 03/07/2026

How to control Dolibarr MCP Server ↓

What Dolibarr MCP Server exposes to your agents

Read (27) Write / Execute (26) Destructive / Financial (10)
Critical Risk

The most dangerous Dolibarr MCP Server tools

36 of Dolibarr MCP Server's 63 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Dolibarr MCP Server

PolicyLayer is an MCP gateway — it sits between your AI agents and Dolibarr MCP Server, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "delete_contact": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "add_invoice_line": {
    "limits": [
      {
        "counter": "add_invoice_line_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "get_contact_by_id": {
    "limits": [
      {
        "counter": "get_contact_by_id_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Dolibarr MCP Server — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON DOLIBARR →

Instant setup, no code required.

All 63 Dolibarr MCP Server tools

READ 27 tools
Read get_contact_by_id Get contact by ID Read get_contacts List contacts Read get_customer_by_id Get customer by ID Read get_customer_invoices BEST tool for customer invoices. Get invoices for a specific customer. Use status= Read get_customer_orders BEST tool for customer orders. Get orders for a specific customer. First use search_customers to get the socid Read get_customer_proposals BEST tool for customer proposals. Get proposals for a specific customer with flexible status filtering. Use st Read get_customers List customers (paginated) Read get_invoice_by_id Get invoice by ID Read get_invoices List invoices with filters. RECOMMENDED: Use get_customer_invoices when filtering by customer. Status: Read get_order_by_id Get order by ID Read get_orders List orders with filters. RECOMMENDED: Use get_customer_orders when filtering by customer. Results sorted by d Read get_product_by_id Get product by ID Read get_products List products Read get_project_by_id Get project by ID Read get_projects List projects. Status: 0=draft, 1=open, 2=closed Read get_proposal_by_id Get a single proposal by its ID. Use this when you have the exact proposal ID. Read get_proposals List proposals/quotes with filters. RECOMMENDED: Use get_customer_proposals instead when filtering by customer Read get_status Get Dolibarr system status Read get_user_by_id Get user by ID Read get_users List users (paginated) Read resolve_product_ref Get exact product by reference Read search_customers Search customers/thirdparties by name or alias. IMPORTANT: Use this first to get the Read search_products_by_label Search products by label/name Read search_products_by_ref Search products by reference prefix Read search_projects Search projects by ref/title Read search_proposals Search proposals by reference number (e.g., Read test_connection Test Dolibarr API connection

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Dolibarr MCP Server

Can an AI agent delete data through the Dolibarr MCP Server MCP server? +

Yes. The Dolibarr MCP Server server exposes 10 destructive tools including delete_contact, delete_customer, delete_invoice. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Dolibarr MCP Server? +

The Dolibarr MCP Server server has 24 write tools including add_invoice_line, add_proposal_line, append_proposal_note. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Dolibarr MCP Server.

How many tools does the Dolibarr MCP Server MCP server expose? +

63 tools across 3 categories: Destructive, Read, Write. 27 are read-only. 36 can modify, create, or delete data.

How do I enforce a policy on Dolibarr MCP Server? +

Register the Dolibarr MCP Server MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Dolibarr MCP Server tool call.

Deterministic rules across all 63 Dolibarr MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

63 Dolibarr MCP Server tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.