Quotes, symbol search and candles run straight from npx with no account — enough for most price questions — while indicators, batch quotes and screening sit behind the licence key.
A Node server over market data covering the Tokyo exchange alongside NYSE, NASDAQ and crypto. Search accepts Japanese company names, Japanese tickers use the .T suffix, and four of its seven tools unlock with a paid licence key.
- get_quote returns a real-time quote for a stock, index or crypto pair
- search_stocks finds a symbol by name or keyword, in Japanese or English
- get_chart returns historical OHLCV candles
- technical_analysis returns RSI, MACD, Bollinger Bands and SMA with buy and sell signals — licence key required
- multi_quote batches quotes for a whole portfolio in one call — licence key required
- market_screener gives a Japan, US and crypto market overview, and compare_stocks compares performance across symbols — both licence key required
Npx and nothing else for the free half: get_quote, search_stocks and get_chart work with no account and no key. The other four are marked PRO and read a licence key from the client config; the licence is sold as a paid monthly subscription.
One command — npx -y github:kame6493-del/kabu-mcp
