- Explore MCP Servers
- mcp-server-twse
Mcp Server Twse
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.
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 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.
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.










