Skip to main content
Glama
kame6493-del

kabu-mcp

by kame6493-del
README.md
# 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.

ā€¼ļø **No other MCP server covers Japanese stocks (JPX/TSE).** This is the only one.

## ✨ Features

### Free Tools
- **get_quote** — Real-time stock prices (JPX, NYSE, NASDAQ, crypto)
- **search_stocks** — Find any stock by name or keyword (ę—„ęœ¬čŖž OK)
- **get_chart** — Historical OHLCV candlestick data

### Pro Tools ($4.99/mo)
- **technical_analysis** — RSI, SMA (5/20/50) with auto buy/sell signals
- **multi_quote** — Batch quotes for portfolio monitoring
- **market_screener** — Japan, US, and crypto market overview

## šŸš€ Quick Start

```json
{
  "mcpServers": {
    "kabu-mcp": {
      "command": "npx",
      "args": ["-y", "github:kame6493-del/kabu-mcp"]
    }
  }
}
```

### With Pro License

```json
{
  "mcpServers": {
    "kabu-mcp": {
      "command": "npx",
      "args": ["-y", "github:kame6493-del/kabu-mcp"],
      "env": {
        "KABU_MCP_LICENSE_KEY": "kabu_pro_your_key_here"
      }
    }
  }
}
```

## šŸ‡ÆšŸ‡µ Japanese Stock Symbols

| Company | Symbol |
|---------|--------|
| ćƒˆćƒØć‚æč‡Ŗå‹•č»Š | 7203.T |
| ć‚½ćƒ•ćƒˆćƒćƒ³ć‚ÆG | 9984.T |
| ć‚½ćƒ‹ćƒ¼G | 6758.T |
| ę—„ēµŒ225ꌇꕰ | ^N225 |

## šŸ’Ž Get Pro

Unlock all tools for **$4.99/month**: [Get Pro License](https://buy.stripe.com/4gM9AT8SCgFc1yJelJ8Ra01)

Landing page: [kabu-mcp-landing.netlify.app](https://kabu-mcp-landing.netlify.app)

## šŸ“ License

MIT — Built by [HatoTools](https://github.com/kame6493-del)

TDQS

B3/5.0

Scored across 7 tools

Disambiguation4/5

Most tools target distinct use cases: single quote, batch quote, historical chart, technical indicators, screening, comparison, and name search. The only mild ambiguities are get_quote/search_stocks both accepting Japanese names and get_chart/technical_analysis both relating to price-derived data, but the descriptions clarify the boundaries.

Naming Consistency3/5

Names are readable and consistently snake_case, but they mix verb-first patterns like get_quote and search_stocks with noun/adjective-style names like technical_analysis and multi_quote. This makes the action of each tool somewhat less predictable.

Tool Count5/5

Seven tools is a well-scoped count for a market-data MCP. Each tool earns its place, covering quick quotes, discovery, charting, technical analysis, batch portfolios, market screening, and comparison without unnecessary redundancy.

Completeness4/5

The tool surface covers the core read-only stock analysis workflow: search, quote, chart, indicators, batch quotes, screener, and comparison. Minor gaps like fundamentals, news, or trading actions exist, but agents can complete typical analysis workflows without dead ends.

Maintenance

ActivityInactive
ResponsivenessNo issues