# zaifer-mcp
## 基本信息
- Slug: `curio184-zaifer-mcp`
- Source: modelscope
- Publisher: @curio184/zaifer-mcp
- Categories: cryptocurrency / blockchain / autonomous-agents
- Hosted: No
- License: MIT License
- Source URL: https://www.modelscope.cn/mcp/servers/@curio184/zaifer-mcp
## 简介
暂无描述。
## 安装提示

```bash
# git clone https://github.com/curio184/zaifer-mcp.git cd zaifer-mcp # pip install -e .
```

## MCP Server 详情

# zaifer-mcp

![Python](https://img.shields.io/badge/Python-3.10+-blue.svg)
![License](https://img.shields.io/badge/License-MIT-green.svg)
![MCP](https://img.shields.io/badge/MCP-Compatible-orange.svg)

Zaif暗号資産取引所API[Model Context Protocol (MCP)](https://modelcontextprotocol.io/)経由利用可能PythonClaudeLLM自然言語Zaif API機能直接呼出

##  重要注意事項

**本非公式非公認製**
Zaif取引所株式会社Zaif一切関係

## 特徴

-  **LLM**: ClaudeChatGPTLLM自然言語暗号資産取引機能利用
-  ****: API認証必要操作適切保護公開情報安全可能
-  **包括的機能**: 市場情報取引管理全機能  
-  **高速**: FastMCP効率的実装
-  **柔軟接続**: STDIOHTTP両方通信方式

## 通貨

- **BTC/JPY** (/日本円)
- **ETH/JPY** (/日本円)  
- **XYM/JPY** (/日本円)

## 

```bash
# 
git clone https://github.com/curio184/zaifer-mcp.git
cd zaifer-mcp

# 
pip install -e .
```

## 環境設定

zaifer-mcp**API市場情報取得可能**Zaif口座持API発行残高確認取引機能含機能利用

## 使用方法

### Claude Desktop連携

```bash
# 
git clone https://github.com/curio184/zaifer-mcp.git
```

Claude Desktop版MCP設定 `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS)  `%APPDATA%\Claude\claude_desktop_config.json` (Windows) 以下設定

```json
{
  "mcpServers": {
    "zaifer-mcp": {
      "command": "python",
      "args": ["/path/to/zaifer-mcp/zaifer_mcp/__main__.py"],
      "env": {
        "ZAIF_API_KEY": "your_api_key_here",
        "ZAIF_API_SECRET": "your_api_secret_here"
      }
    }
  }
}
```

API市場情報利用場合`env`省略設定後Claude Desktop再起動zaifer-mcp機能利用可能

## 使用例

### Claude 基本的使用例

```
: 現在価格教

Claude: 現在BTC/JPY価格情報調

BTC/JPY 価格情報
- 現在価格: 14,500,000
- 24時間変動: +2.3%
- 高値: 14,520,000 / 安値: 14,380,000
- 出来高: 150.3 BTC
```

Claude  `get_ticker` 自動的呼出市場取得回答

## 開発者向情報

開発環境方法詳細[DEVELOPMENT.md](DEVELOPMENT.md)覧

## 

MIT下公開詳細[LICENSE](LICENSE)参照

## 著者

**Yusuke Oya** - [curio@antique-cafe.net](mailto:curio@antique-cafe.net)

## 関連

- [Zaif API公式](https://zaif-api-document.readthedocs.io/ja/latest/)
- [Zaif公式](https://zaif.jp/)
- [Model Context Protocol公式](https://modelcontextprotocol.io/)
- [FastMCP公式](https://github.com/jlowin/fastmcp)

## 免責事項

本暗号資産取引所API利用取引結果一切責任負
本Zaif取引所非公式非公認製Zaif取引所株式会社Zaif保証
実際取引行前必動作十分確認自己責任利用

