Market Index MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_symbolsB | 利用可能な銘柄一覧を取得 |
| get_price_rangeB | |
| get_price_on_dateB | |
| compare_symbolsB | |
| get_worst_daysB | |
| get_best_daysC | |
| get_yearly_summaryC | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
Each tool has a clearly distinct purpose with no overlap: compare_symbols for multi-symbol comparison, get_best_days/worst_days for ranking, get_price_on_date/range for price data, get_yearly_summary for annual overview, and list_symbols for available symbols. The descriptions reinforce these distinct roles, eliminating any ambiguity.
All tool names follow a consistent verb_noun pattern with clear, descriptive naming (e.g., compare_symbols, get_price_on_date, list_symbols). The verbs are appropriately chosen for their actions (compare, get, list), and the nouns specify the target data, making the set highly predictable and readable.
With 7 tools, this server is well-scoped for market index analysis, covering key operations like data retrieval, comparison, ranking, and listing. Each tool earns its place without redundancy, and the count aligns with typical MCP server ranges (3-15 tools), avoiding bloat or thinness.
The tool set provides strong coverage for market index data analysis, including retrieval (price, summary), comparison, ranking, and listing. A minor gap exists in update or management operations (e.g., adding custom symbols), but this is reasonable for a read-only data server, and agents can work effectively with the provided tools.