Odel
Vietnam Government Tenders

Vietnam Government Tenders

@indotenderUpdated 6 days ago

Search Vietnam National E-Procurement System records, packages, participants, and awards.

View on GitHub
Server endpointStreamable HTTPOAuthProbed

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

Vietnam Government Tenders MCP

Connect your AI assistant to Vietnam National E-Procurement System data through The Company Atlas and the Model Context Protocol.

Data is sourced from muasamcong.mpi.gov.vn.

Search:

  • Procurement notices, plans, projects, contracts, quote requests, and results
  • Procuring entities and investors
  • Tender packages and budgets
  • Participants, organization codes, and award names

The MCP connection is provided by The Company Atlas. This repository does not run a separate server.

Connect

https://thecompanyatlas.com/mcp/vietnam

Add this URL as a custom MCP connector in Claude, Cursor, or another MCP-compatible client. Sign in with Google when prompted.

Tiếng Việt

Vietnam Government Tenders MCP cho phép trợ lý AI tra cứu dữ liệu từ Hệ thống mạng đấu thầu quốc gia Việt Nam.

Bạn có thể:

  • Tra cứu thông báo mời thầu, kế hoạch lựa chọn nhà thầu, dự án, hợp đồng, yêu cầu báo giá và kết quả lựa chọn nhà thầu
  • Tìm kiếm theo tên hoặc mã thông báo, mã gói thầu, mã dự án và mã hợp đồng
  • Lọc theo bên mời thầu, nhà đầu tư, lĩnh vực, tỉnh thành, trạng thái và ngày công khai
  • Xem danh sách gói thầu, giá trị dự toán, nhà thầu tham dự và đơn vị trúng thầu
  • Tìm lịch sử tham gia hoặc trúng thầu theo tên và mã doanh nghiệp

Để kết nối, hãy thêm URL sau vào Claude, Cursor hoặc ứng dụng hỗ trợ MCP:

https://thecompanyatlas.com/mcp/vietnam

Đăng nhập bằng Google khi được yêu cầu. Sau khi kết nối, bạn có thể thử:

  • "Tìm các thông báo mời thầu thiết bị y tế được công khai trong năm 2025."
  • "Liệt kê các gói thầu của bên mời thầu này và tổng hợp giá trị."
  • "Tìm các gói thầu có sự tham gia của Viettel và xác định đơn vị trúng thầu."
  • "Hiển thị các nhà thầu và giá trị dự toán của hồ sơ đấu thầu này."

Tools

Vietnam_list_tenders

Search Vietnam procurement records. Filters are combined with AND logic; query searches the record title and common notice, plan, project, bid, and contract numbers.

ParameterTypeDescription
recordTypeenum, optionalProcurement record type; see values below
querystring, optionalTitle or procurement identifier; minimum 2 characters
procuringEntitystring, optionalPartial procuring-entity name
participantstring, optionalPartial participant organization or award name
provinceCodestring, optionalExact province code in the record
bidFieldstring, optionalPartial bid-field value
statusstring, optionalPartial status value
publicDateFromdate, optionalEarliest publication date, YYYY-MM-DD
publicDateTodate, optionalLatest publication date, YYYY-MM-DD
pageinteger, optionalPage number, minimum 1, default 1
limitinteger, optionalResults per page, 1100, default 20

Supported record types:

  • NOTICE_CONTRACTOR
  • PLAN_PROJECT
  • BID_PROJECT
  • CONTRACT
  • QUOTE_REQUEST
  • CONTRACTOR_INPUT_RESULT_OTHER
  • CONTRACTOR_SELECTION_PLAN
  • CONTRACT_PUBLISH_FRAME
  • PRE_NOTICE_CONTRACTOR
  • SHOPPING_RESULT
  • INTEREST_NOTICE

Returns { data, total, page, limit }, ordered by publication date descending. Value fields are returned as decimal strings to preserve precision.

Example:

{
  "recordType": "NOTICE_CONTRACTOR",
  "query": "medical equipment",
  "provinceCode": "79",
  "publicDateFrom": "2025-01-01",
  "limit": 20
}

Vietnam_get_tender

Fetch one procurement record after selecting its id from a search result.

ParameterTypeDescription
idstringExact Vietnam procurement record id

Returns the record's identifiers, publication and decision dates, investor and procuring entity, procurement status and method, value fields, locations, packages, and participants. Returns null for an unknown id.

Example:

{
  "id": "record-id-from-search"
}

Vietnam_search_participants

Search organizations named in Vietnam procurement records.

ParameterTypeDescription
querystringPartial organization name, organization code, or award name
awardedOnlyboolean, optionalOnly rows with an award name; default false
pageinteger, optionalPage number, minimum 1, default 1
limitinteger, optionalResults per page, 1100, default 20

Returns { data, total, page, limit }. Each participant includes its related procurement-record summary.

Example:

{
  "query": "Viettel",
  "awardedOnly": true,
  "limit": 20
}

Example prompts

  • "Find Vietnamese contract notices for medical equipment published in 2025."
  • "Show procurement records from this procuring entity and summarize their values."
  • "Find tenders involving this supplier and identify awarded records."
  • "Get the packages and participants for this procurement record id."

Setup — Claude

  1. Go to claude.ai/customize/connectors
  2. Click Add custom connector
  3. Name it Vietnam Government Tenders and paste https://thecompanyatlas.com/mcp/vietnam
  4. Save and sign in with Google when prompted