taiwan_list_by_date
Pack: taiwan-procurement · Endpoint: https://gateway.pipeworx.io/taiwan-procurement/mcp
List Taiwan government procurement tenders (政府電子採購網 / PCC) published on a given date, via the g0v community mirror. Pass a date as YYYYMMDD (e.g. “20260630”); defaults to today. Returns tenders with id, title, agency, announcement type, and any associated companies. Third-party mirror; results are best-effort.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
date | string | no | Date in YYYYMMDD, e.g. “20260630”. Omit for today. |
Example call
curl -X POST https://gateway.pipeworx.io/taiwan-procurement/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"taiwan_list_by_date","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"taiwan-procurement": {
"url": "https://gateway.pipeworx.io/taiwan-procurement/mcp"
}
}
}
See Getting Started for client-specific install steps.