taiwan_get_tender
ActiveTool of Taiwan Procurement
Get full detail for one Taiwan government procurement tender (政府電子採購網 / PCC) via the g0v community mirror. Requires unit_id (機關代碼) and job_number (標案案號), both from a taiwan_search_tenders result. Returns agency contact info, procurement category, budget/award amount, deadlines, and status where available, plus a link to the official PCC page. Third-party mirror; some fields may be blank.
Parameters schema
{
"type": "object",
"required": [
"unit_id",
"job_number"
],
"properties": {
"unit_id": {
"type": "string",
"description": "Agency unit id (機關代碼), e.g. \"3.76.49.2\". From a search result."
},
"job_number": {
"type": "string",
"description": "Tender job/case number (標案案號), e.g. \"c11511-1\". From a search result."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Taiwan Procurement
https://github.com/pipeworx-io/mcp-taiwan-procurement
1/7 registries