bitflyer-mcp

TakuroidX/bitflyer-mcp
★ 0 stars Python Code/Dev Tools Updated today
Read-only MCP server for bitFlyer public market data (ticker, board, executions, health). Safe by design: no API key, no account access.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "bitflyer-mcp": {
      "command": "uvx",
      "args": [
        "bitflyer-mcp"
      ]
    }
  }
}

Or install with pip: pip install bitflyer-mcp

README Excerpt

Read-only [MCP](https://modelcontextprotocol.io) 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,

Tools (1)

depth