Skip to main content
Glama

FinMind MCP

FinMind MCP server for Taiwan market data.

This project wraps the FinMind v4 data API as MCP tools so ChatGPT, Codex, or other MCP clients can query Taiwan stock datasets through a consistent interface.

Features

Initial tools:

  • get_taiwan_stock_price — Taiwan stock daily OHLCV

  • get_taiwan_stock_month_revenue — monthly revenue

  • get_taiwan_stock_institutional_investors — institutional investors buy/sell

  • get_taiwan_stock_margin_purchase_short_sale — margin purchase and short sale

  • get_taiwan_stock_dividend — dividend data

  • get_taiwan_stock_financial_statement — financial statement data

  • get_finmind_dataset — generic FinMind dataset query

  • get_finmind_datalist — generic FinMind datalist query

Related MCP server: deepq-financial-toolkit

Setup

python -m venv .venv
source .venv/bin/activate
pip install -e .
cp .env.example .env

Set your FinMind token:

export FINMIND_TOKEN="your-token"

FinMind can be called without a token, but using a token increases the official request quota.

Run

HTTP transport:

python server.py

Default port is 8000. Override with:

PORT=8787 python server.py

Stdio transport:

MCP_STDIO=1 python server.py

Example tool arguments

{
  "data_id": "2330",
  "start_date": "2026-01-01",
  "end_date": "2026-01-31"
}

Docker

docker build -t finmind-mcp .
docker run --rm -p 8000:8000 -e FINMIND_TOKEN="$FINMIND_TOKEN" finmind-mcp

Notes

  • The server uses FinMind API v4 endpoints.

  • FINMIND_TOKEN is read from the environment and is never committed.

  • Tool responses are compact JSON strings with dataset, count, and data fields.

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    C
    quality
    D
    maintenance
    Provides comprehensive Taiwan stock market data and analysis through MCP tools. Enables querying real-time stock prices, historical data, company information, technical analysis, and market overviews for TWSE and TPEx listed companies.
    Last updated
    8
    15
    MIT
  • A
    license
    C
    quality
    D
    maintenance
    The MCP provides comprehensive financial data and analytical tool support for AI large language models, specifically including the following five core data capabilities: Stock Analysis/ETF Analysis/Public Funds/News & Information/General Tools More Info: https://github.com/shenqingtech/deepq-finan
    Last updated
    44
    14
    7
    ISC
  • -
    license
    -
    quality
    -
    maintenance
    Provides real-time stock quotes, technical analysis, and intelligent trading recommendations specifically for the Taiwan stock market. Supports single and multiple stock queries, comparative analysis, and investment decision support through natural language interactions.
    Last updated
  • A
    license
    B
    quality
    D
    maintenance
    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.
    Last updated
    22
    35
    6
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mikeleeattaiwan/finmind-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server