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

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
: 顯示版本號
相关推荐
I find academic articles and books for research and literature reviews.
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
Emulating Dr. Jordan B. Peterson's style in providing life advice and insights.
Advanced software engineer GPT that excels through nailing the basics.
Your go-to expert in the Rust ecosystem, specializing in precise code interpretation, up-to-date crate version checking, and in-depth source code analysis. I offer accurate, context-aware insights for all your Rust programming questions.
Converts Figma frames into front-end code for various mobile frameworks.
Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.
La aplicación AI de escritorio todo en uno y Docker con trapo incorporado, agentes de IA, creador de agentes sin código, compatibilidad de MCP y más.
Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx
Plataforma de automatización de flujo de trabajo de código justo con capacidades de IA nativas. Combine el edificio visual con código personalizado, auto-anfitrión o nube, más de 400 integraciones.
Espejo dehttps: //github.com/agentience/practices_mcp_server
🧑🚀 全世界最好的 llM 资料总结(数据处理、模型训练、模型部署、 O1 模型、 MCP 、小语言模型、视觉语言模型) | Resumen de los mejores recursos del mundo.
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!