Skip to main content
Glama
huydepzai121

msc-mcp

by huydepzai121

MSC MCP Server

npm version

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

Related MCP server: mcp-dauthau

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

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/huydepzai121/mcp_msc'

If you have feedback or need assistance with the MCP directory API, please join our Discord server