Shioaji-MCP
@AbnerTeng
Shioaji-MCP について
MCP server for SinoPac shioaji api
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"shioaji-mcp": {
"command": "uv",
"args": [
"init",
"&&",
"uv",
"venv"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Shioaji-MCP?
An MCP (Model Context Protocol) server for the Shioaji API. It enables AI assistants to interact with Shioaji services through the MCP standard.
How to use Shioaji-MCP?
Ensure uv is installed. Set up a virtual environment with uv init && uv venv, then activate it (source .venv/bin/activate) and run uv sync. Test the server with mcp dev server.py, then build it on any MCP host.
Key features of Shioaji-MCP
- MCP server for Shioaji API.
- Uses uv for environment and dependency management.
- Provides a development testing mode via mcp dev.
Use cases of Shioaji-MCP
—
FAQ from Shioaji-MCP
What is Shioaji-MCP?
An MCP server that provides programmatic access to the Shioaji API.
What are the prerequisites?
You need uv installed on your system.
How do I test the server?
Run mcp dev server.py to verify the server operates correctly.
How do I use it with an MCP host?
After testing, build the server on any MCP host following the host’s documentation.
「その他」の他のコンテンツ
Awesome Mlops
visengerA curated list of references for MLOps

EverArt
modelcontextprotocolModel Context Protocol Servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
コメント