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_calls_complete ~35

Mark a call as completed. SIDE EFFECT: updates the call status.

NameTypeReqDescription
idstringyesCall ID to complete

No output schema declared.

No examples provided.

teamleader_calls_create ~87

Create a call activity. SIDE EFFECT: creates a call record.

NameTypeReqDescription
assignee_idstring–User ID to assign the call to
customer_idstring–Customer ID (requires customer_type)
customer_typestring–Customer type
descriptionstring–Call description
due_atstringyesCall datetime (ISO 8601)

No output schema declared.

No examples provided.

teamleader_calls_list ~64

List calls, 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_companies_add_tags ~35

Add one or more tags to a company.

NameTypeReqDescription
idstringyes–
tagsarrayyes–

No output schema declared.

No examples provided.

teamleader_companies_remove_tags ~35

Remove one or more tags from a company.

NameTypeReqDescription
idstringyes–
tagsarrayyes–

No output schema declared.

No examples provided.

teamleader_contacts_add_tags ~34

Add one or more tags to a contact.

NameTypeReqDescription
idstringyes–
tagsarrayyes–

No output schema declared.

No examples provided.

teamleader_contacts_remove_tags ~34

Remove one or more tags from a contact.

NameTypeReqDescription
idstringyes–
tagsarrayyes–

No output schema declared.

No examples provided.

teamleader_create_company ~97

Create a new company in Teamleader Focus

NameTypeReqDescription
emailstring–Primary email address
languagestring–Language code (e.g. 'en', 'fr', 'nl')
namestringyesCompany name
phonestring–Phone number
tagsarray–Tags to assign
vat_numberstring–VAT number
websitestring–Website URL

No output schema declared.

No examples provided.

teamleader_create_contact ~106

Create a new contact in Teamleader Focus

NameTypeReqDescription
emailstring–Primary email address
first_namestringyesFirst name
genderstring–Gender
languagestring–Language code (e.g. 'en', 'fr', 'nl')
last_namestringyesLast name
mobilestring–Mobile number
phonestring–Phone number
tagsarray–Tags to assign

No output schema declared.

No examples provided.

teamleader_create_deal ~161

Create a new deal/opportunity in Teamleader Focus

NameTypeReqDescription
customer_idstringyesCustomer ID (contact or company)
customer_typestringyesCustomer type
department_idstring–Department ID
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')
phase_idstringyesDeal phase ID
responsible_user_idstring–Responsible user ID
source_idstring–Source ID
titlestringyesDeal title

No output schema declared.

No examples provided.

teamleader_create_event ~100

Create a new calendar event in Teamleader Focus

NameTypeReqDescription
activity_type_idstringyesActivity type ID
attendee_idsarray–List of attendees
descriptionstring–Event description
ends_atstringyesEnd datetime (ISO 8601)
locationstring–Event location
starts_atstringyesStart datetime (ISO 8601)
titlestringyesEvent title

No output schema declared.

No examples provided.

teamleader_create_invoice ~137

Create a new draft invoice in Teamleader Focus

NameTypeReqDescription
customer_idstringyesCustomer ID
customer_typestringyesCustomer type
department_idstringyesDepartment ID
invoice_datestring–Invoice date (YYYY-MM-DD, defaults to today)
line_itemsarrayyesLine items for the invoice
notestring–Note to include on the invoice
payment_term_daysnumber–Number of days for payment term
payment_term_typestringyesPayment term type (e.g. 'cash', 'end_of_month', 'after_invoice_date')

No output schema declared.

No examples provided.

teamleader_create_task ~195

Create a new task in Teamleader Focus. The Teamleader API requires a title, a due date and a work type. Use teamleader_work_types_list to find a work_type_id.

NameTypeReqDescription
assignee_idstring–Assignee ID
assignee_typestring–Assignee type
customer_idstring–Link task to a customer ID
customer_typestring–Link task to a customer type
deal_idstring–Link task to a deal ID
descriptionstring–Task description (optional)
due_onstringyesDue date in YYYY-MM-DD format (required)
project_idstring–Link task to a project ID (new projects module)
titlestringyesTask title (required)
work_type_idstringyesWork type ID (required). Use teamleader_work_types_list to find one.

No output schema declared.

No examples provided.

teamleader_credit_notes_info ~26

Get a single credit note by id.

NameTypeReqDescription
idstringyes–

No output schema declared.

No examples provided.

teamleader_credit_notes_list ~64

List credit notes, optionally filtered by invoice or department.

NameTypeReqDescription
department_idstring–Filter by department ID
invoice_idstring–Filter by invoice ID
pagenumber––
page_sizenumber–max 100

No output schema declared.

No examples provided.

teamleader_custom_field_definitions_info ~29

Get a single custom field definition by id.

NameTypeReqDescription
idstringyes–

No output schema declared.

No examples provided.

teamleader_custom_field_definitions_list ~36

List custom field definitions.

NameTypeReqDescription
pagenumber––
page_sizenumber–max 100

No output schema declared.

No examples provided.

teamleader_deal_phases_list ~35

List deal phases.

NameTypeReqDescription
pagenumber––
page_sizenumber–max 100

No output schema declared.

No examples provided.

teamleader_deal_pipelines_list ~35

List deal pipelines.

NameTypeReqDescription
pagenumber––
page_sizenumber–max 100

No output schema declared.

No examples provided.

teamleader_deal_sources_list ~34

List deal sources.

NameTypeReqDescription
pagenumber––
page_sizenumber–max 100

No output schema declared.

No examples provided.

teamleader_departments_list ~32

List departments.

NameTypeReqDescription
pagenumber––
page_sizenumber–max 100

No output schema declared.

No examples provided.

teamleader_files_download ~35

Get a temporary download URL for a file by its ID.

NameTypeReqDescription
idstringyesID of the file to download

No output schema declared.

No examples provided.

teamleader_files_list ~90

List files linked to a subject (e.g. contact, company, deal). subject_type and subject_id are required.

NameTypeReqDescription
pagenumber––
page_sizenumber–max 100
subject_idstringyesID of the linked subject
subject_typestringyesType of the linked subject, e.g. 'contact', 'company', 'deal'

No output schema declared.

No examples provided.

teamleader_files_upload ~106

Step 1 of a two-step file upload flow — returns an upload URL/location; the actual bytes are then PUT to that URL out of band. Provide the subject to link the file to and the intended file name.

NameTypeReqDescription
file_namestringyesName of the file to upload
subject_idstringyesID of the linked subject
subject_typestringyesType of the linked subject, e.g. 'contact', 'company', 'deal'

No output schema declared.

No examples provided.

teamleader_get_company ~28

Get detailed information about a specific company

NameTypeReqDescription
idstringyesThe company ID

No output schema declared.

No examples provided.

teamleader_get_contact ~28

Get detailed information about a specific contact

NameTypeReqDescription
idstringyesThe contact ID

No output schema declared.

No examples provided.

teamleader_get_deal ~29

Get detailed information about a specific deal

NameTypeReqDescription
idstringyesThe deal ID

No output schema declared.

No examples provided.

teamleader_get_event ~28

Get detailed information about a specific event

NameTypeReqDescription
idstringyesThe event ID

No output schema declared.

No examples provided.

teamleader_get_invoice ~28

Get detailed information about a specific invoice

NameTypeReqDescription
idstringyesThe invoice ID

No output schema declared.

No examples provided.

teamleader_invoices_book ~71

Book a draft invoice into accounting and assign it a number. SIDE EFFECT: books the draft into accounting and assigns a number; not freely reversible.

NameTypeReqDescription
idstringyesThe invoice ID to book
onstring–Book date (YYYY-MM-DD). Defaults to today if omitted.

No output schema declared.

No examples provided.

teamleader_invoices_download ~53

Get a temporary download URL for an invoice in the specified format.

NameTypeReqDescription
formatstringyesDownload format: 'pdf' or 'ubl/e-fff'
idstringyesThe invoice ID

No output schema declared.

No examples provided.

teamleader_invoices_register_payment ~82

Register a payment against an invoice.

NameTypeReqDescription
amountnumberyesPayment amount
currencystringyesCurrency code (e.g. 'EUR')
idstringyesThe invoice ID
paid_atstringyesPayment date-time (ISO 8601)
payment_method_idstring–Optional payment method ID

No output schema declared.

No examples provided.

teamleader_invoices_send ~65

Send an invoice by email to the specified recipients. SIDE EFFECT: emails the customer.

NameTypeReqDescription
idstringyesThe invoice ID to send
recipients_toarrayyesEmail addresses in the To field
subjectstring–Custom email subject line

No output schema declared.

No examples provided.

teamleader_list_companies ~111

List companies from Teamleader Focus with optional filtering and pagination

NameTypeReqDescription
pagenumber–Page number (default: 1)
page_sizenumber–Page size (default: 20, max: 100)
tagsarray–Filter by tags
termstring–Search term to filter companies
updated_sincestring–ISO 8601 date - only companies updated after this date
vat_numberstring–Filter by VAT number

No output schema declared.

No examples provided.

teamleader_list_contacts ~98

List contacts from Teamleader Focus with optional filtering and pagination

NameTypeReqDescription
pagenumber–Page number (default: 1)
page_sizenumber–Page size (default: 20, max: 100)
tagsarray–Filter by tags
termstring–Search term to filter contacts
updated_sincestring–ISO 8601 date - only contacts updated after this date

No output schema declared.

No examples provided.

teamleader_list_deals ~118

List deals/opportunities from Teamleader Focus with optional filtering and pagination

NameTypeReqDescription
pagenumber–Page number (default: 1)
page_sizenumber–Page size (default: 20, max: 100)
phase_idstring–Filter by deal phase ID
responsible_user_idstring–Filter by responsible user ID
termstring–Search term to filter deals
updated_sincestring–ISO 8601 date - only deals updated after this date

No output schema declared.

No examples provided.

teamleader_list_events ~133

List calendar events from Teamleader Focus with optional filtering and pagination

NameTypeReqDescription
ends_afterstring–ISO 8601 datetime - events ending after this date
ends_beforestring–ISO 8601 datetime - events ending before this date
pagenumber–Page number (default: 1)
page_sizenumber–Page size (default: 20, max: 100)
starts_afterstring–ISO 8601 datetime - events starting after this date
starts_beforestring–ISO 8601 datetime - events starting before this date

No output schema declared.

No examples provided.

teamleader_list_invoices ~146

List invoices from Teamleader Focus with optional filtering and pagination

NameTypeReqDescription
department_idstring–Filter by department ID
invoice_date_afterstring–Filter invoices dated after (YYYY-MM-DD)
invoice_date_beforestring–Filter invoices dated before (YYYY-MM-DD)
pagenumber–Page number (default: 1)
page_sizenumber–Page size (default: 20, max: 100)
statusarray–Filter by status (e.g. ['draft', 'outstanding', 'paid'])
updated_sincestring–ISO 8601 date - only invoices updated after this date

No output schema declared.

No examples provided.

teamleader_list_tasks ~94

List tasks from Teamleader Focus with optional filtering and pagination

NameTypeReqDescription
customer_idstring–Customer ID to filter by
customer_typestring–Customer type to filter by
pagenumber–Page number (default: 1)
page_sizenumber–Page size (default: 20, max: 100)
termstring–Search term to filter tasks

No output schema declared.

No examples provided.

teamleader_lost_reasons_list ~37

List lost reasons for deals.

NameTypeReqDescription
pagenumber––
page_sizenumber–max 100

No output schema declared.

No examples provided.

teamleader_meetings_complete ~37

Mark a meeting as completed. SIDE EFFECT: updates the meeting status.

NameTypeReqDescription
idstringyesMeeting ID to complete

No output schema declared.

No examples provided.

teamleader_meetings_create ~87

Schedule a meeting. SIDE EFFECT: creates a meeting record.

NameTypeReqDescription
attendee_user_idsarray–User IDs to invite as attendees
ends_atstringyesEnd datetime (ISO 8601)
locationstring–Meeting location
starts_atstringyesStart datetime (ISO 8601)
titlestringyesMeeting title

No output schema declared.

No examples provided.

teamleader_meetings_list ~33

List meetings.

NameTypeReqDescription
pagenumber––
page_sizenumber–max 100

No output schema declared.

No examples provided.

teamleader_notes_create ~77

Create a note linked to a subject (e.g. contact, company, deal).

NameTypeReqDescription
contentstringyesText content of the note
subject_idstringyesID of the linked subject
subject_typestringyesType of the linked subject, e.g. 'contact', 'company', 'deal'

No output schema declared.

No examples provided.

teamleader_notes_list ~90

List notes linked to a subject (e.g. contact, company, deal). subject_type and subject_id are required.

NameTypeReqDescription
pagenumber––
page_sizenumber–max 100
subject_idstringyesID of the linked subject
subject_typestringyesType of the linked subject, e.g. 'contact', 'company', 'deal'

No output schema declared.

No examples provided.

teamleader_payment_terms_list ~33

List payment terms.

NameTypeReqDescription
pagenumber––
page_sizenumber–max 100

No output schema declared.

No examples provided.

teamleader_price_lists_list ~33

List price lists.

NameTypeReqDescription
pagenumber––
page_sizenumber–max 100

No output schema declared.

No examples provided.

teamleader_product_categories_list ~33

List product categories.

NameTypeReqDescription
pagenumber––
page_sizenumber–max 100

No output schema declared.

No examples provided.

teamleader_products_info ~24

Get a single product by id.

NameTypeReqDescription
idstringyes–

No output schema declared.

No examples provided.

teamleader_products_list ~48

List products, optionally filtered by search term.

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

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.