MCP ExplorerExplorer

Twse Mcp

@narumirunaon 9 months ago
1 MIT
FreeCommunity
AI Systems
TWSE MCP Server for managing and running commands via Git.

Overview

What is Twse Mcp

twse-mcp is a server designed to facilitate the management and operation of the TWSE (Taiwan Stock Exchange) data through a modular and efficient architecture.

Use cases

Use cases for twse-mcp include developing trading algorithms, building financial dashboards, and conducting market analysis based on TWSE data.

How to use

To use twse-mcp, you can run it using the command ‘uvx’ with the specified arguments from a GitHub repository or locally using ‘uv run’ with the directory path pointing to your workspace.

Key features

Key features of twse-mcp include modular architecture, easy integration with GitHub, and the ability to run locally for development and testing purposes.

Where to use

twse-mcp can be used in financial services, stock trading applications, and data analysis tools that require real-time access to TWSE data.

Content

TWSE MCP Server

GitHub

{
  "mcpServers": {
    "twsemcp": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/narumiruna/twse-mcp",
        "twsemcp"
      ]
    }
  }
}

Local

{
  "mcpServers": {
    "twsemcp": {
      "command": "uv",
      "args": [
        "run",
        "--directory",
        "/home/<user>/workspace/twse-mcp",
        "twsemcp"
      ]
    }
  }
}

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers