Notification Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Notification Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
这是一个使用 FastMCP 框架构建的消息推送服务集合。它支持 Bark 和 PushDeer。
show
这个包提供了两个主要命令:mcp-bark 和 mcp-pushdeer。你可以使用像 uvx 或 pipx 这样的工具来运行它们。
使用 `uvx` 的例子:
# 运行 Bark 服务
# 这将启动 Bark 通知的 MCP 服务器
uvx --from notification_mcp mcp-bark
# 运行 PushDeer 服务
# 这将启动 PushDeer 通知的 MCP 服务器
uvx --from notification_mcp mcp-pushdeer一旦服务启动,你就可以使用 FastMCP 客户端或其他兼容方法来与工具(如 send_message)进行交互。
在运行命令之前,请配置以下环境变量:
对于 Bark (`mcp-bark`):
BARK_DEVICE_KEYS: 必需。逗号分隔的 Bark 设备密钥列表(例如 key1,key2)。BARK_SERVER: 可选。自建 Bark 服务器 URL,默认为 https://api.day.app。对于 PushDeer (`mcp-pushdeer`):
PUSHDEER_KEYS: 必需。逗号分隔的 PushDeer 密钥列表(例如 keyA,keyB)。PUSHDEER_SERVER: 可选。自建 PushDeer 服务器 URL,默认为 https://api2.pushdeer.com。mcp-bark)提供以下工具:
mcp-pushdeer)提供以下工具:
type 可以是 'text'、'markdown' 或 'image'(其中 text 是图像 URL)。MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.