A MCP server project
Project description
J-Quants Free MCP server
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の財務表を取得して、バランスシートを図にしてください。"
ライセンス
このプロジェクトはMITライセンスの下で提供されています
- 詳細はLICENSEファイルを参照してください。
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jquants_free_mcp_server-0.0.1.tar.gz
(627.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jquants_free_mcp_server-0.0.1.tar.gz.
File metadata
- Download URL: jquants_free_mcp_server-0.0.1.tar.gz
- Upload date:
- Size: 627.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e4c29bdc96df44e881f94eb1ba5dfec37e75b545d2e8def127d5b24729f145a5
|
|
| MD5 |
139a1a5727b716fe6bddbfa2dd4ebe75
|
|
| BLAKE2b-256 |
5df59a0127048a04777478766318fe2b92886e7ee5e945e7af2de0f666f2072d
|
File details
Details for the file jquants_free_mcp_server-0.0.1-py3-none-any.whl.
File metadata
- Download URL: jquants_free_mcp_server-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83c248f098a17cca4da4c70836f1357afd1ac3559f86a28eaaf9d855d43e063d
|
|
| MD5 |
7f12221ab93aaf8171be9e83688f3a72
|
|
| BLAKE2b-256 |
2b8b6374ec869106f65c9732ae431bd80cdb276e8d9e722a85927c50fd873fa9
|