BoondManager MCP Server

MCP Server for BoondManager API - 158 tools across 36 domains for ERP/CRM data

Local serverstdio

What is the BoondManager MCP server?

BoondManager MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. MCP Server for BoondManager API - 158 tools across 36 domains for ERP/CRM data.

What you get

Serveur MCP (Model Context Protocol) pour l'API BoondManager, permettant a Claude (Desktop, Cowork, Code) de rechercher, consulter, creer et modifier des enregistrements dans votre instance BoondManager.

Setting it up

Installation goes through your MCP client rather than a global install: point it at boondmanager-mcp-server on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

What the assistant can call

Once BoondManager is connected, these are the calls the assistant has available:

  • Reporting — The Reporting tool exposed by this server
  • Smithery — Le serveur est aussi disponible sur Smithery. La configuration est dans smithery.yaml
  • Cursor — Cliquez sur le badge **[Add to Cursor](https://cursor.com/install-mcp?name=boondmanager&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsImJvb25kbWFuYWd
  • Goose — Ajoutez une extension de type STDIO dans Settings > Extensions > Add avec la commande npx -y boondmanager-mcp-server et la variable
  • Logs — Le serveur utilise pino pour des logs structures JSON (agrégateurs, observabilité)
  • Authentification — The Authentification tool exposed by this server

Configuration and credentials

You will need 8 environment variables: BOOND_API_TOKEN, BOOND_BASE_URL, BOOND_USER_TOKEN, BOOND_CLIENT_TOKEN, BOOND_CLIENT_KEY, BOOND_USER, BOOND_PASSWORD, BOOND_HTTP_TIMEOUT_MS. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the boondmanager mcp server does with a few real requests.

Choosing this one

This sits in the monitoring and observability group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. BoondManager's toolset — Reporting, Smithery, Cursor and 3 more — is a fair guide to whether it matches your workflow. It is maintained by fauguste; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against BoondManager's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
ReportingThe Reporting tool exposed by this server.
SmitheryLe serveur est aussi disponible sur [Smithery](https://smithery.ai/server/@fauguste/boondmanager-mcp-server). La configuration est dans smithery.yaml à la racine du repo : Smithery propose une UI avec les champs d'authen
CursorCliquez sur le badge **[Add to Cursor](https://cursor.com/install-mcp?name=boondmanager&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsImJvb25kbWFuYWdlci1tY3Atc2VydmVyIl19)** en haut du README (ou ajoutez le serveur manu
GooseAjoutez une extension de type **STDIO** dans **Settings > Extensions > Add** avec la commande npx -y boondmanager-mcp-server et la variable d'environnement BOOND_API_TOKEN. En CLI :
LogsLe serveur utilise [pino](https://getpino.io/) pour des logs structures JSON (agrégateurs, observabilité).
AuthentificationThe Authentification tool exposed by this server.

How to install the BoondManager MCP server

{
  "mcpServers": {
    "boondmanager": {
      "command": "npx",
      "args": ["-y", "boondmanager-mcp-server"],
      "env": {
        "BOOND_API_TOKEN": "votre_token_jwt"
      }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
BOOND_API_TOKENCredential the server authenticates with.Yes
BOOND_BASE_URLEndpoint or connection string the server talks to.Yes
BOOND_USER_TOKENCredential the server authenticates with.Yes
BOOND_CLIENT_TOKENCredential the server authenticates with.Yes
BOOND_CLIENT_KEYCredential the server authenticates with.Yes
BOOND_USERConfiguration value read at startup.Optional
BOOND_PASSWORDConfiguration value read at startup.Optional
BOOND_HTTP_TIMEOUT_MSConfiguration value read at startup.Optional

Example prompts to try

  • Use BoondManager to Reporting.
  • Use BoondManager to Smithery.
  • Use BoondManager to Cursor.

Frequently asked questions

It connects BoondManager to MCP-compatible AI assistants such as Claude and Cursor, exposing 6 tools (Reporting, Smithery, Cursor, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with BoondManager directly.