MCP.so
ログイン

Shioaji-MCP

@AbnerTeng

Shioaji-MCP について

MCP server for SinoPac shioaji api

基本情報

カテゴリ

その他

ライセンス

MIT license

ランタイム

python

トランスポート

stdio

公開者

AbnerTeng

設定

以下の設定を使って、このサーバーを 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.

コメント

「その他」の他のコンテンツ