Coincheck MCP Server
Integrates with the Coincheck cryptocurrency exchange API.
Coincheck MCP
Coincheck暗号通貨取引所のAPIをClaude Desktopから使えるようにするMCPサーバー。
🚀 クイックスタート
# 1. クローン & ビルド
git clone https://github.com/sg3t41/coincheck-mcp-server.git
cd coincheck-mcp
make all
# 2. 設定
make setup
# config/coincheck_config.json を編集してAPIキーを設定
# 3. Claude Desktopに設定をデプロイ
make deploy
🔧 利用可能なコマンド
make help # ヘルプ表示
make all # ビルド + インストール(デフォルト)
make setup # 設定ファイル作成
make test # テスト実行
make deploy # Claude Desktopに設定をデプロイ
make status # プロジェクト状態表示
make clean # クリーンアップ
⚙️ 設定
APIキーの取得
Coincheck API設定ページでAPIキーを取得してください。
設定ファイルの編集
make setup # config/coincheck_config.json を作成
作成された config/coincheck_config.json を編集:
{
"api_key": "your_api_key_here",
"api_secret": "your_api_secret_here"
}
Claude Desktop設定(自動)
make deploy # 自動でClaude Desktopに設定をコピー
Claude Desktop設定(手動)
設定ファイルの場所:
- Linux:
~/.config/Claude/claude_desktop_config.json - macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\\Claude\\claude_desktop_config.json
設定例:
{
"mcpServers": {
"coincheck": {
"command": "coincheck-mcp",
"args": ["--config", "/path/to/config/coincheck_config.json"]
}
}
}
🎯 使用方法
Claude Desktopで @coincheck と入力して利用可能なツールを確認。
使用例
@coincheck BTCの現在価格を取得
@coincheck アカウントの残高を表示
@coincheck DOGEの板情報を取得
@coincheck 100 DOGEを25円で買い注文を作成
📊 機能一覧
パブリックAPI
- 価格取得、取引履歴、板情報、取引所状態、注文レート計算
アカウントAPI
- 残高確認、アカウント情報取得
取引API
- 取引履歴、注文作成・キャンセル・詳細取得、未約定注文一覧
🔒 セキュリティ
- APIクレデンシャルはGitにコミットされません
- 機密情報は
.gitignoreで除外済み - 注文作成時は金額とレートを必ず確認してください
🛠️ 開発
make status # 現在の状態確認
make clean # クリーンアップ
make rebuild # 強制再ビルド
⚡ トラブルシューティング
MCPサーバーが接続されない場合:
make test # バイナリテスト
make status # 状態確認
設定を確認:
coincheck_config.jsonにAPIキーが正しく設定されているか- Claude Desktopを再起動したか
- バイナリに実行権限があるか(
make testで確認)
📄 ライセンス
MIT License
Built with go-coincheck • MCP
Related Servers
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers, operating without authentication.
Rocket.net
Manage WordPress sites, plugins, and themes on the Rocket.net hosting platform via its API.
CData Sage Cloud Accounting
A read-only MCP server for Sage Cloud Accounting, powered by the CData JDBC Driver.
创思大模型安全 MCP
A content security protection system for large language models, providing real-time risk identification and interception to ensure safe, compliant, and trustworthy model applications.
Cloudflare MCP Server
A template for deploying a remote MCP server on Cloudflare Workers without authentication.
Opal API
A RESTful API to programmatically interact with the Opal Security platform.
Transloadit MCP Server
Official MCP server for Transloadit. Process video, images, documents, and audio through 80+ media processing Robots via natural language.
Netlify MCP Server
An MCP server providing comprehensive access to Netlify's features and services.
AWS MCP Server
An MCP server for AWS operations, supporting S3 and DynamoDB services. Requires AWS credentials.
Octodet Keycloak
Administer Keycloak by managing users, realms, roles, and other resources through an LLM interface.