Skip to main content
Glama
tamappe

Market Index MCP

by tamappe

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_symbolsB

利用可能な銘柄一覧を取得

get_price_rangeB
指定銘柄・期間の価格範囲を取得

Args:
    symbol: 銘柄コード (例: ^GSPC, ^NDX)
    start_date: 開始日 (YYYY-MM-DD)
    end_date: 終了日 (YYYY-MM-DD)
get_price_on_dateB
特定日の価格データを取得

Args:
    symbol: 銘柄コード
    date: 日付 (YYYY-MM-DD)
compare_symbolsB
複数銘柄を比較

Args:
    symbols: 銘柄コードのリスト (例: ["^GSPC", "^NDX"])
    start_date: 開始日 (YYYY-MM-DD)
    end_date: 終了日 (YYYY-MM-DD)
get_worst_daysB
指定年の下落日ワーストランキング

Args:
    symbol: 銘柄コード
    year: 年 (例: 2020)
    limit: 取得件数 (デフォルト5)
get_best_daysC
指定年の上昇日ベストランキング

Args:
    symbol: 銘柄コード
    year: 年 (例: 2020)
    limit: 取得件数 (デフォルト5)
get_yearly_summaryC
指定年の年間サマリー

Args:
    symbol: 銘柄コード
    year: 年 (例: 2020)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 7 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness4/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues