Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

BoondManager MCP Server

NPM · BOONDMANAGER-MCP-SERVER · 2 COMPONENTS · SCANNED SEP 20

MCP Server for BoondManager API - 182 tools, 12 prompts, 22 resources (ERP/CRM)

0 this week 53 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 42 of 121 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency100
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to fauguste/boondmanager-mcp-server). View diagnostics → Pass
  • Clear OSI-approved license (Apache-2.0).Pass
  • Actively maintained (last published 0 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability0
  • Schema quality not yet verified: the captured schema was too large for us to store in full, so we will not judge it on a partial copy.Unverified
Stability & Change Management0
  • Stability not yet verified: the captured schema was too large for us to store in full, and comparing a partial copy would report our own trimming as a change.Unverified
Tool Coverage0
  • Tool coverage not yet verified: the captured tool definitions were too large for us to store in full, so we will not judge them on a partial copy.Unverified
Tool Safety0
  • Tool safety not yet verified: the captured tool definitions were too large for us to store in full, and the trim removes the very descriptions this category reads.Unverified
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 4 categories

Categories scored 0 because our sandbox run of this package has not given us the schema these checks need to read. That is a gap on our side rather than a finding about the package, and we only credit what we can confirm, so the score stands at 0 until the capture succeeds. We are working through the fleet, so this normally clears without any action from you. How we score packages →

Install

How do I install the BoondManager MCP Server server?

BoondManager MCP Server runs locally as an npm package, launched with npx -y boondmanager-mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · boondmanager-mcp-server

# add to Claude Code
claude mcp add fauguste-boondmanager-mcp-server -- npx -y boondmanager-mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "fauguste-boondmanager-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "boondmanager-mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "fauguste-boondmanager-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "boondmanager-mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add fauguste-boondmanager-mcp-server -- npx -y boondmanager-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "fauguste-boondmanager-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "boondmanager-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add fauguste-boondmanager-mcp-server --command npx --arg -y --arg boondmanager-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  fauguste-boondmanager-mcp-server:
    command: "npx"
    args: ["-y", "boondmanager-mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "fauguste-boondmanager-mcp-server": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "boondmanager-mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add fauguste-boondmanager-mcp-server -t stdio -c npx -a -y boondmanager-mcp-server
// mcp.json
{
  "mcpServers": {
    "fauguste-boondmanager-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "boondmanager-mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 0
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Tool safety: Tool safety not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet. security
    • Capabilities: pass → unverified functional
    • Tool coverage: Tool coverage not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet. functional
    • Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. functional
    • Package version: 2.15.0 → 2.15.2 functional
    • Package version: 2.14.1 → 2.15.2 functional
    • Package version: 2.14.1 → 2.15.0 functional
  • 14 Sept 26 0
    • Package version: 2.14.1 → 2.15.0 functional
  • 13 Sept 26 0
    • Package version: 2.14.1 → 2.15.0 functional
  • 12 Sept 26 0
    • Package version: 2.14.1 → 2.15.0 functional
  • 11 Sept 26 +10
    • Known CVEs: unverified → pass security
    • Dependency health: unverified → 0.83 functional
  • 10 Sept 26 −51
    • Stability: fail → unverified security
    • Tool safety: pass → unverified security
    • Known CVEs: pass → unverified security
    • Dependency health: 0.83 → unverified functional
    • Tool coverage: 100 → unverified functional
    • Schema quality: 100 → unverified functional
    • Package version: 2.14.1 → 2.15.0 functional
  • 9 Sept 26 +14
    • Malware scan: unverified → pass security
  • 8 Sept 26 −15
    • Malware scan: pass → unverified security
    • Security disclosure: pass → unverified functional
    • Package version: 2.14.0 → 2.14.1 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/boondmanager-mcp-server@2.15.2

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo fauguste/boondmanager-mcp-server
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/fauguste/boondmanager-mcp-server/.github/workflows/release.yml@refs/tags/v2.15.2
Rekor log index 2897354168
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:df80e7b6ee5501a65bc52030a0f566c0ffc24add3c89c2ed26ea949160c6e28c4c5c6f0c721d227fa2b4e19590233ae7c7fc867fb15e53e48abb710af

Background: How many MCP packages publish verified provenance →

Dependencies 121 packages
Packages resolved 121
Stale 42
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 182 exposed · ~52,703 tokens partial

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
boond_resources_reference_update ~383

No description provided.

NameTypeReqDescription
companystring
descriptionstring
endMonthinteger
endYearinteger
locationstring
referenceIdstringyes
resourceIdstringyes
skillsstring
startMonthinteger
startYearinteger
titlestring

No output schema declared.

No examples provided.

boond_resources_search ~1,667

No description provided.

NameTypeReqDescription
activityAreasarray
coordinatesstring
endDatestring
excludeManagerboolean
excludeResourceStatesarray
excludeResourceTypesarray
experiencesarray
expertiseAreasarray
fieldsarray
flagsarray
geoDistanceinteger
keywordsstring
keywordsTypestring
languagesarray
locationstring
mobilityAreasarray
narrowPerimeterboolean
orderstring
pageinteger
pageSizeinteger
perimeterAgenciesarray
perimeterBusinessUnitsarray
perimeterDynamicarray
perimeterManagersarray
perimeterPolesarray
periodstring
providerCompaniesarray
resourceStatesarray
resourceTypesarray
shieldsarray
sortstring
startDatestring
toolsarray
trainingsarray
NameTypeReqDescription
countnumberyes
itemsarrayyes
totalnumber

No examples provided.

boond_resources_technical_data ~137

No description provided.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

boond_resources_technical_data_update ~553

No description provided.

NameTypeReqDescription
activityAreasarray
diplomasarray
experienceinteger
expertiseAreasarray
idstringyes
languagesarray
modestring
skillsstring
summarystring
titlestring
toolsarray
trainingstring

No output schema declared.

No examples provided.

boond_resources_times_reports ~132

No description provided.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

boond_resources_timesheets ~228

No description provided.

NameTypeReqDescription
monthinteger
resourceIdstringyes
yearinteger

No output schema declared.

No examples provided.

boond_resources_update ~214

No description provided.

NameTypeReqDescription
citystring
countrystring
email1string
firstNamestring
idstringyes
lastNamestring
notestring
phone1string
stateinteger
titlestring
NameTypeReqDescription
idstring
typestring

No examples provided.

boond_roles_get ~164

No description provided.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

boond_roles_search ~305

No description provided.

NameTypeReqDescription
fieldsarray
keywordsstring
pageinteger
pageSizeinteger
NameTypeReqDescription
countnumberyes
itemsarrayyes
totalnumber

No examples provided.

boond_threads_get ~166

No description provided.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

boond_threads_search ~311

No description provided.

NameTypeReqDescription
fieldsarray
keywordsstring
pageinteger
pageSizeinteger
NameTypeReqDescription
countnumberyes
itemsarrayyes
totalnumber

No examples provided.

boond_timesheets_create ~237

No description provided.

NameTypeReqDescription
endDatestring
notestring
projectIdstring
resourceIdstringyes
startDatestring
statestring
termstringyes
totalDaysnumber
totalHoursnumber

No output schema declared.

No examples provided.

boond_timesheets_get ~124

No description provided.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

boond_timesheets_search ~344

No description provided.

NameTypeReqDescription
endMonthstringyes
keywordsstring
pageinteger
pageSizeinteger
startMonthstringyes

No output schema declared.

No examples provided.

boond_todolists_get ~173

No description provided.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

boond_todolists_search ~313

No description provided.

NameTypeReqDescription
fieldsarray
keywordsstring
pageinteger
pageSizeinteger
NameTypeReqDescription
countnumberyes
itemsarrayyes
totalnumber

No examples provided.

boond_validations_get ~168

No description provided.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

boond_validations_search ~540

No description provided.

NameTypeReqDescription
documentTypesarray
endMonthstringyes
fieldsarray
keywordsstring
pageinteger
pageSizeinteger
resourceTypesarray
startMonthstringyes
validationAlertsboolean
validationStatesarray

No output schema declared.

No examples provided.

boond_webhooks_get ~168

No description provided.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

boond_webhooks_search ~310

No description provided.

NameTypeReqDescription
fieldsarray
keywordsstring
pageinteger
pageSizeinteger
NameTypeReqDescription
countnumberyes
itemsarrayyes
totalnumber

No examples provided.

boond_workflow_candidats_pour_opportunite ~246

No description provided.

NameTypeReqDescription
opportunity_idstringyes

No output schema declared.

No examples provided.

boond_workflow_cartographie_competences ~352

No description provided.

NameTypeReqDescription
agency_idstring
manager_idstring
top_nstring

No output schema declared.

No examples provided.

boond_workflow_cvs_a_mettre_a_jour ~313

No description provided.

NameTypeReqDescription
manager_idstring
seuil_moisstring

No output schema declared.

No examples provided.

boond_workflow_factures_a_relancer ~247

No description provided.

NameTypeReqDescription
society_idstring

No output schema declared.

No examples provided.

boond_workflow_fiche_consultant ~239

No description provided.

NameTypeReqDescription
resource_idstringyes

No output schema declared.

No examples provided.

boond_workflow_fin_de_mission ~301

No description provided.

NameTypeReqDescription
horizon_joursstring
manager_idstring

No output schema declared.

No examples provided.

boond_workflow_pipeline_commercial ~287

No description provided.

NameTypeReqDescription
date_debutstringyes
date_finstringyes
manager_idstring

No output schema declared.

No examples provided.

boond_workflow_recap_hebdo ~235

No description provided.

NameTypeReqDescription
semainestring

No output schema declared.

No examples provided.

boond_workflow_recherche_profil_competences ~425

No description provided.

NameTypeReqDescription
competencesstringyes
dispo_avantstring
experience_minstring
inclure_candidatsstring
manager_idstring

No output schema declared.

No examples provided.

boond_workflow_staffing_disponible ~355

No description provided.

NameTypeReqDescription
competencesstring
end_datestringyes
manager_idstring
start_datestringyes

No output schema declared.

No examples provided.

boond_workflow_synthese_equipe ~299

No description provided.

NameTypeReqDescription
manager_idstring
periodestring

No output schema declared.

No examples provided.

boond_workflow_traiter_note_de_frais ~398

No description provided.

NameTypeReqDescription
contextestring
project_idstring
resource_idstring
termstring

No output schema declared.

No examples provided.

Common questions

What is the BoondManager MCP Server server?

BoondManager MCP Server is listed in the public MCP registry as io.github.fauguste/boondmanager-mcp-server. MCP Server for BoondManager API - 182 tools, 12 prompts, 22 resources (ERP/CRM). This page covers its npm package (boondmanager-mcp-server).

Is the BoondManager MCP Server server safe to use?

BoondManager MCP Server scores 53 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

Is the BoondManager MCP Server server still maintained?

BoondManager MCP Server is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the BoondManager MCP Server server under?

BoondManager MCP Server declares the Apache-2.0 licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.