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_absences_create ~344

No description provided.

NameTypeReqDescription
absencesPeriodsarray
durationnumber
endDatestringyes
notestring
resourceIdstringyes
startDatestringyes
stateinteger
typeOfstringyes
workUnitTypeReferenceinteger

No output schema declared.

No examples provided.

boond_absences_delete ~200

No description provided.

NameTypeReqDescription
idstringyes
NameTypeReqDescription
deletedbooleanyes
idstringyes
reasonstring

No examples provided.

boond_absences_get ~171

No description provided.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

boond_absences_search ~313

No description provided.

NameTypeReqDescription
endMonthstring
fieldsarray
keywordsstring
pageinteger
pageSizeinteger
resourceIdstring
startMonthstring

No output schema declared.

No examples provided.

boond_absences_update ~185

No description provided.

NameTypeReqDescription
endDatestring
idstringyes
notestring
startDatestring
stateinteger

No output schema declared.

No examples provided.

boond_accounts_get ~165

No description provided.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

boond_accounts_search ~307

No description provided.

NameTypeReqDescription
fieldsarray
keywordsstring
pageinteger
pageSizeinteger
NameTypeReqDescription
countnumberyes
itemsarrayyes
totalnumber

No examples provided.

boond_actions_create ~572

No description provided.

NameTypeReqDescription
candidateIdstring
companyIdstring
contactIdstring
endDatestring
opportunityIdstring
positioningIdstring
projectIdstring
resourceIdstring
startDatestring
textstring
titlestring
typeOfyes

No output schema declared.

No examples provided.

boond_actions_delete ~194

No description provided.

NameTypeReqDescription
idstringyes
NameTypeReqDescription
deletedbooleanyes
idstringyes
reasonstring

No examples provided.

boond_actions_get ~164

No description provided.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

boond_actions_search ~349

No description provided.

NameTypeReqDescription
candidateIdstring
companyIdstring
contactIdstring
fieldsarray
keywordsstring
pageinteger
pageSizeinteger
resourceIdstring

No output schema declared.

No examples provided.

boond_actions_update ~368

No description provided.

NameTypeReqDescription
endDatestring
idstringyes
startDatestring
textstring
titlestring
typeOfinteger
NameTypeReqDescription
idstring
typestring

No examples provided.

boond_advantages_get ~168

No description provided.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

boond_advantages_search ~242

No description provided.

NameTypeReqDescription
fieldsarray
keywordsstring
pageinteger
pageSizeinteger
resourceIdstring

No output schema declared.

No examples provided.

boond_agencies_get ~168

No description provided.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

boond_agencies_search ~308

No description provided.

NameTypeReqDescription
fieldsarray
keywordsstring
pageinteger
pageSizeinteger
NameTypeReqDescription
countnumberyes
itemsarrayyes
totalnumber

No examples provided.

boond_application_current_user ~130

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

boond_application_dictionary ~523

No description provided.

NameTypeReqDescription
dictionaryTypestringyes

No output schema declared.

No examples provided.

boond_business_units_get ~169

No description provided.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

boond_business_units_search ~309

No description provided.

NameTypeReqDescription
fieldsarray
keywordsstring
pageinteger
pageSizeinteger
NameTypeReqDescription
countnumberyes
itemsarrayyes
totalnumber

No examples provided.

boond_calendars_get ~172

No description provided.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

boond_calendars_search ~312

No description provided.

NameTypeReqDescription
fieldsarray
keywordsstring
pageinteger
pageSizeinteger
NameTypeReqDescription
countnumberyes
itemsarrayyes
totalnumber

No examples provided.

boond_candidates_actions ~119

No description provided.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

boond_candidates_administrative ~135

No description provided.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

boond_candidates_create ~293

No description provided.

NameTypeReqDescription
citystring
countrystring
email1string
firstNamestringyes
lastNamestringyes
mainSkillsstring
notestring
phone1string
stateinteger
titlestring
NameTypeReqDescription
idstring
typestring

No examples provided.

boond_candidates_delete ~194

No description provided.

NameTypeReqDescription
idstringyes
NameTypeReqDescription
deletedbooleanyes
idstringyes
reasonstring

No examples provided.

boond_candidates_get ~231

No description provided.

NameTypeReqDescription
idstringyes
tabstring

No output schema declared.

No examples provided.

boond_candidates_information ~122

No description provided.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

boond_candidates_positionings ~120

No description provided.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

boond_candidates_search ~1,428

No description provided.

NameTypeReqDescription
activityAreasarray
availabilityTypesarray
candidateStatesarray
candidateTypesarray
contractTypesarray
coordinatesstring
endDatestring
evaluationsarray
experiencesarray
expertiseAreasarray
fieldsarray
flagsarray
geoDistanceinteger
keywordsstring
keywordsTypestring
languagesarray
locationstring
mobilityAreasarray
narrowPerimeterboolean
orderstring
pageinteger
pageSizeinteger
perimeterAgenciesarray
perimeterBusinessUnitsarray
perimeterDynamicarray
perimeterManagersarray
perimeterManagersTypestring
perimeterPolesarray
periodstring
providerCompaniesarray
shieldsarray
sortstring
sourcesarray
startDatestring
toolsarray
trainingsarray
NameTypeReqDescription
countnumberyes
itemsarrayyes
totalnumber

No examples provided.

boond_candidates_technical_data ~141

No description provided.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

boond_candidates_update ~225

No description provided.

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

No examples provided.

boond_companies_actions ~123

No description provided.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

boond_companies_contacts ~120

No description provided.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

boond_companies_create ~260

No description provided.

NameTypeReqDescription
citystring
countrystring
email1string
namestringyes
notestring
phone1string
siretstring
stateinteger
websitestring
NameTypeReqDescription
idstring
typestring

No examples provided.

boond_companies_delete ~197

No description provided.

NameTypeReqDescription
idstringyes
NameTypeReqDescription
deletedbooleanyes
idstringyes
reasonstring

No examples provided.

boond_companies_get ~235

No description provided.

NameTypeReqDescription
idstringyes
tabstring

No output schema declared.

No examples provided.

boond_companies_information ~128

No description provided.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

boond_companies_invoices ~135

No description provided.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

boond_companies_opportunities ~113

No description provided.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

boond_companies_orders ~113

No description provided.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

boond_companies_projects ~109

No description provided.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

boond_companies_provider_invoices ~144

No description provided.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

boond_companies_purchases ~119

No description provided.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

boond_companies_search ~1,037

No description provided.

NameTypeReqDescription
endDatestring
expertiseAreasarray
fieldsarray
flagsarray
influencersarray
keywordsstring
keywordsTypestring
narrowPerimeterboolean
orderstring
originsarray
pageinteger
pageSizeinteger
perimeterAgenciesarray
perimeterBusinessUnitsarray
perimeterDynamicarray
perimeterManagersarray
perimeterPolesarray
periodstring
shieldsarray
sortstring
startDatestring
statesarray
NameTypeReqDescription
countnumberyes
itemsarrayyes
totalnumber

No examples provided.

boond_companies_update ~213

No description provided.

NameTypeReqDescription
citystring
countrystring
email1string
idstringyes
namestring
notestring
phone1string
siretstring
stateinteger
websitestring
NameTypeReqDescription
idstring
typestring

No examples provided.

boond_contacts_actions ~119

No description provided.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

boond_contacts_create ~258

No description provided.

NameTypeReqDescription
citystring
companyIdstring
countrystring
email1string
firstNamestringyes
lastNamestringyes
notestring
phone1string
titlestring
NameTypeReqDescription
idstring
typestring

No examples provided.

boond_contacts_delete ~194

No description provided.

NameTypeReqDescription
idstringyes
NameTypeReqDescription
deletedbooleanyes
idstringyes
reasonstring

No examples provided.

boond_contacts_get ~231

No description provided.

NameTypeReqDescription
idstringyes
tabstring

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.