fubon-api-mcp-server
Verified Safeby Mofesto
Overview
Provides a Model Context Protocol (MCP) server for Fubon Securities API, offering comprehensive Taiwan stock trading functionalities and real-time/historical market data queries for AI agents.
Installation
python -m fubon_api_mcp_server.serverEnvironment Variables
- FUBON_USERNAME
- FUBON_PASSWORD
- FUBON_PFX_PATH
- FUBON_PFX_PASSWORD
- FUBON_DATA_DIR
- LOG_LEVEL
Security Notes
The server uses environment variables for sensitive credentials (username, password, PFX path/password), preventing hardcoding. HTTPS is used for API connections. PFX certificates are required for authentication, adding a layer of security. A `SECURITY.md` outlines vulnerability reporting. The core functionality relies on `fubon-neo`, an official SDK, shifting some trust to its security. However, improper handling of PFX files or environment variables by the user could still lead to compromise. There are no obvious `eval()` or obfuscation patterns detected in the provided code snippets.
Similar Servers
alpaca-mcp-server
Enables natural language trading operations for Alpaca's Trading API via AI assistants, supporting stocks, options, crypto, portfolio management, and real-time market data.
maverick-mcp
Personalized stock analysis, technical indicators, and portfolio optimization via Claude Desktop.
mcp-aktools
This MCP server provides real-time and historical financial data for stocks and cryptocurrencies, offering search, detailed information retrieval, market overviews, news, and analysis capabilities.
finance-trading-ai-agents-mcp
A specialized MCP server for financial analysis and quantitative trading, designed to deploy local financial MCP services with a departmental architecture for LLM integration and algorithmic trading.