MCP.so
ログイン

J-Quants Free MCP server

@cygkichi

J-Quants Free MCP server について

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

基本情報

カテゴリ

その他

ライセンス

MIT license

ランタイム

python

トランスポート

stdio

公開者

cygkichi

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is J-Quants Free MCP server?

A Model Context Protocol server that provides access to the free version of the J-Quants API, enabling retrieval of Japanese stock data and financial statements.

How to use J-Quants Free MCP server?

Register at J-Quants API to obtain an ID token, then set the JQUANTS_ID_TOKEN environment variable. Configure your MCP client (e.g., Claude Desktop) with the server path and that environment variable.

Key features of J-Quants Free MCP server

  • search_company: Search listed companies by Japanese text.
  • get_daily_quotes: Fetch daily stock prices by company code.
  • get_financial_statements: Retrieve financial statements by company code.
  • No paid subscription required for the underlying API.

Use cases of J-Quants Free MCP server

  • Compare financial ratios (e.g., equity ratio) of multiple companies.
  • Obtain balance sheets and create charts from financial data.
  • Automate daily stock price lookups for a watchlist.
  • Integrate Japanese equity data into an AI assistant's analysis.

FAQ from J-Quants Free MCP server

What tools does the server provide?

Three tools: search_company (text search), get_daily_quotes (daily prices), and get_financial_statements (financial statements).

How do I obtain and set the required token?

Register at J-Quants API, get your ID token, and set it as the environment variable JQUANTS_ID_TOKEN.

Can I use the server without a J-Quants API registration?

No, registration and an active ID token are mandatory.

What license applies to this project?

The project is distributed under the MIT License; see the LICENSE file.

What runtime or dependencies are needed?

The server runs with Python (via uv or uvx) and expects the JQUANTS_ID_TOKEN environment variable to be set.

コメント

「その他」の他のコンテンツ