Fugle MCP Server
Description
# Fugle MCP Server 富果行情 MCP (Model Context Protocol) 服務器,用於與富果交易系統進行互動。此服務器支持股票行情查詢。 ## 功能特點 - 支持股票即時行情查詢 - 支持歷史數據查詢 ## 使用方法 ### 環境變量 服務器需要以下環境變量: - `API_KEY`: 富果行情 API Key ### NPM 配置 在你的 `mcp config` 中添加: ```json { "mcpServers": { "@fugle/marketdata-mcp-server": { "command"…
About
# Fugle MCP Server 富果行情 MCP (Model Context Protocol) 服務器,用於與富果交易系統進行互動。此服務器支持股票行情查詢。 ## 功能特點 - 支持股票即時行情查詢 - 支持歷史數據查詢 ## 使用方法 ### 環境變量 服務器需要以下環境變量: - `API_KEY`: 富果行情 API Key ### NPM 配置 在你的 `mcp config` 中添加: ```json { "mcpServers": { "@fugle/marketdata-mcp-server": { "command": "npx", "args": [ "-y"…
Details
- Author
- fugle-dev
- Downloads
- 154
- Categories
- Other
Jump to
- Real-time stock quotes
- Historical data queries
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Fugle MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Set the environment variable API_KEY with your Fugle Market Data API key, then add the provided JSON configuration to your MCP configuration to invoke the server via npx.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"fugle mcp server": {
"@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>"
}
}
}
}
}
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>"
}
}
}
Fugle MCP Server
富果行情 MCP (Model Context Protocol) 服務器,用於與富果交易系統進行互動。此服務器支持股票行情查詢。
功能特點
- 支持股票即時行情查詢
- 支持歷史數據查詢
使用方法
環境變量
服務器需要以下環境變量:
- API_KEY: 富果行情 API Key
NPM 配置
在你的 mcp config 中添加:
{
"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>"
}
}
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



