Bitflyer
БесплатноНе проверенA read-only MCP server that retrieves public market data from bitFlyer, allowing natural language querying of ticker, order book, executions, exchange health, a
Описание
A read-only MCP server that retrieves public market data from bitFlyer, allowing natural language querying of ticker, order book, executions, exchange health, and tradable products.
README
Read-only MCP server for bitFlyer public market data. Lets Claude (Desktop / Code) and other MCP clients query bitFlyer's ticker, order book, recent executions, and exchange health in natural language.
Safe by design: this server uses only bitFlyer's public REST API — no API key, no authentication, no access to any account, balance, position, or order. It cannot place, cancel, or read trades. Worst case for anyone running it is a read of public market data.
⚠️ Not investment advice. This is an information tool. Trading crypto carries risk.
Tools
| Tool | What it returns |
|---|---|
get_ticker(product_code) |
last price (ltp), best bid/ask, volume, timestamp |
get_board(product_code, depth) |
order book summarized to top depth levels (mid, spread, bids, asks) |
get_executions(product_code, count) |
recent trades (price, size, side, time) |
get_board_state(product_code) |
board state (RUNNING / CLOSED / CIRCUIT BREAK, SFD) |
get_health(product_code) |
exchange status (NORMAL / BUSY / STOP …) |
list_markets() |
all tradable products (spot / FX / futures) |
product_code examples: FX_BTC_JPY (BTC margin, default), BTC_JPY (spot), ETH_JPY, XRP_JPY.
Install
# from PyPI is not published yet — install from source
git clone https://github.com/TakuroidX/bitflyer-mcp.git
cd bitflyer-mcp
pip install -e .
Requires Python ≥ 3.10. Dependencies: mcp, httpx.
Use with Claude Desktop
Add to claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/):
{
"mcpServers": {
"bitflyer": {
"command": "bitflyer-mcp"
}
}
}
Then ask Claude things like "What's the current FX_BTC_JPY price and spread on bitFlyer?"
Use with Claude Code
claude mcp add bitflyer -- bitflyer-mcp
Example
> bitFlyer の FX_BTC_JPY、今いくら?板の厚さは?
get_ticker → ltp ¥10,210,000 / best_bid ¥10,209,500 / best_ask ¥10,210,500
get_board → mid ¥10,210,000 / spread ¥1,000 / 上位10段...
Design notes
- Public-only / read-only — the safest possible surface. No credentials are read or stored.
- Rate-limit aware — a minimum request interval keeps usage under bitFlyer's public per-IP limit (~500 req / 5 min).
- Board summarization — the raw board has hundreds of levels;
get_boardreturns the top-N to stay LLM-context-friendly. - bitFlyer has no native OHLC/candle endpoint, so this server does not fabricate one.
Development
pip install -e ".[dev]" pytest pytest-asyncio
pytest
License
MIT © TakuroidX
Установка Bitflyer
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/TakuroidX/bitflyer-mcpFAQ
Bitflyer MCP бесплатный?
Да, Bitflyer MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Bitflyer?
Нет, Bitflyer работает без API-ключей и переменных окружения.
Bitflyer — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Bitflyer в Claude Desktop, Claude Code или Cursor?
Открой Bitflyer на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Bitflyer with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
