Cover image
Try Now
2025-03-28

3 years

Works with Finder

1

Github Watches

1

Github Forks

0

Github Stars

Fugle MCP Server

Docker Pulls Docker Image Size NPM Version NPM Downloads

富果 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: 顯示版本號

相关推荐

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

  • Bora Yalcin
  • Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Callycode Limited
  • A geek-themed horoscope generator blending Bitcoin prices, tech jargon, and astrological whimsy.

  • Alexandru Strujac
  • Efficient thumbnail creator for YouTube videos

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • Beniyam Berhanu
  • Therapist adept at identifying core issues and offering practical advice with images.

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • Lists Tailwind CSS classes in monospaced font

  • apappascs
  • 发现市场上最全面,最新的MCP服务器集合。该存储库充当集中式枢纽,提供了广泛的开源和专有MCP服务器目录,并提供功能,文档链接和贡献者。

  • ShrimpingIt
  • MCP系列GPIO Expander的基于Micropython I2C的操作,源自ADAFRUIT_MCP230XX

  • huahuayu
  • 统一的API网关,用于将多个Etherscan样区块链Explorer API与对AI助手的模型上下文协议(MCP)支持。

  • deemkeen
  • 用电源组合控制您的MBOT2:MQTT+MCP+LLM

  • jae-jae
  • MCP服务器使用剧作《无头浏览器》获取网页内容。

    Reviews

    4 (1)
    Avatar
    user_MhMFe0xW
    2025-04-16

    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!