FinMind MCP
Click on "Install 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 installed
Maintenance
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
- 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.Last updated815MIT
- 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-finanLast updated44147ISC
- -license-quality-maintenanceProvides 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
- 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.Last updated22356MIT
Related MCP Connectors
Taiwan Stock Exchange (TWSE) open data as MCP tools: stock quotes, ETF data, 140+ public datasets.
Twelve Data MCP: real-time & historical market data (stocks, crypto, forex, etc).
The financial MCP for AI agents - 90+ financial tables, SEC filings, signals, alt-data.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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