FinMind MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@FinMind MCPShow me the daily stock prices for 2330 over the last month."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 OHLCVget_taiwan_stock_month_revenue— monthly revenueget_taiwan_stock_institutional_investors— institutional investors buy/sellget_taiwan_stock_margin_purchase_short_sale— margin purchase and short saleget_taiwan_stock_dividend— dividend dataget_taiwan_stock_financial_statement— financial statement dataget_finmind_dataset— generic FinMind dataset queryget_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 .envSet 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.pyDefault port is 8000. Override with:
PORT=8787 python server.pyStdio transport:
MCP_STDIO=1 python server.pyExample 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-mcpNotes
The server uses FinMind API v4 endpoints.
FINMIND_TOKENis read from the environment and is never committed.Tool responses are compact JSON strings with
dataset,count, anddatafields.
This server cannot be deployed
Maintenance
Related MCP Connectors
Taiwan Stock Exchange (TWSE) open data as MCP tools: stock quotes, ETF data, 140+ public datasets.
Taiwan finance open data: ETF, funds, TAIEX, sentiment, business climate, FX. Free & read-only.
Financial Datasets AI MCP — wraps financialdatasets.ai
- mcpOAuthcom.twelvedata
Twelve Data MCP: real-time & historical market data (stocks, crypto, forex, etc).
Related MCP Servers
- AlicenseCqualityDmaintenanceProvides 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.815MIT
- AlicenseCqualityDmaintenanceThe 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-finan4410 npm7ISC
- AlicenseBqualityDmaintenanceProvides 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.229 npm7MIT

pykrx-mcpofficial
AlicenseNot gradedqualityCmaintenanceProvides Korean stock market data (KOSPI, KOSDAQ, KONEX) including prices, fundamentals, investor trading, short selling, and indices via MCP protocol, enabling natural language queries from AI agents like ChatGPT and Claude.33 PyPI3MIT