I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

Fugle-MCP-Server
3 years
Works with Finder
1
Github Watches
1
Github Forks
0
Github Stars
Fugle MCP Server
富果 MCP (Model Context Protocol) 服務器,用於與富果交易系統進行互動。此服務器支持股票行情查詢和交易功能。
功能特點
- 支持股票即時行情查詢
- 支持歷史數據查詢
- 支持交易功能(可選)
- 支持 Docker 和 NPM 兩種部署方式
- 完全兼容 MCP 協議
安裝
使用 NPM
npx fugle-mcp-server
使用 Docker
docker pull kevinypfan/fugle-mcp-server
使用方法
環境變量
服務器需要以下環境變量:
-
NATIONAL_ID
: 身分證字號 -
NOTIONAL_ID
: 身分證字號(已棄用,請改用 NATIONAL_ID) -
ACCOUNT_PASS
: 帳戶密碼 -
CERT_PASS
: 憑證密碼 -
CERT_PATH
: 憑證位置(僅 NPM 方式需要) -
ENABLE_ORDER
: 是否開啟下單功能(可選,預設為 false)
重要通知:
- 從版本 0.0.7 開始,我們將
NOTIONAL_ID
更名為NATIONAL_ID
。為了保持向後兼容性,兩個環境變量目前都可以使用,但建議使用NATIONAL_ID
。- 棄用計劃:
NOTIONAL_ID
將在版本 0.1.0 中被完全移除。請在此之前遷移到NATIONAL_ID
。
Docker 配置
在你的 .mcp-config.json
中添加:
{
"mcpServers": {
"fugle-mcp-server": {
"command": "docker",
"args": [
"run",
"--platform=linux/amd64",
"-i",
"--rm",
"-e",
"NATIONAL_ID",
"-e",
"ACCOUNT_PASS",
"-e",
"CERT_PASS",
"-e",
"ENABLE_ORDER",
"--mount", "type=bind,src=</path/to/cert.p12>,dst=/app/cert.p12",
"kevinypfan/fugle-mcp-server"
],
"env": {
"NATIONAL_ID": "<身分證字號>",
"ACCOUNT_PASS": "<帳戶密碼>",
"CERT_PASS": "<憑證密碼>",
"ENABLE_ORDER": "<開啟下單功能 ex: true or false>"
}
}
}
}
NPM 配置
在你的 .mcp-config.json
中添加:
{
"mcpServers": {
"fugle-mcp-server": {
"command": "npx",
"args": [
"-y",
"fugle-mcp-server"
],
"env": {
"NATIONAL_ID": "<身分證字號>",
"ACCOUNT_PASS": "<帳戶密碼>",
"CERT_PASS": "<憑證密碼>",
"CERT_PATH": "<憑證位置>",
"ENABLE_ORDER": "<開啟下單功能 ex: true or false>"
}
}
}
}
命令行選項
-
-v, --version
: 顯示版本號
相关推荐
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
A geek-themed horoscope generator blending Bitcoin prices, tech jargon, and astrological whimsy.
Therapist adept at identifying core issues and offering practical advice with images.
Reviews

user_MhMFe0xW
I've been using the Fugle-MCP-Server for a while now, and it has exceeded my expectations. The server is well-documented and the GitHub repo by kevinypfan provides detailed instructions. The welcome message is user-friendly and the starting URL setup is straightforward. Highly recommend for anyone needing a robust MCP solution!