kabu-mcp
v1.0.0
Published
Japanese & Global Stock Market MCP Server for AI assistants. Real-time quotes, technical analysis, market screening. Works with Claude Desktop, Cursor, VS Code.
Maintainers
Readme
kabu-mcp 📈
Japanese & Global Stock Market MCP Server for AI assistants.
Real-time quotes, technical analysis, market screening — all from your AI agent.
Works with Claude Desktop, Cursor, VS Code, Claude Code, and any MCP-compatible client.
✨ Features
Free Tools
- get_quote — Real-time stock prices (JPX, NYSE, NASDAQ, crypto)
- search_stocks — Find any stock by name or keyword
- get_chart — Historical OHLCV candlestick data
Pro Tools ($4.99/mo)
- get_technical_analysis — RSI, MACD, Bollinger Bands, SMA (5/20/50/200) with buy/sell signals
- get_multi_quote — Batch quotes for portfolio monitoring
- get_market_screener — Japan, US, and crypto market overview with top movers
- compare_stocks — Multi-stock performance comparison with return & volatility metrics
🚀 Quick Start
Claude Desktop / Cursor / VS Code
Add to your MCP config:
{
"mcpServers": {
"kabu-mcp": {
"command": "npx",
"args": ["-y", "kabu-mcp"]
}
}
}With Pro License
{
"mcpServers": {
"kabu-mcp": {
"command": "npx",
"args": ["-y", "kabu-mcp"],
"env": {
"KABU_MCP_LICENSE_KEY": "kabu_pro_your_key_here"
}
}
}
}📊 Usage Examples
Ask your AI assistant:
- "トヨタの株価を教えて" →
get_quote 7203.T - "Apple vs Microsoft vs Google, compare 3 month performance" →
compare_stocks(Pro) - "日経225の主要銘柄をスクリーニングして" →
get_market_screener japan(Pro) - "NVIDIAのテクニカル分析をして" →
get_technical_analysis NVDA(Pro) - "ビットコインのチャートデータを1ヶ月分取得" →
get_chart BTC-USD
🇯🇵 Japanese Stock Symbols
| Company | Symbol |
|---------|--------|
| トヨタ自動車 | 7203.T |
| ソフトバンクG | 9984.T |
| ソニーG | 6758.T |
| キーエンス | 6861.T |
| 三菱UFJ | 8306.T |
| 日経225指数 | ^N225 |
| TOPIX | ^TOPX |
💎 Get Pro
Unlock all tools for $4.99/month.
Your license key will be emailed instantly after purchase.
📝 License
MIT — Built by HatoTools
