Skip to main content
Glama
cygkichi

J-Quants Free MCP Server

by cygkichi

J-Quants Free MCP server

Model Context Protocol (MCP) サーバーで、無償版J-Quants APIのにアクセスするための機能を提供します。

ツール

このサーバーは以下のツールを提供しています:

  • search_company : 日本語のテキストから、上場銘柄を検索する

  • get_daily_quotes : 銘柄コードから、日次の株価を取得する

  • get_financial_statements : 銘柄コードから、財務諸表を取得する

Related MCP server: j-quants-doc-mcp

使い方

このサーバーを使用するには、J-Quants APIへの登録が必要です。以下の手順で取得できます:

  • J-Quants APIに登録

  • IDトークンを取得しして、JQUANTS_ID_TOKEN環境変数に設定

Claude Desktop

  • On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json

  • On Windows: %APPDATA%/Claude/claude_desktop_config.json

{
    "mcpServers": {
        "e-stat": {
            "command": "uv",
            "args": [
                "--directory",
                "/path/to/jquants-free-mcp-server",
                "run",
                "server.py"
            ],
            "env": {
                "JQUANTS_ID_TOKEN": "YOUR_JQUANTS_ID_TOKEN"
            }
        }
    }
}
{
    "mcpServers": {
        "e-stat": {
            "command": "uvx",
            "args": [
                "jquants-free-mcp-server"
            ],
            "env": {
                "JQUANTS_ID_TOKEN": "YOUR_JQUANTS_ID_TOKEN"
            }
        }
    }
}

使用例

例えばClaudeに以下のような質問ができます:

  • "コメダとルノアールの自己資本比率を比較して"

  • "UUUMとカバーとANYCOLORの財務表を取得して、バランスシートを図にしてください。" sample

ライセンス

このプロジェクトはMITライセンスの下で提供されています

  • 詳細はLICENSEファイルを参照してください。

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    C
    maintenance
    Provides real-time stock market data through Yahoo Finance without requiring an API key. Get quotes, historical data, company information, financial statements, and ticker search capabilities.
    -
  • A
    license
    B
    quality
    C
    maintenance
    Enables AI assistants to access real-time Japanese and global stock market data, including quotes, charts, technical analysis, and market screening.
    7
    9 npm
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    Enables fetching Japanese stock daily OHLCV data from J-Quants API and returning CSV files for ChatGPT to save into a specified Google Drive folder. It supports searching by ticker or company name and handles ambiguous matches without guessing.
    -