taiwan_top_traded

Pack: taiwan-stocks · Endpoint: https://gateway.pipeworx.io/taiwan-stocks/mcp

The twenty most heavily traded securities on the Taiwan Stock Exchange in the latest session, ranked by share volume, with each one’s open, high, low, close and transaction count. Answers “what is being traded most in Taiwan”, “most active Taiwanese stocks today”.

Parameters

NameTypeRequiredDescription
limitnumbernoHow many of the twenty to return, 1-20. Default 20.

Example call

Arguments

{
  "limit": 3
}

curl

curl -X POST https://gateway.pipeworx.io/taiwan-stocks/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"taiwan_top_traded","arguments":{"limit":3}}}'

TypeScript (@pipeworx/sdk)

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

const result = await pipeworx.call('taiwan_top_traded', {
  "limit": 3
});

More examples

{}

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "taiwan-stocks": {
      "url": "https://gateway.pipeworx.io/taiwan-stocks/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build August 21, 2026