fugle.tw
Fugle is a Taiwan-focused financial service offering stock market data APIs and brokerage trading tools. Its developer docs cover market data access, AI-agent MCP access, and a separate SDK-based trading integration tied to Esun/Fugle brokerage accounts.
Fugle exposes a MarketData REST API, a real-time MarketData WebSocket API, an OAuth-protected MCP server at `/api/v2/mcp`, and a deprecated trading SDK/CLI flow for brokerage trading.
- Fugle-Stock MCP serverdetected
- Fugle MarketData REST APIdiscovered
- Fugle MarketData WebSocket APIdiscovered
- Fugle Trade CLI/SDKdiscovered
Go to 金鑰申請及管理 from the Fugle Developer Docs and create a key for the 行情 API (MarketData API). Use that key in requests as the X-API-KEY header, or send it in the WebSocket auth message as apikey.
Point your MCP client at the server URL and approve access in the browser. The server supports OAuth Dynamic Client Registration (RFC 7591), so the client registers itself automatically — no developer-portal app, client_id, or client_secret to create.
$ python index.py or node index.js using local config.simulation.ini/config.ini and .p12 certificateAcquired by the CLI — running python index.py or node index.js using local config.simulation.ini/config.ini and .p12 certificate opens the auth flow and stores the credential.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✓https://fugle.tw/.well-known/oauth-protected-resource
- Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing