taiwan_company_profile

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

Corporate profile of a TWSE-listed Taiwanese company from the exchange company master: English abbreviation, sector, chairman and president, incorporation and listing dates, paid-in capital, shares outstanding, registered address, auditor and website. Answers “who runs Foxconn”, “when did TSMC list”, “how many shares does 2330 have outstanding”.

Parameters

NameTypeRequiredDescription
symbolstringyesCompany code (2330), English abbreviation (TSMC) or Chinese name (台積電).

Example call

Arguments

{
  "symbol": "2330"
}

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_company_profile","arguments":{"symbol":"2330"}}}'

TypeScript (@pipeworx/sdk)

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

const result = await pipeworx.call('taiwan_company_profile', {
  "symbol": "2330"
});

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