Fugle MCP Server
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., "@Fugle MCP Servershow me the latest stock price for 2330"
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.
Fugle MCP Server
富果行情 MCP (Model Context Protocol) 服務器,用於與富果交易系統進行互動。此服務器支持股票行情查詢。
功能特點
📊 支持股票即時行情查詢
📈 支持歷史數據查詢
📚 使用 Fugle Developer MarketData SDK documentation
Related MCP server: Tushare_MCP
事前準備
Claude Desktop or 其他 MCP Client
使用方法
環境變量
服務器需要以下環境變量:
API_KEY: 富果行情 API Key
配置 Claude Desktop
在你的 mcp config 中添加:
開啟 Claude Desktop
點選 Settings
選取 "Developer" 與按下 "Edit Config"
將以下設定複製到 claude_desktop_config.json 檔案內
{
"mcpServers": {
"@fugle/marketdata-mcp-server": {
"command": "npx",
"args": [
"-y",
"https://github.com/fugle-dev/fugle-marketdata-mcp-server/releases/download/v0.0.1/fugle-marketdata-mcp-server-0.0.1.tgz"
],
"env": {
"API_KEY": "<API_KEY>"
}
}
}
}範例 Promopt
幫我抓取 2330 最新股價
顯示 2330 最近 10 天的股價資訊
更多的實用案例等你來一起發掘
了解更多
更多功能,可透過使用 元富 / 富邦 MCP 做部位管理、下單...... 等
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for stocksense-ai documentation, generated by doc2mcp.
- mcpOAuthcom.gibsonai
GibsonAI MCP server: manage your databases with natural language
A Model Context Protocol server exposing real-time and historical Colombo Stock Exchange (CSE) data to AI agents and LLM applications. Provides quotes and OHLCV price history, full financial statements (income, balance sheet, cash flow), pre-computed technicals (moving averages, RS ratings, volume signals), macroeconomic indicators, corporate actions, and rule-based screening across CSE stocks and sector indices, everything needed to build CSE-aware trading assistants, research tools, and market-analysis agents. This is the official MCP server of www.ceyloncharts.com
MCP server giving AI agents one-connection access to China A-share market intelligence: financials,
Related MCP Servers
- FlicenseNot gradedqualityFmaintenanceThis server provides an interface with the Finnhub API, enabling users to obtain the latest market news, stock market data, basic financials, and recommendation trends for specific stocks.9-
- AlicenseNot gradedqualityBmaintenanceA Model Context Protocol server that provides intelligent stock data assistance through Tushare's financial data API, enabling users to query comprehensive stock information, financial data, and market indices through natural language.49MIT
- AlicenseNot gradedqualityCmaintenanceA Model Context Protocol server that integrates Futu OpenAPI, enabling AI models to query real-time market data and execute trades across Hong Kong, US, and A-share markets.53 PyPI80MIT

@fugle/mcp-serverofficial
AlicenseNot gradedqualityDmaintenanceA Fugle MCP server for stock market data and trading, supporting real-time quotes, historical data, and optional order execution.4 npm10MIT