Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Jquants Free

FreeNot checked

J-Quants APIの無償版で利用可能な機能のMCPサーバー

GitHubEmbed

About

J-Quants APIの無償版で利用可能な機能のMCPサーバー

README

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

ツール

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

  • search_company : 日本語のテキストから、上場銘柄を検索する
  • get_daily_quotes : 銘柄コードから、日次の株価を取得する
  • get_financial_statements : 銘柄コードから、財務諸表を取得する

使い方

このサーバーを使用するには、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ファイルを参照してください。

from github.com/cygkichi/jquants-free-mcp-server

Installing Jquants Free

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/cygkichi/jquants-free-mcp-server

FAQ

Is Jquants Free MCP free?

Yes, Jquants Free MCP is free — one-click install via Unyly at no cost.

Does Jquants Free need an API key?

No, Jquants Free runs without API keys or environment variables.

Is Jquants Free hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Jquants Free in Claude Desktop, Claude Code or Cursor?

Open Jquants Free on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Jquants Free with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs