Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| market://overview |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_stock_data | Get detailed information about a specific stock. |
| get_price_history | Get historical price data for a specific stock. |
| get_best_four_points | Get Best Four Points analysis for a specific stock. |
| get_realtime_data | Get real-time data for a specific stock. |
| get_market_overview | Get market overview information. |
| list_resources | List all available MCP resources with templates and examples |
| subscribe_resource | Subscribe to resource updates for caching and notifications |
| invalidate_cache | Invalidate resource cache for fresh data |