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.

com.clicksend/clicksend-mcp-server

NPM · @CLICKSEND/CLICKSEND-MCP-SERVER · SCANNED AUG 26

MCP for ClickSend.

0 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 →

Supply Chain Security72
Provenance & Transparency45
Schema Quality & AI Usability37
  • AI-judged instruction clarity (fair).Partial
  • Context-footprint check failed: tool/resource definitions use about 1463 tokens (~243/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage87
  • 83% of tools have a non-trivial description (not blank, and not just the tool's name).Partial
  • 93% 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 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "post--v3-sms-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 6 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

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

How do I install the com.clicksend/clicksend-mcp-server server?

com.clicksend/clicksend-mcp-server runs locally as an npm package, launched with npx -y @clicksend/clicksend-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 · @clicksend/clicksend-mcp-server

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

  • 26 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 23 Aug 26 0

    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 26 Aug 2026 · Analysed npm/@clicksend/clicksend-mcp-server@2026.8.23

Provenance No attestation

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

Result No attestation
Ecosystem npm
Vulnerabilities 11 findings
ID CVE Severity Vector Fix available
GHSA-fjxv-7rqg-78g4 CVE-2025-7783 critical yes
GHSA-hmw2-7cc7-3qxx CVE-2026-12143 high CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N yes
MAL-2025-22760 none no
GHSA-52cp-r559-cp3m CVE-2026-59869 high CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H yes
GHSA-5p4m-2wfm-xmqj high CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H yes
GHSA-h67p-54hq-rp68 CVE-2026-53550 medium CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L yes
GHSA-mh29-5h37-fv8m CVE-2025-64718 medium CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N yes
GHSA-6rw7-vpxm-498p CVE-2025-15284 low CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L yes
GHSA-p8p7-x288-28g6 CVE-2023-28155 medium CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N yes
GHSA-72xf-g2v4-qvf3 CVE-2023-26136 medium CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N yes
GHSA-w5hq-g745-h8pq CVE-2026-41907 high CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N yes
Dependencies 175 packages
Packages resolved 175
Deprecated 4
Stale 73
Tree resolution Complete
MCP tools · 6 exposed · ~1,463 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
get--v3-search-contacts-lists ~26

View Contact Lists

NameTypeReqDescription
qstring

No output schema declared.

No examples provided.

get--v3-sms-history ~790

View SMS History

NameTypeReqDescription
date_fromnumberStart date to filter results. It should be in <a href="http://help.clicksend.com/what-is-a-unix-timestamp" target="_blank">Unix format</a>.
date_tonumberEnd date to filter results. It should be in <a href="http://help.clicksend.com/what-is-a-unix-timestamp" target="_blank">Unix format</a>.
limitnumberThe number of items to return per page. This parameter controls the size of each page of results. The default value is 15.
order_bystringSpecifies the field and order to sort the results by. The value is composed of the field name followed by a colon and the sort direction (_asc_ for ascending or _desc_ for descending). The default s…
pagenumberThe page number to retrieve. Use this parameter to navigate through the [pagination](/#pagination) results. The default value is 1.
qstringAllows filtering of results based on your search criteria. The query should be in the format `field_name:value`. 1. **Field Name**: The field within the SMS history you want to filter by. You can us…
user_date_requeststring[FOR AI AGENTS] When user requests dates in natural language (e.g., 'Aug 5 2025', 'yesterday', 'last Tuesday'), pass the EXACT original user message here. The backend will parse this to generate corr…

No output schema declared.

No examples provided.

get--v3-sms-templates ~572

View SMS Templates

NameTypeReqDescription
limitnumberThe number of items to return per page. This parameter controls the size of each page of results. The default value is 15.
order_bystringSpecifies the field and order to sort the results by. The value is composed of the field name followed by a colon and the sort direction (_asc_ for ascending or _desc_ for descending). The default…
pagenumberThe page number to retrieve. Use this parameter to navigate through the [pagination](/#pagination) results. The default value is 1.
qstringAllows filtering of results based on your search criteria. The query should be in the format `field_name:value`. 1. **Field Name**: The field within the SMS history you want to filter by. You can us…

No output schema declared.

No examples provided.

get--v3-statistics-sms ~18

View SMS Statistics

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

post--v3-sms-price ~29

Calculate SMS Price

NameTypeReqDescription
messagesarrayMessages to send to customers.

No output schema declared.

No examples provided.

post--v3-sms-send ~28

Send SMS

NameTypeReqDescription
messagesarrayMessages to send to customers.

No output schema declared.

No examples provided.

Common questions

What is the com.clicksend/clicksend-mcp-server server?

com.clicksend/clicksend-mcp-server is listed in the public MCP registry as com.clicksend/clicksend-mcp-server. MCP for ClickSend. This page covers its npm package (@clicksend/clicksend-mcp-server).

What tools does the com.clicksend/clicksend-mcp-server server expose?

com.clicksend/clicksend-mcp-server exposes 6 tools: post--v3-sms-send, get--v3-search-contacts-lists, post--v3-sms-price, get--v3-sms-templates, get--v3-statistics-sms, get--v3-sms-history. Their descriptions and schemas cost roughly 1,463 tokens of context every time the server is loaded.

Is the com.clicksend/clicksend-mcp-server server still maintained?

com.clicksend/clicksend-mcp-server is still listed as active in the MCP registry. We last reached this channel on 26 August 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 com.clicksend/clicksend-mcp-server server under?

com.clicksend/clicksend-mcp-server declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.