@Harurow/J Quants Doc
БесплатноНе проверенEnables AI clients like Claude Desktop to search J-Quants API endpoints, get detailed information, reference implementation patterns, and access FAQ answers usi
Описание
Enables AI clients like Claude Desktop to search J-Quants API endpoints, get detailed information, reference implementation patterns, and access FAQ answers using MCP.
README
J-Quants APIのドキュメントを提供するMCPサーバー。Claude DesktopなどのMCPクライアントから、J-Quants APIのエンドポイント検索、詳細情報の取得、実装パターンの参照、FAQ回答などの機能を利用できます。
Note 本プロジェクトは J-Quants/j-quants-doc-mcp((株)JPX総研による公式リポジトリ)を fork し、Python 実装を Node.js (TypeScript) に書き換えたものです。 元プロジェクトは MIT License で公開されており、本リポジトリもそのライセンスを継承しています。
必須要件
- Node.js 18以上
起動方法
npxで起動(推奨・インストール不要)
npx @harurow/j-quants-doc-mcp
インストールなしでそのまま実行できます。
グローバルインストールして起動
npm install -g @harurow/j-quants-doc-mcp
j-quants-doc-mcp
ローカルビルドで起動
git clone https://github.com/harurow/j-quants-doc-mcp.git
cd j-quants-doc-mcp
npm install
npm run build
node dist/index.js
Claude Desktopから使用
claude_desktop_config.jsonに以下を追加:
{
"mcpServers": {
"j-quants-doc-mcp": {
"command": "npx",
"args": ["-y", "@harurow/j-quants-doc-mcp"]
}
}
}
ローカルビルドを使用する場合:
{
"mcpServers": {
"j-quants-doc-mcp": {
"command": "node",
"args": ["/path/to/j-quants-doc-mcp/dist/index.js"]
}
}
}
設定ファイルの場所:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Cursorから使用
メニューバー「Cursor」→「Preferences」→「Cursor Settings」を開き、
左のメニュー「Tools & MCP」を選択し、「New MCP Server」をクリック。
開かれたJSONファイル(~/.cursor/mcp.json)に以下を追加:
{
"mcpServers": {
"j-quants-doc-mcp": {
"command": "npx",
"args": ["-y", "@harurow/j-quants-doc-mcp"]
}
}
}
以上の設定で、AIクライアントにてMCPサーバーを利用する準備が完了しました。
開発
# 依存関係のインストール
npm install
# ビルド
npm run build
# 開発用(tsx で直接実行)
npm run dev
# テスト
npm test
トラブルシューティング
Claude Desktopで認識されない
- 設定ファイルのJSONが正しいか確認
- Claude Desktopを再起動
npx @harurow/j-quants-doc-mcpをターミナルで直接実行してエラーがないか確認
環境変数
JQUANTS_BASE_URL: APIドキュメントの取得元URLを上書きする場合に使用
クレジット
本プロジェクトは以下のリポジトリを fork して作成されています:
- 元リポジトリ: J-Quants/j-quants-doc-mcp
- 著作権者: JPX Market Innovation & Research, Inc.
- ライセンス: MIT License
関連リンク
Установить @Harurow/J Quants Doc в Claude Desktop, Claude Code, Cursor
unyly install harurow-j-quants-doc-mcpСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add harurow-j-quants-doc-mcp -- npx -y @harurow/j-quants-doc-mcpFAQ
@Harurow/J Quants Doc MCP бесплатный?
Да, @Harurow/J Quants Doc MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для @Harurow/J Quants Doc?
Нет, @Harurow/J Quants Doc работает без API-ключей и переменных окружения.
@Harurow/J Quants Doc — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить @Harurow/J Quants Doc в Claude Desktop, Claude Code или Cursor?
Открой @Harurow/J Quants Doc на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare @Harurow/J Quants Doc with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
