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.

io.github.boostuagency/boostu-teamleader-mcp

NPM · BOOSTU-TEAMLEADER-MCP · SCANNED SEP 24

MCP server for Teamleader Focus CRM. Use Teamleader in Claude and other AI assistants.

0 this week 79 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
  • 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency48
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 71 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability72
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 6002 tokens (~58/item across 103 items; 103 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management80
  • Stability observed for 24 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage91
  • 99% of tools have a non-trivial description (not blank, and not just the tool's name).Partial
  • 75% of tool parameters carry a description.Partial
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 9 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "teamleader_invoices_send" implies "send" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 103 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.boostuagency/boostu-teamleader-mcp server?

io.github.boostuagency/boostu-teamleader-mcp runs locally as an npm package, launched with npx -y boostu-teamleader-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · boostu-teamleader-mcp

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

  • 24 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 23 Sept 26 +1
    • Stability: 0.97 → pass security
  • 21 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 −3
    • Stability: pass → 0.77 functional
  • 15 Sept 26 +1
    • Stability: 0.97 → pass security
  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

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 24 Sept 2026 · Analysed npm/boostu-teamleader-mcp@2.1.4

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 103 exposed · ~6,002 tokens

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
teamleader_projects_add_customer ~49

Koppel een klant (contact of bedrijf) aan een nextgen-project.

NameTypeReqDescription
customer_idstringyes–
customer_typestringyes–
idstringyes–

No output schema declared.

No examples provided.

teamleader_projects_add_deal ~37

Koppel een deal aan een nextgen-project.

NameTypeReqDescription
deal_idstringyes–
idstringyes–

No output schema declared.

No examples provided.

teamleader_projects_add_owner ~41

Voeg een eigenaar (gebruiker) toe aan een nextgen-project.

NameTypeReqDescription
idstringyes–
user_idstringyes–

No output schema declared.

No examples provided.

teamleader_projects_add_quotation ~37

Koppel een offerte aan een nextgen-project.

NameTypeReqDescription
idstringyes–
quotation_idstringyes–

No output schema declared.

No examples provided.

teamleader_projects_assign ~48

Wijs een gebruiker of team toe aan een nextgen-project.

NameTypeReqDescription
assignee_idstringyes–
assignee_typestringyes–
idstringyes–

No output schema declared.

No examples provided.

teamleader_projects_close ~34

Sluit een nextgen-project. SIDE EFFECT: markeert het project als gesloten.

NameTypeReqDescription
idstringyes–

No output schema declared.

No examples provided.

teamleader_projects_create ~86

Maak een nieuw nextgen-project. Enkel title is verplicht.

NameTypeReqDescription
descriptionstring–Project description
due_onstring–Due date (YYYY-MM-DD)
extraobject–Any other documented projects-v2/projects.create field
starts_onstring–Start date (YYYY-MM-DD)
titlestringyesProject title (required)

No output schema declared.

No examples provided.

teamleader_projects_delete ~37

Verwijder een nextgen-project. SIDE EFFECT: verwijdert het project onomkeerbaar.

NameTypeReqDescription
idstringyes–

No output schema declared.

No examples provided.

teamleader_projects_duplicate ~25

Dupliceer een nextgen-project.

NameTypeReqDescription
idstringyes–

No output schema declared.

No examples provided.

teamleader_projects_info ~26

Get a single nextgen project by id.

NameTypeReqDescription
idstringyes–

No output schema declared.

No examples provided.

teamleader_projects_list ~64

List nextgen projects, optionally filtered by search term or status.

NameTypeReqDescription
pagenumber––
page_sizenumber–max 100
statusstring–Filter by project status
termstring–Search term to filter projects

No output schema declared.

No examples provided.

teamleader_projects_remove_customer ~50

Ontkoppel een klant (contact of bedrijf) van een nextgen-project.

NameTypeReqDescription
customer_idstringyes–
customer_typestringyes–
idstringyes–

No output schema declared.

No examples provided.

teamleader_projects_remove_deal ~38

Ontkoppel een deal van een nextgen-project.

NameTypeReqDescription
deal_idstringyes–
idstringyes–

No output schema declared.

No examples provided.

teamleader_projects_remove_owner ~42

Verwijder een eigenaar (gebruiker) van een nextgen-project.

NameTypeReqDescription
idstringyes–
user_idstringyes–

No output schema declared.

No examples provided.

teamleader_projects_remove_quotation ~38

Ontkoppel een offerte van een nextgen-project.

NameTypeReqDescription
idstringyes–
quotation_idstringyes–

No output schema declared.

No examples provided.

teamleader_projects_reopen ~26

Heropen een gesloten nextgen-project.

NameTypeReqDescription
idstringyes–

No output schema declared.

No examples provided.

teamleader_projects_unassign ~55

Verwijder de toewijzing van een gebruiker of team op een nextgen-project.

NameTypeReqDescription
assignee_idstringyes–
assignee_typestringyes–
idstringyes–

No output schema declared.

No examples provided.

teamleader_projects_update ~97

Update een nextgen-project. Enkel meegegeven velden worden aangepast.

NameTypeReqDescription
descriptionstring–Project description
due_onstring–Due date (YYYY-MM-DD)
extraobject–Any other documented projects-v2/projects.update field
idstringyesProject ID (required)
starts_onstring–Start date (YYYY-MM-DD)
titlestring–Project title

No output schema declared.

No examples provided.

teamleader_quotations_accept ~35

Accept a quotation. SIDE EFFECT: marks the quotation accepted (hard to undo).

NameTypeReqDescription
idstringyes–

No output schema declared.

No examples provided.

teamleader_quotations_create ~42

Create a quotation on a deal. Provide one or more line items.

NameTypeReqDescription
deal_idstringyes–
line_itemsarrayyes–

No output schema declared.

No examples provided.

teamleader_quotations_info ~26

Get a single quotation by id.

NameTypeReqDescription
idstringyes–

No output schema declared.

No examples provided.

teamleader_quotations_list ~51

List quotations, optionally filtered by deal id.

NameTypeReqDescription
deal_idstring–Filter by deal ID
pagenumber––
page_sizenumber–max 100

No output schema declared.

No examples provided.

teamleader_quotations_send ~53

Send a quotation by email. SIDE EFFECT: emails the customer.

NameTypeReqDescription
idstringyes–
recipients_toarrayyesEmail addresses in the To field
subjectstring––

No output schema declared.

No examples provided.

teamleader_quotations_update ~34

Update a quotation's line items.

NameTypeReqDescription
idstringyes–
line_itemsarrayyes–

No output schema declared.

No examples provided.

teamleader_subscriptions_create ~120

Create a new subscription. SIDE EFFECT: creates recurring invoicing for the customer.

NameTypeReqDescription
billing_periodsnumberyesNumber of billing periods
billing_unitstringyesBilling cycle unit
customer_idstringyesCustomer ID
customer_typestringyesCustomer type
department_idstringyesDepartment ID
line_itemsarrayyesOne or more line items for the subscription
starts_onstringyesStart date (YYYY-MM-DD)
titlestringyesSubscription title

No output schema declared.

No examples provided.

teamleader_subscriptions_deactivate ~40

Deactivate a subscription. SIDE EFFECT: stops future invoicing for this subscription.

NameTypeReqDescription
idstringyesThe subscription ID to deactivate

No output schema declared.

No examples provided.

teamleader_subscriptions_info ~25

Get a single subscription by id.

NameTypeReqDescription
idstringyes–

No output schema declared.

No examples provided.

teamleader_subscriptions_list ~65

List subscriptions, optionally filtered by customer.

NameTypeReqDescription
customer_idstring–Customer ID for filtering (requires customer_type)
customer_typestring–Customer type for filtering
pagenumber––
page_sizenumber–max 100

No output schema declared.

No examples provided.

teamleader_subscriptions_update ~39

Update a subscription's title.

NameTypeReqDescription
idstringyesThe subscription ID
titlestring–New title for the subscription

No output schema declared.

No examples provided.

teamleader_tax_rates_list ~33

List tax rates.

NameTypeReqDescription
pagenumber––
page_sizenumber–max 100

No output schema declared.

No examples provided.

teamleader_teams_list ~32

List teams.

NameTypeReqDescription
pagenumber––
page_sizenumber–max 100

No output schema declared.

No examples provided.

teamleader_ticket_status_list ~35

List all available ticket statuses.

NameTypeReqDescription
pagenumber––
page_sizenumber–max 100

No output schema declared.

No examples provided.

teamleader_tickets_add_message ~53

Add a reply/message to a ticket. SIDE EFFECT: posts a message on the ticket thread.

NameTypeReqDescription
bodystringyesMessage body / reply text
ticket_idstringyesTicket ID

No output schema declared.

No examples provided.

teamleader_tickets_create ~82

Create a new support ticket for a customer. SIDE EFFECT: creates a ticket record.

NameTypeReqDescription
customer_idstringyesCustomer ID
customer_typestringyesCustomer type
descriptionstring–Ticket description / initial message
subjectstringyesTicket subject
ticket_status_idstring–Initial ticket status ID

No output schema declared.

No examples provided.

teamleader_tickets_info ~26

Get a single support ticket by id.

NameTypeReqDescription
idstringyes–

No output schema declared.

No examples provided.

teamleader_tickets_list ~82

List support tickets, optionally filtered by customer or status.

NameTypeReqDescription
customer_idstring–Customer ID for filtering (requires customer_type)
customer_typestring–Customer type for filtering
pagenumber––
page_sizenumber–max 100
ticket_status_idstring–Filter by ticket status ID

No output schema declared.

No examples provided.

teamleader_tickets_update ~50

Update a ticket's subject or status.

NameTypeReqDescription
idstringyesTicket ID
subjectstring–New subject
ticket_status_idstring–New ticket status ID

No output schema declared.

No examples provided.

teamleader_time_tracking_add ~122

Add a time tracking entry. SIDE EFFECT: creates a time log record.

NameTypeReqDescription
descriptionstring–Description of the work done
durationnumberyesDuration in seconds
invoiceableboolean–Whether this time is invoiceable
started_atstringyesStart datetime (ISO 8601)
subject_idstring–Subject ID (requires subject_type)
subject_typestring–Subject type (e.g. project, task, deal)
work_type_idstring–Work type ID

No output schema declared.

No examples provided.

teamleader_time_tracking_list ~51

List time tracking entries, optionally filtered by user.

NameTypeReqDescription
pagenumber––
page_sizenumber–max 100
user_idstring–Filter by user ID

No output schema declared.

No examples provided.

teamleader_time_tracking_update ~52

Update a time tracking entry's duration or description.

NameTypeReqDescription
descriptionstring–New description
durationnumber–New duration in seconds
idstringyesTime tracking entry ID

No output schema declared.

No examples provided.

teamleader_timer_start ~83

Start a running timer. SIDE EFFECT: starts a live timer that must be stopped.

NameTypeReqDescription
descriptionstring–Description of the work
subject_idstring–Subject ID (requires subject_type)
subject_typestring–Subject type (e.g. project, task, deal)
work_type_idstring–Work type ID

No output schema declared.

No examples provided.

teamleader_timer_stop ~58

Stop a running timer. SIDE EFFECT: stops the timer and creates a time tracking entry.

NameTypeReqDescription
ended_atstring–End datetime (ISO 8601); defaults to now
idstringyesTimer ID to stop

No output schema declared.

No examples provided.

teamleader_units_of_measure_list ~35

List units of measure.

NameTypeReqDescription
pagenumber––
page_sizenumber–max 100

No output schema declared.

No examples provided.

teamleader_update_contact ~106

Update an existing contact in Teamleader Focus

NameTypeReqDescription
emailstring–Primary email address
first_namestring–First name
genderstring–Gender
idstringyesThe contact ID to update
languagestring–Language code
last_namestring–Last name
mobilestring–Mobile number
phonestring–Phone number
tagsarray–Tags to assign

No output schema declared.

No examples provided.

teamleader_update_deal ~116

Update an existing deal in Teamleader Focus

NameTypeReqDescription
estimated_closing_datestring–Estimated closing date (YYYY-MM-DD)
estimated_probabilitynumber–Estimated probability (0-1)
estimated_value_amountnumber–Estimated value amount
estimated_value_currencystring–Currency code (e.g. 'EUR', 'USD')
idstringyesThe deal ID to update
responsible_user_idstring–Responsible user ID
titlestring–Deal title

No output schema declared.

No examples provided.

teamleader_users_info ~24

Get a single user by id.

NameTypeReqDescription
idstringyes–

No output schema declared.

No examples provided.

teamleader_users_list ~48

List users, optionally filtered by search term.

NameTypeReqDescription
pagenumber––
page_sizenumber–max 100
termstring–Filter by search term

No output schema declared.

No examples provided.

teamleader_users_me ~16

Get the currently authenticated user.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

teamleader_webhooks_list ~34

List registered webhooks.

NameTypeReqDescription
pagenumber––
page_sizenumber–max 100

No output schema declared.

No examples provided.

teamleader_webhooks_register ~72

Register a webhook URL for the given event types (e.g. deal.created, invoice.booked).

NameTypeReqDescription
typesarrayyesList of event types to subscribe to, e.g. ['deal.created', 'invoice.booked']
urlstringyesThe HTTPS URL to receive webhook POST requests

No output schema declared.

No examples provided.

Common questions

What is the io.github.boostuagency/boostu-teamleader-mcp server?

io.github.boostuagency/boostu-teamleader-mcp is listed in the public MCP registry as io.github.boostuagency/boostu-teamleader-mcp. MCP server for Teamleader Focus CRM. Use Teamleader in Claude and other AI assistants. This page covers its npm package (boostu-teamleader-mcp).

Is the io.github.boostuagency/boostu-teamleader-mcp server safe to use?

io.github.boostuagency/boostu-teamleader-mcp scores 79 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 24 September 2026. It declares no install or post-install scripts. 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.

What tools does the io.github.boostuagency/boostu-teamleader-mcp server expose?

io.github.boostuagency/boostu-teamleader-mcp exposes 103 tools: teamleader_list_contacts, teamleader_get_contact, teamleader_create_contact, teamleader_update_contact, teamleader_list_companies, and 98 more. Their descriptions and schemas cost roughly 6,002 tokens of context every time the server is loaded.

Is the io.github.boostuagency/boostu-teamleader-mcp server still maintained?

io.github.boostuagency/boostu-teamleader-mcp is still listed as active in the MCP registry. We last reached this channel on 24 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 io.github.boostuagency/boostu-teamleader-mcp server under?

io.github.boostuagency/boostu-teamleader-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.