MCP ExplorerExplorer

Mcp Server Twse

@narumirunaon a year ago
1 MIT
FreeCommunity
AI Systems
mcp-server-twse is a server setup for MCP using uvx command.

Overview

What is Mcp Server Twse

mcp-server-twse is a specific implementation of an MCP server designed for handling tasks related to the TWSE (Taiwan Stock Exchange).

Use cases

Use cases include automated trading systems, financial data analysis tools, and applications that require real-time updates from the Taiwan Stock Exchange.

How to use

To use mcp-server-twse, you can run it using the command ‘uvx’ with the specified arguments for GitHub or ‘uv’ for local execution, ensuring you have the correct directory path.

Key features

Key features include easy integration with GitHub repositories, local execution capabilities, and a straightforward command-line interface for managing tasks.

Where to use

mcp-server-twse can be used in financial technology applications, particularly those that require interaction with stock exchange data and services.

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