- Explore MCP Servers
- twse-mcp
Twse Mcp
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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"
]
}
}
}
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










