msc-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@msc-mcplist all notification categories"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MSC MCP Server
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á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 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-mcpTừ source
git clone https://github.com/huydepzai121/mcp_msc.git
cd mcp_msc
npm install
npm run buildCấ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
This server cannot be installed
Maintenance
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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