MCP Server for Shioaji
@Sinotrade
关于 MCP Server for Shioaji
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-shioaji": {
"command": "uv",
"args": [
"sync"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Server for Shioaji?
MCP Server for Shioaji is a Model Context Protocol (MCP) server that gives AI assistants access to the Shioaji trading API for the Taiwanese financial market. It exposes Shioaji functionality as tools, allowing AI models to retrieve stock prices, fetch historical data, and scan stocks by ranking criteria.
How to use MCP Server for Shioaji?
Install with Python 3.10+ and the uv package manager (uv sync). Configure your Shioaji API credentials via environment variables (SHIOAJI_API_KEY, SHIOAJI_SECRET_KEY) or a .env file. Start the server with uv run mcp-server-shioaji; it listens on http://0.0.0.0:8000 by default.
Key features of MCP Server for Shioaji
- Exposes Shioaji tools via the MCP protocol for AI assistants.
- Get current stock prices for one or more symbols.
- Fetch K‑bar (candlestick) historical data with configurable date ranges.
- Scan and rank stocks by volume, amount, tick count, price change, and more.
- Supports ascending/descending sort and adjustable result limits.
Use cases of MCP Server for Shioaji
- An AI assistant queries the latest price of a portfolio of Taiwanese stocks.
- A trading bot fetches historical candlestick data for backtesting.
- A market screener ranks stocks by trading volume to identify active stocks.
FAQ from MCP Server for Shioaji
What dependencies does the server require?
Python 3.10 or higher and the uv package manager. Shioaji API credentials are also required.
How do I authenticate with the Shioaji API?
Set the SHIOAJI_API_KEY and SHIOAJI_SECRET_KEY environment variables or provide them in a .env file in the server root directory.
Where is the financial data stored?
The server does not store data locally; it fetches live data from the Shioaji API on each request.
What transport does the server use?
The server runs as an HTTP server (default port 8000) and communicates via the Model Context Protocol (MCP).
Are there any known limits on the number of requests or symbols?
The README does not specify rate limits, but it relies on the Shioaji API’s own constraints. The scan_stocks tool defaults to a limit of 20 results.
其他 分类下的更多 MCP 服务器
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论