blofin-setup
BloFin Setup
Guide users through setting up and configuring the BloFin MCP server for trading on BloFin exchange.
Prerequisites
- Node.js (v18+) and npm installed
- A BloFin account at blofin.com
Setup Steps
1. Install blofin-mcp
npm install -g blofin-mcp
Or install locally:
More from blofin/blofin-skills-hub
blofin-funding-monitor
Monitor BloFin perpetual swap funding rates, analyze market sentiment through funding data, and track funding rate trends across instruments.
43blofin-market-data
Retrieve real-time market data from BloFin exchange — prices, orderbook depth, candlestick charts, trades, mark prices, and funding rates. No authentication required.
36blofin-trader
Execute trades on BloFin exchange — place orders (market, limit, post_only, fok, ioc), cancel orders, batch operations, close positions, and manage TP/SL and algo/trigger orders. Requires authenticated API access with TRADE permission.
35blofin-risk-manager
Risk management for BloFin trading — position sizing, leverage assessment, liquidation monitoring, risk scoring, and exposure analysis. Helps maintain disciplined trading within user-defined risk parameters.
34blofin-portfolio-analyst
Analyze your BloFin trading portfolio — PnL breakdown, trade history, fill analysis, performance metrics, and generate reports. Requires authenticated API access.
34blofin-account-manager
Manage BloFin futures account — check balances, view positions, configure leverage, margin mode, and position mode. Requires authenticated BloFin API access.
33