Stock MCP Server
by huweihua123
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CACHE_TTL | No | Cache expiration time in seconds | 3600 |
| HTTP_PROXY | No | HTTP proxy configuration (recommended for US stock data access) | |
| REDIS_HOST | No | Redis host (default: redis for Docker, localhost for local) | redis |
| HTTPS_PROXY | No | HTTPS proxy configuration (recommended for US stock data access) | |
| NEWS_API_KEY | No | News API key for news aggregation | |
| CACHE_ENABLED | No | Whether to enable caching | true |
| TUSHARE_TOKEN | Yes | A股数据访问token (required, get from https://tushare.pro/) | |
| TAVILY_API_KEY | No | Tavily API key for AI search and research | |
| FINNHUB_API_KEY | No | Finnhub API key for enhanced news data |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/huweihua123/stock-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server