Content
# Fugle MCP Server
Fugle Market Data MCP (Model Context Protocol) server, used for interaction with the Fugle trading system. This server supports stock market data queries.
## Features
- 📊 Supports real-time stock market data queries
- 📈 Supports historical data queries
- 📚 Uses Fugle Developer MarketData SDK documentation
## Prerequisites
- [NodeJs](https://nodejs.org/en/)
- [Fugle MarketData API Key](https://developer.fugle.tw/docs/key)
- Claude Desktop or other MCP Clients
## Usage
### Environment Variables
The server requires the following environment variable:
- `API_KEY`: Fugle Market Data API Key
### Configuring Claude Desktop
Add the following to your `mcp config`:
1. Open Claude Desktop
2. Click on Settings
3. Select "Developer" and press "Edit Config"
4. Copy the following configuration 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
- Help me fetch the latest stock price for 2330
- Show the stock price information for 2330 over the last 10 days
- More practical use cases await your exploration
### Learn More
For more features, you can manage positions and place orders using [Yuanta / Fubon MCP](https://github.com/fugle-dev/fugle-mcp-server/tree/main), etc.
Connection Info
You Might Also Like
MarkItDown MCP
Converting files and office documents to Markdown.
Filesystem
Model Context Protocol Servers
Sequential Thinking
Offers a structured approach to dynamic and reflective problem-solving,...
TrendRadar
🎯 Say goodbye to information overload. AI helps you understand news hotspots...
Github
GitHub's official MCP Server
opik
Debug, evaluate, and monitor your LLM applications, RAG systems, and agentic...