We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/twjackysu/TWSEMCPServer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•932 B
# TWStockMCPServer Environment Variables
# Copy this file to .env and modify as needed
# ===== TWSE API Configuration =====
# TWSE API Base URL
# TWSE_API_BASE_URL=https://openapi.twse.com.tw/v1
# User Agent for API requests
# TWSE_USER_AGENT=stock-mcp/1.0
# Minimum interval between API requests (seconds)
# Lower values may trigger rate limiting
# TWSE_REQUEST_INTERVAL=0.5
# Default timeout for API requests (seconds)
# TWSE_API_TIMEOUT=30.0
# SSL certificate verification
# Set to true to enable SSL verification (may fail with TWSE API)
# TWSE_VERIFY_SSL=false
# ===== Display Configuration =====
# Default number of records to display in list responses
# DISPLAY_LIMIT=20
# Maximum number of records for holiday schedule
# HOLIDAY_DISPLAY_LIMIT=50
# ===== Testing Configuration =====
# Delay between test requests (seconds)
# Increase this value in CI environments to avoid rate limiting
# PYTEST_DELAY_SECONDS=1.0