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.

Notify MCP Server

OCI · GHCR.IO/AAHL/MCP-NOTIFY:LATEST · 2 COMPONENTS · SCANNED AUG 3

MCP Server for notify to Weixin, Telegram, Bark, Lark, Feishu, DingTalk

−3 this week 38 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 Security0
  • Malware scan not yet available for this package.Unverified
  • CVE data not yet available for this package.Unverified
  • Install-script risk not yet assessed.Unverified
  • Dependency-health data not yet available.Unverified
Provenance & Transparency45
Schema Quality & AI Usability63
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 2076 tokens (~138/item across 15 items; 15 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 Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage96
  • 93% of tools have a non-trivial description (not blank, and not just the tool's name).Partial
  • 100% of tool parameters carry a description.Pass
Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail

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

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.

oci · ghcr.io/aahl/mcp-notify:latest

# add to Claude Code
claude mcp add aahl-mcp-notify -- docker run --rm -i ghcr.io/aahl/mcp-notify:latest
# add to Codex CLI
codex mcp add aahl-mcp-notify -- docker run --rm -i ghcr.io/aahl/mcp-notify:latest
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "aahl-mcp-notify": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/aahl/mcp-notify:latest"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  aahl-mcp-notify:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/aahl/mcp-notify:latest"]
// mcp.json
{
  "mcpServers": {
    "aahl-mcp-notify": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/aahl/mcp-notify:latest"
      ]
    }
  }
}
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.23 functional
  • 31 Jul 26 −7
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 +30
    • Tool coverage: unverified → 93 functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: good functional
    • First check of Tool coverage: 100 functional
    • First check of Schema quality: fail functional
  • 26 Jul 26 11

    First indexed and scored.

    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → 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 3 Aug 2026 · Analysed oci/ghcr.io/aahl/mcp-notify:latest

Provenance none

Ecosystem: oci · Outcome: none

Reason: no_attestation

MCP tools — 15 exposed · ~2,076 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
bark_send_notify ~196

通过Bark推送通知

NameTypeReqDescription
bodystringyes推送内容
device_keystring设备key,默认从环境变量获取
iconstring自定义图标URL
levelstring推送中断级别。critical: 重要警告, 在静音模式下也会响铃active:默认值,系统会立即亮屏显示通知timeSensitive:时效性通知,可在专注状态下显示通知。passive:仅将通知添加到通知列表,不会亮屏提醒。
subtitlestring推送副标题
titlestring推送标题
urlstring点击推送时,跳转的URL ,支持URL Scheme 和 Universal Link
volumeinteger重要警告的通知音量(0-10),默认为5

No output schema declared.

No examples provided.

ding_send_text ~79

钉钉群机器人发送文本或Markdown消息

NameTypeReqDescription
bot_keystring钉钉群机器人access_token,默认从环境变量获取
msgtypestring内容类型,仅支持: text/markdown
textstringyes消息内容
titlestring消息标题

No output schema declared.

No examples provided.

ha_send_mobile ~337

Send a notification to Home Assistant Mobile APP

NameTypeReqDescription
dataExtended data, json string. ```json { "image": "http://a.com/photo.jpg", "video": "http://a.com/video.mp4", "audio": "http://a.com/audio.mp3", # ios only "actions": [ { "action": "Y…
device_keystringDevice key, Default to get from environment variables
messagestringyesNotification content
subtitlestringNotification subtitle
titlestringNotification title
urlstringOpening a URL when tapping on a notification

No output schema declared.

No examples provided.

lark_send_text ~94

飞书/Lark群机器人发送文本或Markdown消息

NameTypeReqDescription
bot_keystring飞书/Lark机器人key,uuid格式,默认从环境变量获取
is_larkinteger根据用户描述识别 0:飞书 1:Lark
msgtypestring内容类型,仅支持: text/markdown
textstringyes消息内容

No output schema declared.

No examples provided.

ntfy_send_notify ~366

Push a notification via Ntfy

NameTypeReqDescription
actionsList of action buttons. The following actions are supported: - view: Opens a website or app when the action button is tapped - broadcast: Sends an Android broadcast intent when the action button is t…
attachstringURL of an attachment
clickstringURL opened when notification is clicked
delaystringTimestamp or duration for delayed delivery. Example: 30min, 9am
filenamestringFile name of the attachment
iconstringURL of notification icon
markdownbooleanSet to `true` if the message is Markdown-formatted
messagestringyesNotification message body; set to `triggered` if empty or not passed
priorityintegerMessage priority with 1=min, 3=default and 5=max
titlestringNotification title
topicstringTarget topic name or URL

No output schema declared.

No examples provided.

pushplus_send_msg ~106

通过PushPlus(推送加)推送消息

NameTypeReqDescription
channelstring发送渠道: `wechat`(默认)/`webhook`/`mail`
contentstringyes消息内容
templatestring消息内容格式: `html`(默认)/`txt`/`markdown`
titlestring消息标题
tokenstring用户token,默认从环境变量获取

No output schema declared.

No examples provided.

text_to_sound ~86

将一段文本转成mp3音频链接

NameTypeReqDescription
langstring目标语言,支持: en/zh/cte(粤语)/ara/de/fra/kor/pt/ru/spa/th, 建议根据文本内容选择
speedinteger语速,默认7
textstringyes文本内容

No output schema declared.

No examples provided.

tg_send_audio ~118

Send audio via telegram bot

NameTypeReqDescription
audiostringyesAudio URL or base64 data URI (e.g., data:audio/wav;base64,...
captionstringAudio caption, 0-1024 characters after entities parsing
chat_idstringTelegram chat id, Default to get from environment variables
parse_modestringMode for parsing entities in the caption. [text/MarkdownV2]
reply_to_message_idintegerIdentifier of the message that will be replied to

No output schema declared.

No examples provided.

tg_send_file ~103

Send general files via telegram bot

NameTypeReqDescription
captionstringFile caption, 0-1024 characters after entities parsing
chat_idstringTelegram chat id, Default to get from environment variables
parse_modestringMode for parsing entities in the caption. [text/MarkdownV2]
reply_to_message_idintegerIdentifier of the message that will be replied to
urlstringyesFile URL

No output schema declared.

No examples provided.

tg_send_message ~102

Send text or markdown message via telegram bot

NameTypeReqDescription
chat_idstringTelegram chat id, Default to get from environment variables
parse_modestringMode for parsing entities in the message text. [text/MarkdownV2]
reply_to_message_idintegerIdentifier of the message that will be replied to
textstringyesText of the message to be sent, 1-4096 characters after entities parsing

No output schema declared.

No examples provided.

tg_send_photo ~116

Send photo via telegram bot

NameTypeReqDescription
captionstringPhoto caption, 0-1024 characters after entities parsing
chat_idstringTelegram chat id, Default to get from environment variables
parse_modestringMode for parsing entities in the caption. [text/MarkdownV2]
photostringyesPhoto URL or base64 data URI (e.g., data:image/png;base64,...
reply_to_message_idintegerIdentifier of the message that will be replied to

No output schema declared.

No examples provided.

tg_send_video ~134

Send video via telegram bot

NameTypeReqDescription
captionstringVideo caption, 0-1024 characters after entities parsing
chat_idstringTelegram chat id, Default to get from environment variables
coverstringCover for the video in the message. Optional
parse_modestringMode for parsing entities in the caption. [text/MarkdownV2]
reply_to_message_idintegerIdentifier of the message that will be replied to
videostringyesVideo URL or base64 data URI (e.g., data:video/mp4;base64,...

No output schema declared.

No examples provided.

wework_send_image ~49

通过企业微信群机器人发送图片消息

NameTypeReqDescription
bot_keystring企业微信群机器人key,uuid格式,默认从环境变量获取
urlstringyes图片url

No output schema declared.

No examples provided.

wework_send_news ~96

通过企业微信群机器人发送图文链接消息

NameTypeReqDescription
bot_keystring企业微信群机器人key,uuid格式,默认从环境变量获取
descriptionstring描述,不超过512个字节
picurlstring图片URL
titlestringyes标题,不超过128个字节
urlstringyes跳转链接,必填

No output schema declared.

No examples provided.

wework_send_text ~94

通过企业微信群机器人发送文本或Markdown消息

NameTypeReqDescription
bot_keystring企业微信群机器人key,uuid格式,默认从环境变量获取
msgtypestring内容类型,仅支持: text/markdown_v2
textstringyes消息内容,长度限制: (text: 2048个字节, markdown_v2: 4096个字节)

No output schema declared.

No examples provided.