Mcp Msc — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Msc (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.
MCP Server lấy thông báo từ Hệ thống Mua sắm công (muasamcong.mpi.gov.vn).
3 tools:
get_notification_categories — Lấy danh sách loại thông báoget_notifications — Lấy danh sách thông báo theo loại (có phân trang, tìm kiếm)get_notification_detail — Lấy chi tiết một thông báo theo IDKhông cần cài đặt, chỉ cần cấu hình MCP client (xem phần Cấu hình bên dưới).
npm install -g msc-mcpgit clone https://github.com/huydepzai121/mcp_msc.git
cd mcp_msc
npm install
npm run buildThêm vào file claude_desktop_config.json:
Dùng npx (khuyên dùng):
{
"mcpServers": {
"msc-mcp": {
"command": "npx",
"args": ["-y", "msc-mcp"]
}
}
}Dùng local path:
{
"mcpServers": {
"msc-mcp": {
"command": "node",
"args": ["/ĐƯỜNG-DẪN-TỚI/msc_mcp/build/index.js"]
}
}
}Thêm vào MCP settings:
Dùng npx:
{
"msc-mcp": {
"command": "npx",
"args": ["-y", "msc-mcp"]
}
}Dùng local path:
{
"msc-mcp": {
"command": "node",
"args": ["/ĐƯỜNG-DẪN-TỚI/msc_mcp/build/index.js"]
}
}| Code | Tên | Tên tiếng Anh |
|---|---|---|
| 1 | Thông báo quản trị | Admin Notice |
| 2 | Thông báo về Hệ thống | System Notice |
| 3 | Lịch bảo trì hệ thống | System maintenance schedule |
| 4 | Thông báo về các khóa đào tạo | Notice of training courses |
| 5 | Hành vi hạn chế cạnh tranh | Anti-competitive behavior |
| 6 | Thông báo khác | Other notices |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.