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

io.github.boostuagency/boostu-teamleader-mcp

NPM · BOOSTU-TEAMLEADER-MCP · SCANNED AUG 3

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

+21 this week 66 Trust /100
Trust breakdown (6 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 →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability64
  • 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 Management27
  • Stability observed for 8 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
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · boostu-teamleader-mcp

# add to Claude Code
claude mcp add boostuagency-boostu-teamleader-mcp -- npx -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"]
// 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.

  • 3 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 2 Aug 26 +42
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Tool coverage: 99 → unverified functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → good functional
    • Licence: MIT functional
  • 31 Jul 26 −25
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +18
    • Dependency health: partial → unverified functional
    • Tool coverage: unverified → 99 functional
  • 28 Jul 26 −18
    • Tool coverage: 99 → unverified functional
    • Dependency health: unverified → partial functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 45

    First indexed and scored.

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 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

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.

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
descriptionstringProject description
due_onstringDue date (YYYY-MM-DD)
extraobjectAny other documented projects-v2/projects.create field
starts_onstringStart 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_sizenumbermax 100
statusstringFilter by project status
termstringSearch 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
descriptionstringProject description
due_onstringDue date (YYYY-MM-DD)
extraobjectAny other documented projects-v2/projects.update field
idstringyesProject ID (required)
starts_onstringStart date (YYYY-MM-DD)
titlestringProject 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_idstringFilter by deal ID
pagenumber
page_sizenumbermax 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_idstringCustomer ID for filtering (requires customer_type)
customer_typestringCustomer type for filtering
pagenumber
page_sizenumbermax 100

No output schema declared.

No examples provided.

teamleader_subscriptions_update ~39

Update a subscription's title.

NameTypeReqDescription
idstringyesThe subscription ID
titlestringNew title for the subscription

No output schema declared.

No examples provided.

teamleader_tax_rates_list ~33

List tax rates.

NameTypeReqDescription
pagenumber
page_sizenumbermax 100

No output schema declared.

No examples provided.

teamleader_teams_list ~32

List teams.

NameTypeReqDescription
pagenumber
page_sizenumbermax 100

No output schema declared.

No examples provided.

teamleader_ticket_status_list ~35

List all available ticket statuses.

NameTypeReqDescription
pagenumber
page_sizenumbermax 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
descriptionstringTicket description / initial message
subjectstringyesTicket subject
ticket_status_idstringInitial 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_idstringCustomer ID for filtering (requires customer_type)
customer_typestringCustomer type for filtering
pagenumber
page_sizenumbermax 100
ticket_status_idstringFilter 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
subjectstringNew subject
ticket_status_idstringNew 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
descriptionstringDescription of the work done
durationnumberyesDuration in seconds
invoiceablebooleanWhether this time is invoiceable
started_atstringyesStart datetime (ISO 8601)
subject_idstringSubject ID (requires subject_type)
subject_typestringSubject type (e.g. project, task, deal)
work_type_idstringWork 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_sizenumbermax 100
user_idstringFilter 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
descriptionstringNew description
durationnumberNew 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
descriptionstringDescription of the work
subject_idstringSubject ID (requires subject_type)
subject_typestringSubject type (e.g. project, task, deal)
work_type_idstringWork 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_atstringEnd 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_sizenumbermax 100

No output schema declared.

No examples provided.

teamleader_update_contact ~106

Update an existing contact in Teamleader Focus

NameTypeReqDescription
emailstringPrimary email address
first_namestringFirst name
genderstringGender
idstringyesThe contact ID to update
languagestringLanguage code
last_namestringLast name
mobilestringMobile number
phonestringPhone number
tagsarrayTags to assign

No output schema declared.

No examples provided.

teamleader_update_deal ~116

Update an existing deal in Teamleader Focus

NameTypeReqDescription
estimated_closing_datestringEstimated closing date (YYYY-MM-DD)
estimated_probabilitynumberEstimated probability (0-1)
estimated_value_amountnumberEstimated value amount
estimated_value_currencystringCurrency code (e.g. 'EUR', 'USD')
idstringyesThe deal ID to update
responsible_user_idstringResponsible user ID
titlestringDeal 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_sizenumbermax 100
termstringFilter 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_sizenumbermax 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.