Skip to main content
Glama
TakuroidX

bitflyer-mcp

by TakuroidX

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_tickerA

bitFlyer の最新ティッカーを取得する (read-only)。

返す主な値: ltp (最終取引価格), best_bid / best_ask (最良気配), volume (出来高), timestamp。 product_code 例: FX_BTC_JPY (BTC証拠金FX), BTC_JPY (現物), ETH_JPY, XRP_JPY。

get_boardA

bitFlyer の板情報 (オーダーブック) を上位 depth 段に要約して取得する (read-only)。

返す値: mid_price, spread, best_bid, best_ask, 上位 depth 段の bids/asks。 全板は数百〜千件あるため depth (既定10) 段に圧縮して返す。 product_code 例: FX_BTC_JPY, BTC_JPY。

get_executionsA

直近の約定履歴 (recent trades) を取得する (read-only)。

各約定: price, size, side (BUY/SELL), exec_date。count は 1〜100 (既定20)。

get_board_stateB

板の状態 (health, state, 特別気配 SFD など) を取得する (read-only)。

state 例: RUNNING (通常), CLOSED, STARTING, PREOPEN, CIRCUIT BREAK。 取引可能かの判断に使える。

get_healthC

取引所の稼働状況を取得する (read-only)。

status 例: NORMAL, BUSY, VERY BUSY, SUPER BUSY, NO ORDER, STOP。

list_marketsA

bitFlyer で取引可能な全 product (現物・FX・先物) の一覧を取得する (read-only)。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/TakuroidX/bitflyer-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server