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

Capabilities

Features and capabilities supported by this server

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

Tools

Functions exposed to the LLM to take actions

NameDescription
list_symbols

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

get_price_range
指定銘柄・期間の価格範囲を取得 Args: symbol: 銘柄コード (例: ^GSPC, ^NDX) start_date: 開始日 (YYYY-MM-DD) end_date: 終了日 (YYYY-MM-DD)
get_price_on_date
特定日の価格データを取得 Args: symbol: 銘柄コード date: 日付 (YYYY-MM-DD)
compare_symbols
複数銘柄を比較 Args: symbols: 銘柄コードのリスト (例: ["^GSPC", "^NDX"]) start_date: 開始日 (YYYY-MM-DD) end_date: 終了日 (YYYY-MM-DD)
get_worst_days
指定年の下落日ワーストランキング Args: symbol: 銘柄コード year: 年 (例: 2020) limit: 取得件数 (デフォルト5)
get_best_days
指定年の上昇日ベストランキング Args: symbol: 銘柄コード year: 年 (例: 2020) limit: 取得件数 (デフォルト5)
get_yearly_summary
指定年の年間サマリー 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

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/tamappe/market-index-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server