Content
# Fugle MCP Server
Fugle Market Context Protocol (MCP) server for interacting with the Fugle trading system. This server supports stock quote queries.
## Features
- 📊 Supports real-time stock quote queries
- 📈 Supports historical data queries
- 📚 Uses Fugle Developer MarketData SDK documentation
## Prerequisites
- [NodeJs](https://nodejs.org/zh-tw)
- [Fugle MarketData API Key](https://developer.fugle.tw/docs/key)
- Claude Desktop or other MCP Client
## Usage
### Environment Variables
The server requires the following environment variable:
- `API_KEY`: Fugle MarketData API Key
### Configure Claude Desktop
Add the following to your `mcp config`:
1. Open Claude Desktop
2. Click Settings
3. Select "Developer" and press "Edit Config"
4. Copy the following settings into the claude_desktop_config.json file
```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>"
}
}
}
}
```
### Example Prompts
- Get the latest stock price for 2330
- Show the stock price information for 2330 for the last 10 days
- More practical use cases are waiting for you to discover
### Learn More
For more features, you can use [Yuanta / Fubon MCP](https://github.com/fugle-dev/fugle-mcp-server/tree/main) for position management, order placement, etc.
Connection Info
You Might Also Like
markitdown
Python tool for converting files and office documents to Markdown.
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.
Sequential Thinking
A structured MCP server for dynamic problem-solving and reflective thinking.
Fetch
Retrieve and process content from web pages by converting HTML into markdown format.
TrendRadar
TrendRadar: Your hotspot assistant for real news in just 30 seconds.