Shioaji-MCP

by AbnerTeng

283 downloads
Not rated
GitHub

About

An MCP (Model Context Protocol) server for the Shioaji API. It enables AI assistants to interact with Shioaji services through the MCP standard.

Details

Author
AbnerTeng
Downloads
283
Categories
Other

- MCP server for Shioaji API.
- Uses uv for environment and dependency management.
- Provides a development testing mode via mcp dev.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Shioaji-MCP
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "shioaji-mcp": {
            "shioaji-mcp": {
                "command": "uv",
                "args": [
                    "init",
                    "&&",
                    "uv",
                    "venv"
                ]
            }
        }
    }
}

McpServers

{
    "shioaji-mcp": {
        "command": "uv",
        "args": [
            "init",
            "&&",
            "uv",
            "venv"
        ]
    }
}

Shioaji-MCP

An MCP (Model Context Protocol) server for Shioaji api.

Prerequisites

Make sure you have uv installed.

uv init && uv venv

source .venv/bin/activate

uv sync

Usage

Check mcp server can be run properly.

mcp dev server.py

If you've checked, then proceed to the build this server on any MCP host.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.