msc-mcp logo

msc-mcp

huydepzai121/mcp_msc
0 starsUpdated 2026-02-26Community
Deploy on Hostinger, 20% off →Your friend gets 20% off too, using this linkFree API →SearchsearchView on GitHubGitHub repositoryReport an issue

Is this your server?

Add your score badge to your README and get your server in front of 45k+ builders a month.

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Enables retrieval of notifications from the Vietnamese Public Procurement System (muasamcong.mpi.gov.vn) with tools to list categories, fetch paginated/searchable notifications, and get details.

README.md

MSC MCP Server

![npm version](https://www.npmjs.com/package/msc-mcp)

MCP Server lấy thông báo từ Hệ thống Mua sắm công (muasamcong.mpi.gov.vn).

Tính năng

3 tools:

  • get_notification_categories — Lấy danh sách loại thông báo
  • get_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 ID

Cài đặt

Dùng npx (khuyên dùng)

Khô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).

Cài đặt global

npm install -g msc-mcp

Từ source

git clone https://github.com/huydepzai121/mcp_msc.git
cd mcp_msc
npm install
npm run build

Cấu hình

Claude Desktop

Thê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"]
    }
  }
}

Cursor

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"]
  }
}

Loại thông báo

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

Yêu cầu

  • Node.js >= 18

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Search servers.