TWSE MCP Server

TWSE MCP Server

Provides real-time access to Taiwan Stock Exchange market data, financial reports, and trading analytics. It enables users to query stock prices, market indices, and corporate profitability metrics through natural language.

Category
Visit Server

README

TWSE MCP Server

npm version License: MIT Node.js Version

A Model Context Protocol (MCP) server that provides real-time access to Taiwan Stock Exchange (TWSE) market data, financial reports, and trading analytics through Claude Desktop.

๐Ÿš€ Quick Start

npx twse-mcp

No installation required! The server connects directly to TWSE's official API to provide comprehensive market data.

๐Ÿ“‹ Features

Market Data & Analytics

  • ๐Ÿ“Š Real-time Trading Data - Daily stock prices, volumes, and OHLC data
  • ๐Ÿ“ˆ Market Indices - TAIEX and sector indices with real-time updates
  • ๐Ÿ’น Technical Indicators - P/E ratios, dividend yields, price-to-book values
  • ๐Ÿ“‰ Trading Analytics - Top volume stocks, margin trading, 5-second bid/ask stats

Financial Intelligence

  • ๐Ÿ’ฐ Financial Statements - Quarterly income statements and balance sheets
  • ๐Ÿ“Š Revenue Reports - Monthly revenue with YoY/MoM comparisons
  • ๐ŸŽฏ Profitability Metrics - ROE, ROA, profit margins by company
  • ๐Ÿญ Industry Analysis - EPS statistics and comparisons by sector

Investment Insights

  • ๐ŸŒ Foreign Investment - Top foreign holdings and sector preferences
  • ๐Ÿ“ˆ ETF Rankings - Most popular ETFs by investor accounts
  • ๐Ÿข Corporate Actions - New IPOs and delisted companies
  • ๐Ÿ“… Market Calendar - Trading holidays and market schedules

๐Ÿ› ๏ธ Installation

Option 1: NPX (Recommended)

# Run directly without installation
npx twse-mcp

Option 2: Global Installation

# Install globally
npm install -g twse-mcp

# Run the server
twse-mcp

Option 3: Local Development

# Clone repository
git clone https://github.com/pyang2045/twsemcp.git
cd twse-mcp

# Install dependencies
npm install

# Build and run
npm run build
npm start

๐Ÿ”ง Claude Desktop Configuration

macOS

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "twse": {
      "command": "npx",
      "args": ["twse-mcp"],
      "env": {}
    }
  }
}

Windows

Add to %APPDATA%\Claude\claude_desktop_config.json:

{
  "mcpServers": {
    "twse": {
      "command": "npx",
      "args": ["twse-mcp"],
      "env": {}
    }
  }
}

๐Ÿ“š Available Tools

Market Data (6 tools)

Tool Description Example Query
getStockDaily Daily trading data for all stocks "Show today's stock prices"
getStockPERatios Valuation metrics "Find undervalued stocks"
getMarketIndex Market indices (TAIEX, etc.) "How's the market today?"
getStockDayAvg Daily close vs monthly average "Show price averages"
getMonthlyStats Monthly trading statistics "Get monthly highs and lows"
searchStock Search specific stock "Find TSMC stock data"

Financial Reports (6 tools)

Tool Description Example Query
getMonthlyRevenue Monthly revenue reports "Show revenue growth"
getIncomeStatement Quarterly P&L statements "Get earnings data"
getBalanceSheet Quarterly balance sheets "Check debt levels"
getIndustryEPS EPS by industry "Compare sector earnings"
getProfitAnalysis ROE, ROA, margins "Find profitable companies"
searchFinancials Company-specific financials "Get TSMC financial reports"

Trading Analysis (3 tools)

Tool Description Example Query
getTop20Volume Most traded stocks "What's hot today?"
getMarginTrading Margin/short data "Show leverage levels"
getFiveSecondStats Real-time bid/ask "Get order flow"

Investment Research (7 tools)

Tool Description Example Query
getTopForeignHoldings Top foreign holdings "What are foreigners buying?"
getForeignCategoryHoldings Foreign investment by sector "Foreign sector preferences"
getNewListings Recent IPOs "Show new stocks"
getSuspendedListings Delisted companies "Which stocks were delisted?"
getETFRanking Popular ETFs "Top ETF choices"
getIndexHistory Historical index data "TAIEX history"
getHolidaySchedule Market calendar "When is market closed?"

๐Ÿ’ก Example Usage

Basic Market Check

You: "How's the Taiwan stock market doing today?"
Claude: [Uses getMarketIndex to show TAIEX and major indices]

You: "What are the most active stocks?"
Claude: [Uses getTop20Volume to display top traded stocks]

Company Research

You: "Analyze TSMC's financial performance"
Claude: [Uses searchFinancials("2330", "income") for earnings]
        [Uses searchFinancials("2330", "balance") for financial position]
        [Uses searchFinancials("2330", "profit") for profitability metrics]

Investment Screening

You: "Find high dividend yield stocks"
Claude: [Uses getStockPERatios to filter for high dividend yields]

You: "Show me what foreign investors are buying"
Claude: [Uses getTopForeignHoldings for top 20 foreign picks]

๐Ÿ” Search Functions

searchStock

Search for specific stock data:

{
  "query": "2330",        // Stock code or name
  "dataType": "daily"     // "daily" | "peratio" | "monthly"
}

searchFinancials

Search company financial reports:

{
  "stockCode": "2330",    // Company stock code
  "reportType": "income"  // "revenue" | "income" | "balance" | "profit"
}

๐Ÿ“Š Data Sources

  • Official API: Taiwan Stock Exchange OpenAPI
  • Base URL: https://openapi.twse.com.tw/
  • Update Frequency:
    • Real-time: 5-second stats during market hours
    • Daily: After market close (~14:30 TST)
    • Monthly: Financial reports on 10th of each month
    • Quarterly: Financial statements 45 days after quarter end

๐Ÿ”ง Development

Prerequisites

  • Node.js >= 18.0.0
  • TypeScript 5.0+

Build from Source

# Install dependencies
npm install

# Development mode (with hot reload)
npm run dev

# Build for production
npm run build

# Run tests
npm test

Project Structure

twse-mcp/
โ”œโ”€โ”€ src/
โ”‚   โ”œโ”€โ”€ index.ts           # MCP server implementation
โ”‚   โ””โ”€โ”€ api/
โ”‚       โ””โ”€โ”€ twse-client.ts # TWSE API client
โ”œโ”€โ”€ dist/                  # Compiled JavaScript
โ”œโ”€โ”€ bin/                   # CLI executable
โ””โ”€โ”€ examples/              # Configuration examples

๐Ÿ“ API Response Format

All tools return JSON data with Traditional Chinese field names:

{
  "ๅ…ฌๅธไปฃ่™Ÿ": "2330",
  "ๅ…ฌๅธๅ็จฑ": "ๅฐ็ฉ้›ป",
  "ๆ”ถ็›คๅƒน": "595.00",
  "ๆœฌ็›Šๆฏ”": "25.83",
  "ๆฎ–ๅˆฉ็އ": "2.02"
}

โš ๏ธ Limitations

  • Rate Limits: TWSE API may have rate limiting
  • Data Delay: Some data has 15-20 minute delay
  • Language: Field names in Traditional Chinese
  • Market Hours: Real-time data only during TSE trading hours (09:00-13:30 TST)
  • Data Volume: Large queries return first 100 records

๐Ÿค Contributing

Contributions are welcome! Please see our Contributing Guide for details.

Development Workflow

  1. Fork the repository
  2. Create feature branch (git checkout -b feature/amazing-feature)
  3. Commit changes (git commit -m 'Add amazing feature')
  4. Push to branch (git push origin feature/amazing-feature)
  5. Open Pull Request

๐Ÿ“œ License

MIT License - see LICENSE file for details

๐Ÿ™ Acknowledgments

  • Taiwan Stock Exchange for providing the OpenAPI
  • Anthropic for the MCP SDK
  • Contributors and users of this project

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured