J-Quants Free MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@J-Quants Free MCP ServerCompare the financial statements of Sony and Nintendo."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
J-Quants Free MCP server
Model Context Protocol (MCP) サーバーで、無償版J-Quants APIのにアクセスするための機能を提供します。
ツール
このサーバーは以下のツールを提供しています:
search_company: 日本語のテキストから、上場銘柄を検索するget_daily_quotes: 銘柄コードから、日次の株価を取得するget_financial_statements: 銘柄コードから、財務諸表を取得する
Related MCP server: twelvedata
使い方
このサーバーを使用するには、J-Quants APIへの登録が必要です。以下の手順で取得できます:
J-Quants APIに登録
IDトークンを取得しして、
JQUANTS_ID_TOKEN環境変数に設定
Claude Desktop
On MacOS:
~/Library/Application\ Support/Claude/claude_desktop_config.jsonOn 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ファイルを参照してください。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cygkichi/jquants-free-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server