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

NameTypeRequiredDescription
datestringnoDate in YYYYMMDD, e.g. “20260630”. Omit for today.

Example call

Arguments

{
  "date": "20250630"
}

curl

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":{"date":"20250630"}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('taiwan_list_by_date', {
  "date": "20250630"
});

More examples

{}

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.

Regenerated from source · build August 15, 2026